Skip to content

dev-family/react-native-unity-app

Repository files navigation

This is an app with test Unity project integragration in React Native

Description

Booting app:

  1. First, you will need to start to install dependencies
# using npm
npm install

# OR using Yarn
yarn 
  1. For iOS you will need to install pods
cd ios && pod install && cd..
  1. 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

Attention

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published