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 2f0466d commit 94ace6aCopy full SHA for 94ace6a
README.md
@@ -21,4 +21,12 @@ import { openEnsembleApp } from 'ensemble-react-native';
21
</TouchableOpacity>
22
```
23
24
+## Test
25
26
+Install dependency: `yarn install`
27
+
28
+Build flutter files: `cd ensemble_app && flutter build aar --no-tree-shake-icons`
29
30
+Move to main repo: `cd ..`
31
32
+Run on android: `yarn example android`
example/src/App.tsx
@@ -28,7 +28,7 @@ const HomeScreen = () => {
</View>
<View style={styles.footer}>
- <Text style={styles.footerText}>React Native & Flutter Integration</Text>
+ <Text style={styles.footerText}>React Native & Ensemble Integration</Text>
33
</SafeAreaView>
34
);
0 commit comments