-
Notifications
You must be signed in to change notification settings - Fork 12
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
The SDK not work on our Expo app #18
Comments
@akabulhasan This library does not support expo apps |
can we use a webview for all the endpoints of a payment? |
I think so |
@kholdunn @kareemTap @AhlaamK-tap Assalamualailkum, |
@alhusamia You need to eject the expo in order to use our library. |
@sofimohsin0007 You need to eject the expo in order to use our library. |
@kareemTap @alhusamia |
@sofimohsin0007 Please follow the steps in the following URL to get the Expo eject work: |
We tried to fiddle with the SDK, but are getting an undefined error in Components/Home/index.js line 86 when this function runs, likely due to the first log starting the second log(circular) :
startSDK() { console.log('start SDK'); console.log(this.sdkModule,"SKD Modal"); this.sdkModule && this.sdkModule.startPayment(sdkConfigurations, this.handleResult); }
We are using expo here , and here is the your sdk version and the expo version
@tap-payments/gosell-sdk-react-native": "1.0.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"expo": "~40.0.0",
The text was updated successfully, but these errors were encountered: