https://github.com/ygit/expo-react-native-hms
https://github.com/ygit/expo-react-native-hms
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ygit/expo-react-native-hms
- Owner: ygit
- License: apache-2.0
- Created: 2022-02-02T09:05:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T00:52:48.000Z (over 2 years ago)
- Last Synced: 2024-04-14T04:21:05.477Z (almost 2 years ago)
- Language: Java
- Size: 2.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expo-react-native-hms
## install node modules
```
npm i
```
## install expo-cli globally to run the expo commands
```
npm install --global expo-cli
```
## install expo dev client
```
expo install expo-dev-client
```
## Now we can run ios and android
```
expo run:ios -d
```
or for android
```
expo run: android -d
```
Alternatively for iOS we can run it from xCode and start dev server from terminal (it will help running on devices).
to start the server the following command can be used
```
expo start --dev-client
```