callstack / react-native-builder-bob

👷‍♂️ Simple set of CLIs to scaffold and build React Native libraries for different targets
https://callstack.github.io/react-native-builder-bob/
2.78k stars 184 forks source link

feat: make the vanilla example app the first option #654

Closed atlj closed 1 week ago

atlj commented 1 week ago

Summary

This makes the vanilla example app the first option when the CLI asks for the type of the example app. Screenshot 2024-10-18 at 18 12 00

We were seeing some RNTA specific bugs such as #639

With that being said, this is in no way an attempt to fix the bugs that are caused by create-react-native-library when we integrate with the React Native Testing App. Such bugs should still be fixed by the team.

Test plan

  1. Run creact-react-native-library
  2. Pick a native library template
  3. Make sure when the example type is asked, vanilla example is the first option.