mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
lint
This commit is contained in:
parent
ef9756cb2f
commit
c8e8c456a8
@ -1,14 +1,13 @@
|
||||
import AsyncStorage from '@react-native-async-storage/async-storage'
|
||||
import Reactotron from 'reactotron-react-native'
|
||||
import { reactotronRedux } from 'reactotron-redux'
|
||||
import AsyncStorage from '@react-native-async-storage/async-storage';
|
||||
import Reactotron from 'reactotron-react-native';
|
||||
import { reactotronRedux } from 'reactotron-redux';
|
||||
|
||||
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
|
||||
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"
|
||||
name: 'Ecency',
|
||||
})
|
||||
.useReactNative() // add all built-in react native plugins
|
||||
.use(reactotronRedux())
|
||||
.connect() // let's connect!
|
||||
.connect(); // let's connect!
|
||||
|
||||
export default reactotron;
|
||||
export default reactotron;
|
||||
|
Loading…
Reference in New Issue
Block a user