Trashpants
Trashpants
okay sorry to spam up the thread but it looks like the onAllLoaded function just flat out doesn't run. I'm not sure why it doesn't as the `LoadManager.setLoaded` function works...
I've done what you have suggested and copied the code into my project directly. Now the project never loads which seems weird but what I think is happening is as...
okay so, back to the original point I had, adding this inside the main body of `PersistGate` fixes the issue - ie forces it to run again. (add it in...
As it currently stands I’m still running with that hack above and I’ve not come across any other issues with it. has anyone else tried that out and seen if...
Also seeing this issue
im getting the same issue as above and not really sure how to fix it: my package.json contains this: { "dependencies": { "expo": "^36.0.0", "react": "16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", "react-native-signature-canvas": "^1.6.0",...
Hi @YanYuanFE, So to give you the example of what Im trying to do - I Have a user read a web page (using a custom WebView Ive made) and...
I was confused by this too - not sure if you fixed it by now, but for any people who stumble across this in the future: in order for this...
@chiaberry I have multiple reducers implemented with a PURGE case as ``` import { PURGE } from "redux-persist"; const INITIAL_STATE = { token: "", loading: false, user: {} }; export...
looking at whats happening with this package, the solve has actually been rolled out on this side but as @ascoders has a dependency on https://github.com/ascoders/react-native-image-zoom this hasn't actually had any...