Kailash Uniyal
Results
2
issues of
Kailash Uniyal
**reactotron.ts** ``` // Reactotron Configurations Here import Reactotron from 'reactotron-react-native'; import AsyncStorage from '@react-native-community/async-storage'; import {reactotronRedux as reduxPlugin} from 'reactotron-redux'; import sagaPlugin from 'reactotron-redux-saga'; import {NAVIGATION_PERSISTENCE_KEY} from '../constants'; import ReactotronFlipper...