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

using this library with expo #4

Open
ghost opened this issue Sep 14, 2017 · 4 comments
Open

using this library with expo #4

ghost opened this issue Sep 14, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 14, 2017

i would like to use this library with expo ( expo.io ) its that possible?

@ferroblesh
Copy link

@madaviela this will not work with expo because you have to link native code(iOS/Android) to your project and Expo doesn't allow 3rd party native code.
I would like know why the conekta team doesn't create this React Native Module using only javascript. I can see on there webpage that they have all the javascript required to handled the Tokenization step(native code on this module) using only vanilla javascript

@AlexHenkel
Copy link

@cesargdm Expo doesn't allow linking native code yet

@AlexHenkel
Copy link

https://gist.github.com/AlexHenkel/01e9bc5b0480c273f01815aef9a46776
This is my implementation working with Expo. This relies on Constants.deviceId provided by Expo and a publicKey gotten from .env file. Feel free to try it out and modify as you need it

@valentin7
Copy link

gracias @AlexHenkel , que buena solución en puro js 👏. Works for me 👍.

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

3 participants