File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
- # ensemble-react-native
1
+ # Ensemble Reactive Native Wrapper
2
2
3
3
React native wrapper of ensemble package
4
4
@@ -12,22 +12,13 @@ npm install ensemble-react-native
12
12
13
13
14
14
``` js
15
- import { multiply } from ' ensemble-react-native' ;
15
+ import { openEnsembleApp } from ' ensemble-react-native' ;
16
16
17
17
// ...
18
18
19
- const result = await multiply (3 , 7 );
19
+ < TouchableOpacity onPress= {openEnsembleApp}>
20
+ < Text > Go to Ensemble Screen< / Text >
21
+ < / TouchableOpacity>
20
22
```
21
23
22
24
23
- ## Contributing
24
-
25
- See the [ contributing guide] ( CONTRIBUTING.md ) to learn how to contribute to the repository and the development workflow.
26
-
27
- ## License
28
-
29
- MIT
30
-
31
- ---
32
-
33
- Made with [ create-react-native-library] ( https://github.com/callstack/react-native-builder-bob )
You can’t perform that action at this time.
0 commit comments