Releases: drapanjanas/re-natal
Releases · drapanjanas/re-natal
Possibility to generate project on Linux
- Init command does not require xcode to work.
- commands which needs xcode checks for availability and updates config lazily.
Not tested throughly on Linux, feedback is wellcome
Use React Native 0.16.0
Generate project using React Native v0.16.0
Fixed compatibility issue with Xcode 6.4
v0.2.6 v0.2.6
Added support of Android simulators
Added possiblility to configure host of dev server in urls, this is needed to use Android simulators.
- To use stock emulator:
re-natal use-figwheel -H 10.0.2.2
- To use genymotion:
re-natal use-figwheel -H 10.0.3.2
Figwheel works without "Debug in Chrome"
Include latest changes of https://github.com/decker405 by Will Decker which improves support of Figwheel without need of "Debug in Chrome"
Upgrade guide in README describes how to upgrade your existing re-natal project.
Fixed app state reset on Figwheel reload
- app state stays intact when Figwheel reloads UI
- added upgrade command
Use React Native 0.15.0
v0.2.2 v0.2.2
Sopport unified way of managing images of React Native v0.14
- Static images can be managed in unified way for iOS and Android since React Native v0.14
Read more here https://facebook.github.io/react-native/docs/images.html
Use figwheel
- Use figwheel. The goal to have it same for iOS and Android
- Fast compile times with optimizations :none and fast app reload for Android and iOS
Fix live coding for iOS which was broken in v0.1.8
- Revert to single source root "src" for ios and android, as this was causing problems with REPL.
- Revert to react native 0.13.0