You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
25
-
-[Code of conduct](CODE_OF_CONDUCT.md)
23
+
To run the example app:
26
24
27
-
## License
25
+
```sh
26
+
cd packages/jsi/example
28
27
29
-
MIT
28
+
# To run on iOS:
29
+
npm run ios
30
+
31
+
# To run on Android:
32
+
npm run android
33
+
```
30
34
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.
32
36
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.
0 commit comments