-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Hello,
I am trying to integrate react-native-shopify into my current react native project. I was very happy to see that someone had built a way to integrate the Mobile-Buy-SDK and appreciate you creating this.
I am currently having some trouble with the installation and build process when using react-native-shopify. When following the instructions in the README.md I install using npm install react-native-shopify --save then include the Mobile-BUY-SDK by installing as a Pod. At this point the project will build successfully. Following this I run react-native link react-native-shopify when attempting to build after this I see this error;
I have attempted linking manually and get the same issue each time. I have done quite a bit of troubleshooting and have not been able to figure out how to resolve this issue.
Any help would be greatly appreciated!
Xcode version: 10.3
React native version: 0.59.9
Pod version: 1.7.5
Shopify buy sdk version: 3.6.0
