Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 496 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 496 Bytes

examples

Examples of react native modules working in NativeScript apps with Open Native.

How to run

To run any of the examples, first clone this repo

git clone https://github.com/OpenNative/examples.git

Next navigate to the example you want to run.

cd examples/gzip-example/

Install the nativescript cli if it's not installed already.

npm install -g nativescript

And finally run the example app.

ns run ios

And for android.

ns run android