1 Just clone this project to local directory
2 Copy interactive directory to your react native project directory
3 In your project root to add 3 packages
#yarn add react-native-game-engine
#yarn add react-native-fast-image
#yarn add matter-js
4 Then open your Project js file which will open this activity
5 import Interactive from './interactive/Interactive';
6 Config it to your route section or other navigation
<Scene key="interactive" component={Interactive} />
7 open the scene use the name interactive