Docs: Add remark about testing in expo docs (#293)

This commit is contained in:
Michał Leszczyński
2023-12-30 00:05:08 +01:00
committed by GitHub
parent cf9ac4ef02
commit 921889ec76

View File

@@ -150,6 +150,16 @@ export default function App() {
}
```
## Test the application
Generate native project for your platform:
```
npx expo run:android
# or
npx expo run:ios
```
## Example project
Please check GitHub [arx-research/libhalo-example-expo](https://github.com/arx-research/libhalo-example-expo) project for the complete project example.