Skip to content

Utopiad/SUW

Repository files navigation

SUW

=== A React-Native application using Geolocation that warns you of bunch of people around you

Requirements:

As we're doing Native development, we need some tools to enable our phones to host the app directly during development. For this, we need to :

  1. Download and Android Studio
  2. Find the Android API code matched to your version of your Android Device Exemple: For Marshmallow, it's 23
  3. Lunch Android studio
  4. Click on Configure > SDK Manager
  5. npm install -g react-native-cli
  6. Install the right package related to your API code found above
  7. Download and set ADB and Fastboot Or install them with Android studio (SDK Build-tools, SDK Tools, HAXM)
  8. Then you'll need to set up your own phone in order to enable the developer mode.
  9. Finally, when you'll 'npm install && react-native run-android' the project on your Android phone, you'll need to create a file in the Android folder to allow the system to find the SDK. Please note that this file refers to one of your files, so it's ignored by Git.

About

A React-Native application using Geolocation that warns you of bunch of people around you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published