Releases: drapanjanas/re-natal
Releases · drapanjanas/re-natal
v0.2.38
- Generate project using RN 0.30.0
- Improved displaying CLJS compilation exceptions in YellowBox
v0.2.37
Use React Native 0.27
- Bumped RN version to 0.27.2
Use React Native 0.26
- Bumped RN version to 0.26
- Default interface is now reagent6 since React 15 is now used
React Native 0.25 and improvements
- Upgrade to RN 0.25
- Access React API via
require('react')
- Removed dependency on natal-shell from OmNext and Rum project templates
- Skip schema check in prod build and add some comiler optimizatons in project.clj. Thanks to @ducky427!
- Exclude .DS_Store file (generated on MacOS) when scanning for images. Thanks to Mark Lakewood!
Support Rum
This release adds support of Rum interface - big thanks to @webmonarch for contribution!
To generate Rum-based app project please run:
$ re-natal init FutureApp -i rum
also, issue #44 is fixed
Use React Native 0.24.1
- Use React Native 0.24.1
- Update dev host also in RCTWebSocketExecutor.m as per docs
Support Reagent 0.6.0-alpha
React Native 0.23.1
Use React Native 0.23.1
This also fixes #35