This repo will use the private native binary you created in the native repo project
- Clone this project and open it in your IDE, search the code and replace all instances of
<YOUR-GITHUB-USERNAME>with your github username. - Create a GH publish token if you don't already have one.
- Open
/.npmrcin your IDE and replace<GITHUB_PUBLISH_TOKEN>with your push token. - install project dependencies with
yarn - boot up an iOS simulator and run
yarn ios - make some changes to
/src/App.tsxand see it show up in the simulator - congratulation! Hope you enjoy this new React Native development experience.