https://github.com/mohssineserraji/fallprevent_react_native
This code is an implementation 0f React Native Framework to create a mobile app.
https://github.com/mohssineserraji/fallprevent_react_native
react-native
Last synced: 2 months ago
JSON representation
This code is an implementation 0f React Native Framework to create a mobile app.
- Host: GitHub
- URL: https://github.com/mohssineserraji/fallprevent_react_native
- Owner: MohssineSERRAJI
- Created: 2020-10-25T18:14:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T22:49:06.000Z (over 5 years ago)
- Last Synced: 2025-01-14T07:52:14.698Z (over 1 year ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patients
#### This code is an implementation 0f [React Native Framework](https://reactnative.dev/) to create a mobile app.
## Local Setup:
1. Ensure that Node.js, yarn are installed.
2. Install all modules from `package.json` using:
`yarn install`
3. Ensure to change the URL of the API which will handle your data in request file.
`export const BASE_URL = 'https://byte-happy.herokuapp.com/';`
4. Run the app with `expo start`.