Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ensembleui/ensemble-react-native


https://github.com/ensembleui/ensemble-react-native

Last synced: about 2 months ago
JSON representation

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`