add reactotron. fix batch resolve functionality for search results.
This commit is contained in:
parent
30246a189c
commit
15cbdcfaca
9 changed files with 84 additions and 17 deletions
8
reactotron.js
Normal file
8
reactotron.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import AsyncStorage from '@react-native-community/async-storage';
|
||||
import Reactotron from 'reactotron-react-native'
|
||||
|
||||
Reactotron
|
||||
.setAsyncStorageHandler(AsyncStorage) // AsyncStorage would either come from `react-native` or `@react-native-community/async-storage` depending on where you get it from
|
||||
.configure() // controls connection & communication settings
|
||||
.useReactNative() // add all built-in react native plugins
|
||||
.connect(); // let's connect!
|
Loading…
Add table
Add a link
Reference in a new issue