Skip to content

Commit 2f0466d

Browse files
committed
update README
1 parent 7d3bb44 commit 2f0466d

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ensemble-react-native
1+
# Ensemble Reactive Native Wrapper
22

33
React native wrapper of ensemble package
44

@@ -12,22 +12,13 @@ npm install ensemble-react-native
1212

1313

1414
```js
15-
import { multiply } from 'ensemble-react-native';
15+
import { openEnsembleApp } from 'ensemble-react-native';
1616

1717
// ...
1818

19-
const result = await multiply(3, 7);
19+
<TouchableOpacity onPress={openEnsembleApp}>
20+
<Text>Go to Ensemble Screen</Text>
21+
</TouchableOpacity>
2022
```
2123

2224

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)

0 commit comments

Comments
 (0)