React-Native-Paystack-WebView
React-Native-Paystack-WebView copied to clipboard
Macbook M1 Issue
I had issues getting the project running on a Macbook Pro M1.
Undefined symbol: _RCTRegisterModule
I had to make the following change for it to work - maybe it'll help someone:
node_modules/react-native-paystack-webview/react-native-paystack-webview.podspec
- s.dependency 'React'
+ s.dependency 'React-Core'
Make sure to do a pod install afterwards.