We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfb02c commit 4bcee46Copy full SHA for 4bcee46
1 file changed
App.js
@@ -61,7 +61,7 @@ class App extends Component {
61
{
62
storage: AsyncStorage,
63
transforms: [encryptor],
64
- blacklist: ['user'],
+ whitelist: ['auth'],
65
},
66
() => {
67
this.setState({ rehydrated: true });
0 commit comments