Releases: TheRogue76/react-native-launchpad
0.7.0
0.6.0
What's Changed
- feat: Add rename_template.sh script for project renaming by @Copilot in #5
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Feat: Revise README to introduce React Native Launchpad by @TheRogue76 in #3
- Add MIT License by @Copilot in #4
New Contributors
- @Copilot made their first contribution in #4
Full Changelog: 0.4.1...0.5.0
0.4.1
Naming fix for npm package publishing
0.4.0
Adds detox testing so we can have simple E2E testing suite setup
0.3.0
Added Nitro views locally, so we can now create whatever native view we want with almost zero fuss. Just write the TS spec, do npx nitrogen, implement iOS and Android and you are done. And you get to keep the DX of being able to develop each one on their native IDEs with zero fights
0.2.0
Add local native module via nitro. All you need to do now is just define the spec, run npx nitrogen, and now you can have your native modules ready to go, no need to define all the ObjC stuff or go through hell to write your native code
0.1.0
Added navigation reset capabilities.
0.0.3
Add basic nested navigation setup so both deep linking and having screens with and without bottom tabs are achievable.
Add initialization screen so users can easily setup all their apps start up logic in one simple place
0.0.2
Finalized templates basics
Connected MobX, wrapped up the testing setup, cleaned up a little bit. Can now be reused across the board in new apps