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 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.
30
36
31
-
---
37
+
## License
32
38
33
-
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
0 commit comments