v2.2.0
Features
- An SQLite driver is now baked-in by default with this plugin ! Just install the native dependencies and set it as your custom driver. Read more in the docs.
💡 The SQLite driver's performances are significantly better than
AsyncStorage
's. Its usage is recommended for more complex apps that need faster caching. Moreover, it bypassesAsyncStorage
's 6mb limitation on android, which might be important if you need to store large amount of data.
This implementation is still in its early form, feel free to build on it and submit PR to improve it.
Bugfixes
- Cache size capping should always remove the oldest item.
Miscellaneous
- Typings corrections for typescript users.
- Documentation was starting to get too big and has been split up in multiple files.