naoufal/react-native-payments

Expo EAS plugin

ezilox opened this issue · 0 comments

Hi, whoever wants to use this package with expo should add this config to his app.config.js file.

const withApplePay: ConfigPlugin<any> = config => { return withEntitlementsPlist(config, config => { config.modResults['com.apple.developer.in-app-payments'] = ['merchant.com.xxxxxxxx] return config; }) }