Anders Steiner
Anders Steiner
Thanks for the advice that did almost work. Since esbuild bundles the code it cannot be included in node_modules folder Was easily solved with esbuild-plugin-copy like this ```js /* eslint-disable...
Closing this since managed to solve it with two different config files and then call `sls deploy --param=ESBUILD_CONFIG=esbuild.config.js` when deploying it and `sls offline --param=ESBUILD_CONFIG=esbuild.offline.config.js` serverless.yml ```yml custom esbuild: config:...
This is what conekta-ios did https://github.com/conekta/conekta-ios/pull/24/commits/d1ee4c8efc2f089c5f1dbb1370948c6cde35dc75 Seems like UIWebView needs to be replaced with WKWebView
@zo0r I guess you dont have any time over for this project anymore. Is there a chance you can add other maintainers that can help you out?
@zo0r sorry for late response. We really need to get this to work in some way so we are thinking about maintaining this library again. Can you share the access?...
@omarloi so it looks like code is committed but not released. the way we used latest version was by including a specific commit in `package.json` ```js "dependencies": { "react-native-conekta": "git://github.com/zo0r/react-native-conekta.git#82a49416ee64e47d979bf277d6e4698af8368b9b",...
Yeah, I also wounder I guess @aheissenberger should know this?
Well somewhat. Inlined the code in the project. Not the best but did the trick.
So have some more info on this I think. Issue is a bit strange. 1. If I create a new react native project and use axios itself **projects builds without...