Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ensembleui/ensemble-react-native
https://github.com/ensembleui/ensemble-react-native
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ensembleui/ensemble-react-native
- Owner: EnsembleUI
- License: mit
- Created: 2024-08-12T13:23:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:26:35.000Z (5 months ago)
- Last Synced: 2024-11-22T07:48:22.789Z (about 2 months ago)
- Language: Java
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ensemble Reactive Native Wrapper
React native wrapper of ensemble package
## Installation
```sh
npm install ensemble-react-native
```## Usage
```js
import { openEnsembleApp } from 'ensemble-react-native';// ...
Go to Ensemble Screen
```
## Test
Install dependency: `yarn install`
[optional]
Change appId:
- Go to `ensemble_app/ensemble/ensemble-config.yaml`
- change `appId`Build flutter files: `cd ensemble_app && flutter build aar --no-tree-shake-icons`
Note: If their is any change in `ensemble_app` you need to re-run above build aar command
Move to main repo: `cd ..`
Run on android: `yarn example android`