AsyncStorage AsyncStorage是一个简单的,未加密的,异步的,持久化,关键值存储系统,是全局的. iOS中存储类似于NSUserDefault,存储问plist文件存放在设备中. Android中存储会在RocksDB 或者 SQLite 中,哪个可用就用哪个... 存数据 /** * Sets value for key and calls callback on completion, along with an Error if there is any */ setI…