https://github.com/omi10859/aliasnativeapp
This is React Native app for Alias Club
https://github.com/omi10859/aliasnativeapp
javascript react react-native
Last synced: 9 months ago
JSON representation
This is React Native app for Alias Club
- Host: GitHub
- URL: https://github.com/omi10859/aliasnativeapp
- Owner: omi10859
- Created: 2018-05-31T15:16:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:05:49.000Z (over 3 years ago)
- Last Synced: 2025-03-18T22:35:56.405Z (over 1 year ago)
- Topics: javascript, react, react-native
- Language: JavaScript
- Size: 1.33 MB
- Stars: 4
- Watchers: 1
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ALiAS: Amity Linux Assistance Sapience.
- The following repo contains the source code for the native app of Amity Linux Assistance Sapience.
### Contribute
- Feel free to open an issue or recommend any changes which you want to see in the App.
## Guidelines
- Upload Screenshot(s) while making a PR if needed.
## Instructions-
###### Step 1: clone this repo & cd into project
###### Step 2: install node modules
npm install
Before run android build, setup Android Studio
Before run ios build, setup XCode
###### Step 3: If Android
react-native run-android
###### Step 4: If iOS
react-native run-ios
That's all
For more on how to run, https://facebook.github.io/react-native/docs/getting-started.html
If you want to install app in the device, connect your device to the system with debugger mode on and run the above command (app will be installed automatically)
