This is an app with test Unity project integragration in React Native
- First, you will need to start to install dependencies
# using npm
npm install
# OR using Yarn
yarn
- For iOS you will need to install pods
cd ios && pod install && cd..
- To run the app
3.1 Start Metro
# using npm
npm run start
# OR using Yarn
yarn start
3.2 Run the app
# iOS
yarn run ios
# Android
yarn run android
In this project can de found Unity builds for android && ios. But this build is for DEMO purpose only! To run the app without errors - you will need to install builds again. You can find initial Unity Project here