Demo Project for React-Native-Local-Resource
This is a simple demo project for the React-Native-Local-Resource library.
$ yarn
$ yarn ios
/ $ yarn android
$ yarn android:release
If you are making changes to the library in the root folder of this repository and want to see your changes reflected in this demo project, you must run
$ yarn reinstall
in order to pull the changes into this demo project's node_modules
.
$ yarn android:release:reinstall
also exists if for convenience if you are developing and testing Android in release mode.