I'm using react-native 0.57.1 and react 16.5.0 with redux-storage
When applying store middleware and load, react native crashes with this error: JSON value '' of type NSNull cannot be converted to NSString and then Entries must be arrays of the form [key: string, value: string] showing my redux state to be stored.
I'm using react-native 0.57.1 and react 16.5.0 with redux-storage When applying store middleware and load, react native crashes with this error: JSON value '' of type NSNull cannot be converted to NSString and then Entries must be arrays of the form [key: string, value: string] showing my redux state to be stored.
Does anyone knows something about this?