API Example Implementation
The react native package is scan component.
What you'll need
- Node.js version 18.0 or above :
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Install and Configure
Install
- npm
npm i @bytexbyte/berify-app-open-api @react-native-async-storage/async-storage react-native-safe-area-context
iOS
This library use native-modules, so you will need to do pod install
for iOS:
cd ios && pod install && cd ..