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
- Clone project
git clone [email protected]:react-native-training/react-native-resub-implementation.git
- Install dependencies
npm i or yarn
- Run typescript compiler
tsc -w
-
Write code in src directory
-
Run project (code will be compiled into build directory - see tsconfig.json)