0.2.6 • Published 3 months ago
baseflow-react-native v0.2.6
Baseflow React Native
React Native SDK for Baseflow.
API documentation
TODO
Installation in bare React Native projects
For bare React Native projects, you must ensure that you have installed and configured the expo
package before continuing.
Add the package to your npm dependencies
npm install baseflow-react-native
Configure for iOS
Run npx pod-install
after installing the npm package.