zhouhao27 / react-native-ui-test-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Test / React Native App

This is an app that shows how to test UI for React Native.

  • First step to run this app is to setup the react-native development environment, available here.

  • Clone the repository.

  • Execute:

npm i

or

yarn

If you are using iOS execute:

npx pod-install
  • Then execute command, depending on the OS:
npx react-native run-ios

or

npx react-native run-android

Branchs

There is 3 branchs for this project, depending on where you want to start to follow the tutorial:

  • diyBranch // starts form the very beginning
  • setup // starts with the setup of navigation, redux and tests already done.
  • uiDevelopmentAndTesting // the final commit with all tests and UI already done

Stack

  • React-Native 0.65.1

  • React Hooks: state management, navigation and redux

  • React Navigation to manage the Routes

  • React Redux to manage global states and redux slice

    This app is not suitable for Expo, it is a bare react-native app.


About


Languages

Language:Java 39.7%Language:Objective-C 28.8%Language:TypeScript 18.0%Language:JavaScript 5.0%Language:Ruby 4.7%Language:Starlark 3.8%