mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
Docs: Add remark about testing in expo docs (#293)
This commit is contained in:
committed by
GitHub
parent
cf9ac4ef02
commit
921889ec76
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user