Skip to content

Commit a7ab2a8

Browse files
committed
readme
1 parent 790dbea commit a7ab2a8

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

packages/jsi/README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,22 @@ 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:
29+
npm run ios
30+
31+
# To run on Android:
32+
npm run android
33+
```
3034

31-
---
35+
React Native CLI defaults to emulator/simulator unless you have a real device connected. You can pass `-- --list-devices` if you want to interactively choose the device to run on.
3236

33-
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
37+
If you want to run on a real device on iOS, you will need to open `packages/jsi/example/ios/NativescriptJsiExample.xcworkspace` and configure codesigning to use your Apple Developer Account's team.
38+
39+
## License
40+
41+
MIT

0 commit comments

Comments
 (0)