This app is a part of an article Multistep form handling with Finite State Machines, Formik and TypeScript
- Clone the repo
- Run
yarn
from the root - Run
cd ios && pod install && cd ..
- Run the metro with
yarn start
- Open the app either in a simulator with
yarn ios
/yarn android
or on a physical device - Have come crazy fun 🔥
- Checkpoint #1 - initial app setup with UI Kitten library
- Checkpoint #2 - after adding navigation
- Checkpoint #3 - after adding finite state machines
- Checkpoint #4 - after invoking services/child machines
- Checkpoint #5 - Finished App - finished app