shamshiranees / RAKTEST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Xcode 12.0 or higher

Installation

  • For initial configuration of react native please refer this

  • To run the project in iOS,
    1. clone the repo git clone https://github.com/shamshiranees/RAKTEST.git
    2. run npm install from the Root directory.
    3. navigate to ios folder(cd ios) and run pod install(cocoapods should be installed before this).
    4. open rakBank.xcworkspace file in Xcode and run the project.
    5. you can skip step 4 and run the project using terminal using npx react-native run-ios

  • To run the project Android,
    1. follow step 1 and step 2 of iOS.
    2. open the android folder in Android studio.
    3. wait for build to complete.
    4. run the project.
    5. you can skip step 2-4 and run the project using terminal using npx react-native run-android.

Author

shamshir.anees@gmail.com

About


Languages

Language:JavaScript 59.2%Language:Java 13.5%Language:Swift 13.4%Language:Objective-C 10.8%Language:Ruby 1.7%Language:Starlark 1.3%