rnSpawnComponentDemo

This is an example react-native project for rn-spawn-component on npm

This has only been tested on Android and was built on my system.


If cloning the repo isn't working for you, an easy way to get up and running is to run:

npx react-native init AwesomeProject

Then copy App.js, MyComponent.js and package.json to the project and run:

yarn install
yarn start

and

yarn react-native run-android

or

yarn react-native run-ios

Demo.gif