mst-persist
mst-persist copied to clipboard
data not save when use blacklist or whitelist
When i add blacklist or white list, the data cannot save in local storage.
persist('@user', UserModel, {
storage: AsyncStorage,
jsonify: true,
blacklist: ['state'] // IT will not save data
}).then(() => console.log('someStore has been hydrated'))