All Projects → Fausto95 → rn-async-storage-flipper

Fausto95 / rn-async-storage-flipper

Licence: other
React Native's Async Storage logger for Flipper

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to rn-async-storage-flipper

flipper-plugin-reduxinspector
Redux Inspector for flipper (Extensible mobile app debugger).
Stars: ✭ 43 (-4.44%)
Mutual labels:  flipper, flipper-plugin
flipper-plugin-redux-debugger
Flipper plugin for Redux in React Native
Stars: ✭ 83 (+84.44%)
Mutual labels:  flipper, flipper-plugin
expo-community-flipper
Flipper Support for Expo Apps in React Native
Stars: ✭ 82 (+82.22%)
Mutual labels:  flipper, flipper-plugin
Flipper
🐬 Beautiful, performant feature flags for Ruby.
Stars: ✭ 2,732 (+5971.11%)
Mutual labels:  flipper
limestone-accounts
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
Stars: ✭ 97 (+115.56%)
Mutual labels:  flipper
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+5568.89%)
Mutual labels:  flipper
ff4j-spring-boot-starter-parent
A spring boot starter for FF4J (Feature Flipping For Java)
Stars: ✭ 23 (-48.89%)
Mutual labels:  flipper
flipper
Search/Recommendation engine and metainformation server for fanfiction net
Stars: ✭ 29 (-35.56%)
Mutual labels:  flipper
Flipper-iOS-App
iOS Mobile App to rule all Flipper's family
Stars: ✭ 335 (+644.44%)
Mutual labels:  flipper
flipper
Feature Flipper, Feature Flags, Rollout Flags, Feature Toggles for Crystal
Stars: ✭ 21 (-53.33%)
Mutual labels:  flipper
flipper-plugin-relay-devtools
Flipper plugin for Relay devtools
Stars: ✭ 26 (-42.22%)
Mutual labels:  flipper
pinball
Emilia Pinball : A Libre pinball simulator for GNU Linux
Stars: ✭ 21 (-53.33%)
Mutual labels:  flipper
Snowflake
❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
Stars: ✭ 4,576 (+10068.89%)
Mutual labels:  async-storage
react-native-modest-cache
💾 Simple cache for AsyncStorage
Stars: ✭ 23 (-48.89%)
Mutual labels:  async-storage

Async-Storage Flipper

plugin

Async-Storage debugger for Flipper.

Getting Started

  1. Install these libraries in your react-native app.
yarn add rn-async-storage-flipper react-native-flipper

For iOS, you'll need to run

cd ios && pod install
  1. Import the rn-async-storage-flipper library and pass as argument your storage instance.
import RNAsyncStorageFlipper from 'rn-async-storage-flipper';

// ....
import AsyncStorage from '@react-native-community/async-storage';

// We recommend to invoke the function inside a componentDidMount or useEffect
RNAsyncStorageFlipper(AsyncStorage);

Note that you storage must have the following async methods:

  • getAllKeys

  • multiGet

  1. Install the flipper-plugin-async-storage in Flipper app

  2. Re-run your app

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].