React Native application using react-native-pluggy-connect for mobile financial account connections.
Note: This example uses React Native 0.66 and React 17. For a modern setup, see the Expo example.
- Node.js 18+
- React Native development environment (setup guide)
- macOS + Xcode (for iOS) or Android Studio (for Android)
npm installFor iOS, install CocoaPods:
cd ios && pod install && cd ..Start Metro bundler:
npx react-native startIn a new terminal, launch the app:
# iOS
npx react-native run-ios
# Android
npx react-native run-androidEdit App.tsx and replace the MY_CONNECT_TOKEN_API_URL with your own backend token endpoint. See the backend examples for options.