@deuna/react-native-sdk
v2.0.4
Published
React Native SDK
Downloads
439
Readme
@deuna/react-native-sdk
React Native SDK
🚨 Important: Breaking Changes in v2.0.0
If you're upgrading from v1.x to v2.x, please review the CHANGELOG.md carefully. This major version includes breaking changes related to external URL handling and the removal of expo-web-browser dependency.
Key changes:
- New adapter pattern for browser functionality
- MercadoPago wallet and similar payments may require additional configuration
- Better Metro and Webpack compatibility
👉 Read the full migration guide in CHANGELOG.md
Usage
For detailed installation and usage instructions, please refer to our official documentation at DEUNA React Native SDK Documentation.
Running Example Apps
- Install dependencies:
yarn install- Expo example app:
For iOS simulator:
yarn example:expo:iosFor iPhone real device:
yarn example:expo:ios:deviceFor Android:
yarn example:expo:android- React Native CLI example app:
Start Metro:
yarn example:cli:startRun iOS:
yarn example:cli:iosRun Android:
yarn example:cli:androidBoth example apps are located under examples/ and consume the SDK source code directly via Yarn workspaces.
License
MIT
