Seamive Developers
Seamive Developers
So no way to `tipsi-stripe 9.0.0` with `Stripe 21.4.0` except downgrading??
The same error seems to occur Packages info: ``` "react": "17.0.1", "react-native": "^0.64.2", "react-native-fbads": "^7.0.5", "react-native-fbsdk-next": "^4.3.0", ``` Error Thrown ``` duplicate symbol '_FBSDKAppEventPhone' in: /Users/sagar/Library/Developer/Xcode/DerivedData/superapp-cfatsrwpxtvtdwfboqdkuquttydf/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/libFBSDKCoreKit.a(FBSDKUserDataStore.o) /Users/sagar/Library/Developer/Xcode/DerivedData/mySuperApp-cfatsrwpxtvtdwfboqdkuquttydf/Build/Products/Debug-iphonesimulator/FBSDKCoreKit_Basics/libFBSDKCoreKit_Basics.a(FBSDKUserDataStore.o) duplicate symbol '_FBSDKAppEventFirstName'...
So we cannot create it or use it anymore? Also any plans to make the package compatible with https://www.npmjs.com/package/react-native-fbsdk-next?
We meant phone number support to validate Phone Numbers when the user selects country. Example, when someone selects US, it should set dial code to +1 and also validate the...
@chirag04 Seems a question, do we really need to run `"react-native link"` since it supports automatically linking?