Open DeDuckProject opened 8 years ago
I see that this is probably an RN > 0.29 problem.. A fix is shown here: https://github.com/mholtzberg/react-native-paypal and here: https://github.com/sharafat/react-native-paypal They should probably be integrated to this repo as well..
I got this running iOS , any suggestions please
Sorry about the lack of support here. If you have fixes you'd like to merge in, please feel free to open a PR, I just haven't had time to maintain this lately.
Hi, I installed android following the instructions here. When I try to do
or
I get this error:
My initial thought is that the code added to MainActivity contradicts the one in MainApplication.
The code added to main activity (followed the android setup):
while the code which is in the MainApplication:
Seems to me like MainReactPackage is added twice. Am I right? What am I missing?
Thanks! IY