v0.8.0
- Use React Native 0.50.3
- Note that since version 0.49 react-native-cli generates project with single App.js entry file. Re-Natal still generates separate entry files index.ios.js and index.android.js. Mainly due to technical reasons, might change in future.
- New command
re-natal set-figwheel-port
for cases when you want to run figwheel on port other than default 3449