Gabriel Miranda
Gabriel Miranda
@developit Hi! Thanks for the heads up on this! I'll try to look at both, the source code from preact and draft-js to see what's happening, we tested this with...
Any solutions?
react-native-fs gives you a few directories to download your file like `DocumentDirectory`. We need the Downloads directory from the device. Can you give us any advice?
Not really. I needed a constant to find the external public storage to create my own folder. By the way Android has one. `Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).getAbsolutePath()` Thanks for your time. I don't...
Could we update the permissions the app in the marketplace is having? So we can do this. The feature by itself seems to be working but only if you host...
Any updates on this? I'm facing the same issue
Same here on fresh install
@joostaafjes @chrisblossom have in mind that if you use any lifecycle methods it will only be called on the browser. When the server does renderToString its not rendering a component,...
@joostaafjes are you using the updated version of this repo? I misspelled and corrected my previous comment. Example taken and modified from `Widgets.js` ``` @asyncConnect([{ promise: ({store: {dispatch, getState}}) =>...