Skip to content

Commit

Permalink
orb(reactotron): fix(docs): Omit AsyncStorage from basic ReactotronCo…
Browse files Browse the repository at this point in the history
…nfig.js (#1479)

## Please verify the following:

- [X ] yarn run v1.22.19
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. passes
- [X ] I have added tests for any new features, if relevant
- [X ]  (or relevant documentation) has been updated with
your changes

## Describe your PR

Without AsyncStorage dependency, the instruction in Step
  • Loading branch information
infinitered-circleci committed May 15, 2024
1 parent 22ab03f commit a37b708
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/reactotron/quick-start/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ Create a file in your root folder `ReactotronConfig.js` and paste this:

```js
import Reactotron from "reactotron-react-native";
import AsyncStorage from "@react-native-async-storage/async-storage";

Reactotron.setAsyncStorageHandler(AsyncStorage)
.configure() // controls connection & communication settings
Reactotron.configure() // controls connection & communication settings
.useReactNative() // add all built-in react native plugins
.connect(); // let's connect!
```
Expand Down

0 comments on commit a37b708

Please sign in to comment.