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
- Host: GitHub
- URL: https://github.com/opennative/examples
- Owner: OpenNative
- Created: 2023-01-29T03:57:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T03:48:16.000Z (about 2 years ago)
- Last Synced: 2025-04-04T11:51:12.349Z (10 months ago)
- Language: TypeScript
- Size: 1.1 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```