### Description While running the benchmark in the example app. The SQLite gets full due to the number of keys being inserted. ``` WARN Possible Unhandled Promise Rejection (id: 1): Array [ [Error: database or disk is full (code 13 SQLITE_FULL)], ] ``` ### RCA Looks like this is due to the storage limit of the SQLite https://github.com/react-native-async-storage/async-storage/issues/427
Description
While running the benchmark in the example app. The SQLite gets full due to the number of keys being inserted.
RCA
Looks like this is due to the storage limit of the SQLite react-native-async-storage/async-storage#427