Hyde Zhang
Hyde Zhang
``` persistor.pause() persistor.flush().then(() => { return persistor.purge() }) ```` and then depends on your app logic resume it by `persistor.persist()` e.g in login page ?
I think the issue might be the state used [here](https://github.com/cchanxzy/react-currency-input-field/blob/master/src/components/CurrencyInput.tsx#L113), which changes as keystroke happens. All [4 examples](https://github.com/cchanxzy/react-currency-input-field/tree/master/src/examples) uses their own state to set value. There seems to be no...
Works fine for me ``` persistor.pause() persistor.flush().then(() => { return persistor.purge() }) ```` and then depends on your app logic resume it by `persistor.persist()` e.g in login page ?
All you need is ["search/google" for solution](https://github.com/lwansbrough/react-native-camera/pull/229). Don't be lazy.