My first react-native app created in 10 days for a school project. It allows you to rediscover the story of monuments in your neighborhood, how time has transformed or erased them. In french.
Application based on the NativeBase KichenSink template, using React Native
####1. System Requirements
-
Globally installed node >= 4.0
-
Globally installed npm >= 3.0
-
Globally installed rnpm (only if React Native version < 0.29)
-
Globally installed react-native CLI
####2. Installation
$ git clone [email protected]:luknl/Reditum.git
$ cd Reditum/
$ npm install
If React Native < 0.29
$rnpm link
If React Native >= 0.29
$ react-native link
####3. Simulate for iOS
Method One
-
Open the project in XCode from ios/NativebaseKitchenSink.xcodeproj
-
Hit the play button.
Method Two
- Run the following command in your terminal
$ react-native run-ios
####4. Simulate for Android
-
Make sure you either have an Android emulator installed and running, or a phone connected by USB with debbuging mode activated
-
Run the following command in your terminal
$ react-native run-android