Skip to content

Commit

Permalink
removed redux-flipper usage
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jan 14, 2025
1 parent 44449e2 commit bcc9f1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reactotron-config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import AsyncStorage from '@react-native-async-storage/async-storage';
import Reactotron from 'reactotron-react-native';
import { reactotronRedux } from 'reactotron-redux';
import ReactotronFlipper from 'reactotron-react-native/dist/flipper';

const reactotron = Reactotron.setAsyncStorageHandler(AsyncStorage) // AsyncStorage would either come from `react-native` or `@react-native-community/async-storage` depending on where you get it from
.configure({
name: 'Ecency',
// For flipper reactotron client connecting with app issue check this
// https://github.com/infinitered/flipper-plugin-reactotron/issues/63#issuecomment-1318354958
createSocket: (path) => new ReactotronFlipper(path),
})
.useReactNative() // add all built-in react native plugins
.use(reactotronRedux())
Expand Down

0 comments on commit bcc9f1b

Please sign in to comment.