Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from May 15, 2024

Conversation

carmeli-tamir
Copy link
Contributor

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.

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.
Copy link
Contributor

@morganick morganick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@morganick
Copy link
Contributor

@joshuayoes anything else we want to do here?

@morganick morganick merged commit 69631c6 into infinitered:master May 15, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants