An open API service indexing awesome lists of open source software.

https://github.com/opennative/examples

Examples for Open Native usage in NativeScript apps
https://github.com/opennative/examples

Last synced: 9 months ago
JSON representation

Examples for Open Native usage in NativeScript apps

Awesome Lists containing this project

README

          

# 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
```