Coder Social home page Coder Social logo

wendysanarwanto / react-native-tech-stack Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.98 MB

A React Native mobile app sample which demonstrate redux integration on mobile app. The sample is taken from Udemy's "The Complete React Native & Redux" course, created by Stephen Grider.

License: MIT License

Python 9.10% Java 8.21% JavaScript 52.22% Objective-C 19.65% Ruby 10.82%

react-native-tech-stack's Introduction

react-native-tech-stack

A React Native mobile app sample which demonstrate redux integration on mobile app. The sample is taken from Udemy's "The Complete React Native & Redux" course, created by Stephen Grider.

Pre-requisite

Setup

  • Clone this repository: git clone https://github.com/WendySanarwanto/react-native-tech-stack.git.

  • Change current directory to the cloned repo's directory.

  • Run yarn to install all required dependency.

  • Run cd android/app && keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 && cd ../.. for creating required developer certificate.

How to run the app on Android Simulator

  • Run the Android Simulator from Android Studio.

  • Once the Android Simulator is running & ready, run react-native run-android command to build, install and run the app on the Android simulator.

How to run the app on an Android Phone

  • Ensure that your Android Phone's developer mode is enabled & activated.

  • Connect your Phone with the development machine using USB Cable.

  • Run adb devices -l command, to confirm that the Phone is already connected and has device id. Make note the device id.

  • Run react-native run-android --deviceId <phone id you noted in prior step> command to build, install and run the app on your connected android phone.

How to run the app on iOS Simulator

TODO: Add the steps here

How to run the app on iOS Phone

TODO: Add the steps here

react-native-tech-stack's People

Contributors

wendysanarwanto avatar wendy-sanarwanto avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.