Skip to content

Releases: drapanjanas/re-natal

React Native 0.22.0 and bugfixes

21 Mar 22:19
Compare
Choose a tag to compare
  • Use React Native 0.22.0
    • Added info to readme of how to disable RN hot reloading, as it seems to slow things down.
  • Fix #29 and #30

Integration with figwheel improvements

20 Mar 12:22
Compare
Choose a tag to compare

This release fixes #28

  • figwheel-bridge.js does not create window.document or window.localStorage anymore
  • Figwheel :heads-up-display is now false, compilation warnings in 'yellow box' does not require that.
  • Using latest available lein-figwheel version 0.5.0-6

Upgrade existing projects

  1. run re-natal upgrade

This will turn off the heads-up-display and copy a new version of figwheel-bridge.js.

Support development using real iOS device

06 Mar 10:19
Compare
Choose a tag to compare
  • Added new command to set up correct IP address of development serever for iOS app:
$ re-natal use-ios-device <real|simulator|xxx.xxx.xxx.xxx>
  • Bumped RN version to 0.21.0

Use React Native 0.20.0

18 Feb 13:19
Compare
Choose a tag to compare
v0.2.25

update readme

Support of Om Next

11 Feb 20:55
Compare
Choose a tag to compare

Added a possibility to generate Om Next based project

$ re-natal init OmNextApp -i om-next

Updates in re-natal CLI

06 Feb 17:21
Compare
Choose a tag to compare

Changes in CLI:

  • removed re-natal launch and related commands. Since RN 0.19.0 has react-native run-ios
  • added re-natal copy-figwheel-bridge to upgrade/restore only figwheel-bridge.js file.
  • added re-natal enable-source-maps and removed the same from re-natal upgrade, so now patching of RN packager to serve source maps is an optional step.

Added support for Windows

01 Feb 19:18
Compare
Choose a tag to compare

re-natal init and other essential commands now also works on Windows

Big thanks to @marxama for contribution!

Use React Native 0.19.0

31 Jan 12:50
Compare
Choose a tag to compare
  • Using recent React Native release 0.19.0
  • Remove ^:figwheel-load annotation from core.cljs, no need forcing reload of core namespace

Upgrade existing projects

  1. run re-natal upgrade

Bugfix

29 Jan 20:58
Compare
Choose a tag to compare
  • fixed bug in figwheel-bridge.js
  • handle missing dependencies
    • re-natal upgrade checks and installs missing dependencies
    • re-natal use-figwheel checks and shows error if missing dependencies
    • re-natal deps shows current versions of deps, and installs if missing
  • improved .gitignore

Upgrade existing projects

  1. Run re-natal upgrade

Support simultaneous iOS and Android app development

24 Jan 17:52
Compare
Choose a tag to compare
  • If you run figwheel for both builds "ios" and "android" and start iOS and Android apps at once, hot loading should work for both of them.
  • Change in CLI: use-figwheel does not accept -H option anymore. To set up host for your android device, please use new command re-natal use-android-device <real | genymotion | avd>. You only need to run this command once when you switch between android devices.
  • Fixes #13

Upgrade existing projects

  1. Run re-natal upgrade