We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ace6a commit 5f4d4e0Copy full SHA for 5f4d4e0
README.md
@@ -25,8 +25,15 @@ import { openEnsembleApp } from 'ensemble-react-native';
25
26
Install dependency: `yarn install`
27
28
+[optional]
29
+Change appId:
30
+- Go to `ensemble_app/ensemble/ensemble-config.yaml`
31
+- change `appId`
32
+
33
Build flutter files: `cd ensemble_app && flutter build aar --no-tree-shake-icons`
34
35
+Note: If their is any change in `ensemble_app` you need to re-run above build aar command
36
37
Move to main repo: `cd ..`
38
39
Run on android: `yarn example android`
0 commit comments