Skip to content

Commit cc17146

Browse files
committed
readme
1 parent 790dbea commit cc17146

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

packages/jsi/README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,20 @@ const result = multiply(3, 7);
2020

2121
## Contributing
2222

23-
- [Development workflow](CONTRIBUTING.md#development-workflow)
24-
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
25-
- [Code of conduct](CODE_OF_CONDUCT.md)
23+
To run the example app:
2624

27-
## License
25+
```sh
26+
cd packages/jsi/example
2827

29-
MIT
28+
# To run on iOS simulator:
29+
npm run ios -- --simulator
30+
31+
# To run on Android (defaults to emulator, unless a real device is connected):
32+
npm run android
33+
```
34+
35+
If you want to run on a real device, you will need to open `packages/jsi/example/ios/NativescriptJsiExample.xcworkspace` and configure codesigning to use your Apple Developer Account's team.
3036

31-
---
37+
## License
3238

33-
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
39+
MIT

0 commit comments

Comments
 (0)