reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

fix(docs): Omit AsyncStorage from basic ReactotronConfig.js

Open carmeli-tamir opened this issue 9 months ago • 1 comments

Please verify the following:

  • [X ] yarn build-and-test:local passes
  • [X ] I have added tests for any new features, if relevant
  • [X ] README.md (or relevant documentation) has been updated with your changes

Describe your PR

Without AsyncStorage dependency, the instruction in "Step 2 - Initialization" simply doesn´t work if the developer app doesn´t already use AsyncStorage, since it does ´Reactotron.setAsyncStorageHandler(AsyncStorage)´

Since AsyncStorage isn´t required for the base configuration, remove it.

carmeli-tamir avatar May 11 '24 15:05 carmeli-tamir

@joshuayoes anything else we want to do here?

morganick avatar May 13 '24 14:05 morganick