Skip to content

Releases: drapanjanas/re-natal

Possibility to generate project on Linux

09 Dec 21:41
Compare
Choose a tag to compare
  • 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

07 Dec 20:58
Compare
Choose a tag to compare

Generate project using React Native v0.16.0

Fixed compatibility issue with Xcode 6.4

07 Dec 19:47
Compare
Choose a tag to compare

Added support of Android simulators

06 Dec 20:32
Compare
Choose a tag to compare

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"

06 Dec 11:48
Compare
Choose a tag to compare

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

29 Nov 22:00
Compare
Choose a tag to compare
  • app state stays intact when Figwheel reloads UI
  • added upgrade command

Use React Native 0.15.0

29 Nov 09:10
Compare
Choose a tag to compare
v0.2.2

v0.2.2

Sopport unified way of managing images of React Native v0.14

28 Nov 16:19
Compare
Choose a tag to compare

Use figwheel

28 Nov 00:40
Compare
Choose a tag to compare
  • 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

22 Nov 10:09
Compare
Choose a tag to compare
  • Revert to single source root "src" for ios and android, as this was causing problems with REPL.
  • Revert to react native 0.13.0