add reactotron. fix batch resolve functionality for search results.

This commit is contained in:
Akinwale Ariwodola 2019-12-29 10:34:00 +01:00
commit 15cbdcfaca
9 changed files with 84 additions and 17 deletions

8
reactotron.js Normal file
View 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!