The objective of this project is to provide a fast method to have a template project for obtaining frames generated by the mobile camera using React Native and react-native-vision-camera
.
# Installation
yarn install
# Run iOS Simulator
yarn ios
# Run iOS Device
yarn ios --device
#Run Android
yarn android
#Run Android Device
yarn android --device
# Prebuild the project (Optional)
yarn prebuild