Skip to content

Plain Unity Plain React Native

Shaunak Das edited this page Nov 29, 2017 · 14 revisions

Integrating Plain Unity with Plain React native

Setting up Environment for React native App:

npm install node
npm install watchman
npm install -g react-native-cli

Integration with Existing Apps

Unity Exported android folder

  1. Add package name
  2. Add keystore and key. Store these items.
  • [Importing into Android Studio]
  1. Change build.gradle script with
{
 classpath 'com.android.tools.build:gradle:2.3.0'
}

Clone this wiki locally