React-Native-Paystack-WebView icon indicating copy to clipboard operation
React-Native-Paystack-WebView copied to clipboard

Macbook M1 Issue

Open chrisedington opened this issue 3 years ago โ€ข 0 comments

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.

chrisedington avatar Aug 10 '22 07:08 chrisedington