Skip to content

Releases: TheRogue76/react-native-launchpad

0.7.0

18 Dec 15:35

Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

17 Dec 19:02

Choose a tag to compare

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

17 Dec 15:20

Choose a tag to compare

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

15 Dec 17:02

Choose a tag to compare

Naming fix for npm package publishing

0.4.0

15 Dec 16:10

Choose a tag to compare

Adds detox testing so we can have simple E2E testing suite setup

0.3.0

14 Dec 22:09

Choose a tag to compare

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

14 Dec 21:43

Choose a tag to compare

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

14 Dec 20:54

Choose a tag to compare

Added navigation reset capabilities.

0.0.3

14 Dec 19:55

Choose a tag to compare

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

13 Dec 21:58

Choose a tag to compare

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