Giacomo
Giacomo
You can't, you have to implement it as webview. I had to face the same limitation and at the beginning of development I used https://github.com/burstware/expo-plaid-link, but at some point in...
Brillant @byCedric thanks for sharing this!
> Hello. Did you solve this problem, I also encountered the same problem Nope, used this lib on another project and I got the same issue :\
I have this error on React Native with Expo. What kind of domain I should have to specify?
@denver23 if I console.log `query` I have an object like this ``` { 'options[debug]': true, 'options[compileDebug]': true, 'options[pretty]': true, 'options[data][title]': 'hello', 'options[data][home][title]': 'Lorem Title', 'options[data][home][sections][hero][title]': 'Lorem ipsum dolor sit' }...
I made an angular-quokka-plugin folder inside quokka root folder. Inside angular-quokka-plugin I have placed an index.js file with this content: ``` module.exports = { before: config => { require('reflect-metadata'); }...
Perfect, thank you @ArtemGovorov. I've created a npm package for quokka! https://www.npmjs.com/package/angular-quokka-plugin :)
Oh fantastic! @ArtemGovorov thank you so much! 👍
@pitops in your ./quokka folder run `npm i angular-quokka-plugin` and in the same folder edit the config.json file with this ``` ... "plugins":"angular-quokka-plugin" ... ``` that's all!
Same problem here, I rolled back to 0.19 but surge not upload updated file ``` email: my@email token: ***************** project path: /path/to/project size: 43 files, 23.5 MB domain: myaddress.surge.sh ```...