You want to:
Can't find any approves in the code that the library will use RocksDB in android. Is this relevant information from the documentation?
Details:
|
* On iOS, `AsyncStorage` is backed by native code that stores small values in a |
|
* serialized dictionary and larger values in separate files. On Android, |
|
* `AsyncStorage` will use either [RocksDB](http://rocksdb.org/) or SQLite |
|
* based on what is available. |
You want to:
Can't find any approves in the code that the library will use RocksDB in android. Is this relevant information from the documentation?
Details:
async-storage/types/index.d.ts
Lines 12 to 15 in af0677c