Skip to content

Latest commit

 

History

History

README.md

Pluggy Connect - React Native Example

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.

Prerequisites

  • Node.js 18+
  • React Native development environment (setup guide)
  • macOS + Xcode (for iOS) or Android Studio (for Android)

Setup

npm install

For iOS, install CocoaPods:

cd ios && pod install && cd ..

Run

Start Metro bundler:

npx react-native start

In a new terminal, launch the app:

# iOS
npx react-native run-ios

# Android
npx react-native run-android

Configuration

Edit App.tsx and replace the MY_CONNECT_TOKEN_API_URL with your own backend token endpoint. See the backend examples for options.

Resources