An open API service indexing awesome lists of open source software.

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.

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`.