#MGeorge
1 messages · Page 1 of 1 (latest)
return (
<StripeProvider
publishableKey="myKEY"
<Fragment>
<MainNavigator />
</Fragment>
</StripeProvider>
);
Simply, I just want to do the first step for implementation, but this crashes
Found a similar issue here: https://github.com/RonRadtke/react-native-blob-util/issues/204
With this answer:
For iOS, the "fix" is to run pod install from the ios folder and rebuild the app: