Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.5 KB

README.md

File metadata and controls

54 lines (38 loc) · 2.5 KB

🚀 Quai Mobile Development Kit - React Native

React Native

The Quai Mobile Development Kit (MDK) is a feature driven architecture starter project with a Quai and QI wallet and payment rails to enable rapid POC and MVP development of your mobile application. This project is configured with redux, redux saga and redux persist. Uses latest version of react-navigation.

Scalability Factor

This Type based Architecture scales smoothly for different sized apps using feature based architecture.

Features

Prerequisites

Getting Started

  1. Clone this repo, git clone https://https://github.com/dominant-strategies/quai-mobile-development-kit.git <your project name>

  2. Go to project's root directory, cd <your project name>

  3. Remove .git folder, rm -rf .git

  4. Use React Native Rename to update project name $ npx react-native-rename <newName>

  5. Run yarn to install dependencies and cd ios then pod install

  6. For IOS, build the app in XCode, Start the packager with yarn start

  7. Connect a mobile device to your development machine

  8. Run the application:

  • On Android:
    • Run react-native run-android or Use Android Studio (Recommended)
  • On iOS:
    • Open ios/YourReactProject.xcworkspace in Xcode
    • Hit Run after selecting the desired device
  1. Happy Coding with Quai Mobile Development Kit!

Contributing

PRs are welcome!