Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macbook M1 Issue #114

Open
chrisedington opened this issue Aug 10, 2022 · 0 comments
Open

Macbook M1 Issue #114

chrisedington opened this issue Aug 10, 2022 · 0 comments

Comments

@chrisedington
Copy link

chrisedington commented Aug 10, 2022

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 added a commit to chrisedington/React-Native-Paystack-WebView that referenced this issue Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant