multistep-form-xstate-formik
multistep-form-xstate-formik copied to clipboard
Multistep form handling | React Native, TypeScript, XState and Formik
MULTI STEP FORM APP
Made with React Native, XState, Formik, Yup and UI Kitten
Description
This app is a part of an article Multistep form handling with Finite State Machines, Formik and TypeScript
Installation:
- [ ] 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 :fire:
Checkpoints:
- 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