This project was built on top of the minimal-react-native-redux starter kit created by @andrewthuang.
- React Native
- to enable hot reloading, press
Command-Dto bring up the dev menu and select.. you guessed it:Enable Hot Reloading
- to enable hot reloading, press
- Redux
- React Native Simple Router
- React Native Collapsible
- React Native Carousel
- React Native Vector Icons
- Remote Redux DevTools
- launch DevTools with this handy Chrome app
> git clone https://github.com/HelpingFriendlyApps/HelpingFriendlyApp.git
> cd HelpingFriendlyApp
> npm install
Open the project in Xcode (v7.0 or higher)
> open ios/HelpingFriendlyApp.xcodeproj
Press `Command-R` to build the app
Upon successful build, Simulator will automatically launch the app (while running React packager on port 8081).
After the initial build, there is no need for Xcode if you're just playing around with the app in Simulator. To do so, follow these steps:
> npm start (this will run React packager on port 8081)
Open Simulator (Command-Space bar + 'simulator')
Swipe to the second screen
Tap on the `HelpingFriendlyApp` icon



