Skip to content

ZanderSparrow/askdarcel-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Darcel App

Built with React Native for Android and iPhone

Version

0.0.1

Tech

The Ask Darcel App is open source with a public repository on GitHub.

Installation

The current version of React Native for iOS requires XCode v7+ to run. For android development Android Studio provides emulator options. I recommend testing on a lower-end model with Jelly Bean.

You need the React Native client installed globally:

$ npm install -g react-native-cli
$ git clone https://github.com/ShelterTechSF/askdarcel-app.git
$ cd askdarcel-app
$ npm install

Troubleshooting

If you get an error running the debugger while trying to start android, try:

$ cd android/ && ./gradlew clean && cd .. && react-native run-android

About

The React Native app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • Objective-C 17.3%
  • Python 5.4%
  • Java 4.8%