How can I implement support for PayPal with Expo?

Am done paypal if am using react-native because i have a native module which add into java code in android and xcode files. But am done this thing in expo then how to done this. Please help me to find out this problem . Thanks in advance…

If you choose to use a package with native code (Java or Objective-C), you will need to “detach” your Expo project and use ExpoKit. Please be aware that you should be comfortable with native development when taking this path.

These are some docs on detaching and using ExpoKit:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.