You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add react-native-paypal as an npm dependency to your project.
Use react-native link to automatically link the library.
Method 2
Add react-native-paypal as an npm dependency to your project.
In android/settings.gradle, add the foloowing:
include ':react-native-paypal'
project(':react-native-paypal').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-paypal/android')