How to create example app in react native cli? #521
Replies: 1 comment
-
To create an example app in React Native CLI after generating your npm package using
By following these steps, you should be able to create an example app in React Native CLI and integrate your npm package for testing and demonstration purposes. Make sure to update the example app code and documentation as needed to showcase the features and capabilities of your library effectively. |
Beta Was this translation helpful? Give feedback.
-
Currently i am creating npm using npx create-react-native-library@latest awesome-library and selected lib type as javascript lib after that is it generating example project in expo so could you please suggest how to create example app in react native cli
Beta Was this translation helpful? Give feedback.
All reactions