Skip to content

react-native-training/react-native-resub-implementation

Repository files navigation

React Native implemented with Resub state management library

Resub is a library for writing React components that automatically manage subscriptions to data sources simply by accessing them

To get started

  1. Clone project
git clone [email protected]:react-native-training/react-native-resub-implementation.git
  1. Install dependencies
npm i or yarn
  1. Run typescript compiler
tsc -w
  1. Write code in src directory

  2. Run project (code will be compiled into build directory - see tsconfig.json)