Skip to content

Commit

Permalink
copy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
snehmehta committed Aug 14, 2024
1 parent 2f0466d commit 94ace6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ import { openEnsembleApp } from 'ensemble-react-native';
</TouchableOpacity>
```

## Test

Install dependency: `yarn install`

Build flutter files: `cd ensemble_app && flutter build aar --no-tree-shake-icons`

Move to main repo: `cd ..`

Run on android: `yarn example android`
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const HomeScreen = () => {
</TouchableOpacity>
</View>
<View style={styles.footer}>
<Text style={styles.footerText}>React Native & Flutter Integration</Text>
<Text style={styles.footerText}>React Native & Ensemble Integration</Text>
</View>
</SafeAreaView>
);
Expand Down

0 comments on commit 94ace6a

Please sign in to comment.