react-native-formik-yup
Handling forms in React Native using Formik and Yup.
Usage
# install dependencies
yarn install
# run bundler
yarn run serve
# run on Android device/emulator
yarn run android
# run on iOS device/simulator
yarn run ios
# run tests
yarn run test
# lint code
yarn run lint
# format code
yarn run format