問題タブ [redux-persist]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
5 に答える
5041 参照

android - redux-persist v5: ASyncStorage に状態が保持されない

反応ネイティブの Android アプリケーションで状態を永続化するために 1 週​​間以上試しましたが、状態を復元した後は常に初期値になります。Redux devtools で ASyncStorage の内容または状態を確認すると、初期状態です。

redux-reset を使用するとエラーが発生Unexpected key "_persist" ...し、Google からの解決策が見つかりませんでした。

store.flush()またはを実行store.purge()しても、ASyncStorage に変化は見られません。

私のconfigureStoreファイルは次のとおりです。問題はここのどこかにあると思います。何か助けはありますか?

redux@3.7.2、redux-persist@5.9.1、react-native@0.54.0 を使用します