1

I know that react-native-payments is already cross-platform but it does require certain steps like activating apple pay from the ios project and similar changes for Android.

I wanted to know if there is a way to integrate payments without having to create ios and android modules (react-native init).

Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123
yycr
  • 33
  • 3

1 Answers1

2

Currently no, you will have to eject, and if you do so better consider Payments guide by Expo Here

Shabbir Haider
  • 158
  • 1
  • 10