rn-async-storage-flipper
rn-async-storage-flipper copied to clipboard
React Native's Async Storage logger for Flipper
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.6 to 7.23.2. Release notes Sourced from @โbabel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
NPM page for this package (https://www.npmjs.com/package/flipper-plugin-async-storage) has 2 broken links: - https://github.com/Fausto95/rn-async-storage-flipper/blob/rn-async-storage-flipper/ - https://github.com/Fausto95/rn-async-storage-flipper/blob/HEAD/flipper-plugin-async-storage Probably they became broken after Github changed URL structure
Hi! ๐ Firstly, thanks for your work on this project! ๐ Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Typescript error as referenced in #46...
It would be cool if we could apply this plugin only in development mode, much like `react-query-native-devtools` does.
When pressing "Get Data" it triggers a flipper "crash": With only this information available in the crash reporter: I see no mentions of sendMeData anywhere other than https://github.com/Fausto95/rn-async-storage-flipper/blob/ccc5c5c43f441c779e4000a7433cac535f092b0e/packages/flipper-plugin-async-storage/index.js#L69 But I...
The `peerDependecies` for `rn-async-storage-flipper` are too restrictive: https://github.com/Fausto95/rn-async-storage-flipper/blob/83996f566f342244b203009519951e0634f1e942/packages/rn-async-storage-flipper/package.json#L20-L24 With `@react-native-async-storage/async-storage: 1.15.4`, `react-native: 0.63.2` and `react-native-flipper: 0.87.0` I got two warning when running `npm install`: ``` npm WARN [email protected] requires a...
It's in the peer deps and the "real" deps and is a fairly old version. I can make a PR, but wondered if there's any intent around the fact that...
When a key/value is displayed in Flipper and you delete that key with something like `await AsyncStorage.removeItem(KEY)` the state of the table still shows that the key with old values...
On cold starts, we might not have the data in the client, we should have a button to send a message to the RN client in order to get data...