just1and0 / React-Native-Paystack-WebView

💸💳The package allows you accept payment using paystack and guess what, it doesn't require linking! just install and begin to use 🚀
https://paystack.com
MIT License
153 stars 102 forks source link

Macbook M1 Issue #114

Open chrisedington opened 2 years ago

chrisedington commented 2 years ago

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.