[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[rn8] Embedding S8 environment in your app

for Android (analogously for ios in mac):

1- check React-Native is installed

2- create a project (run from cmd):
react-native init myProject
cd myProject
3- get S8 files from rn8.zip and add them to myProject

4- connect your device and from cmd deploy your app
react-native run-android
5- if you have issues, you may want to check this