Skip to content

Commit

Permalink
docs(expo): update integration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Oct 26, 2023
1 parent edd869d commit 0cd489f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/expo-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
> This package cannot be used in the "Expo Go" app
> because [it requires custom native code](https://docs.expo.dev/workflow/customizing/).
First install the package with yarn, npm, or [`npx expo install`](https://docs.expo.dev/more/expo-cli/#installation).
First install the package with yarn, npm, or [`npx expo install`](https://docs.expo.dev/more/expo-cli/#install).

```sh
expo install @giphy/react-native-sdk
npx expo install @giphy/react-native-sdk
```

After installing this npm package, add the [config plugin](https://docs.expo.io/guides/config-plugins/) to
Expand All @@ -24,3 +24,4 @@ the [`plugins`](https://docs.expo.io/versions/latest/config/app/#plugins) array

Next, rebuild your app as described in the ["Adding custom native code"](https://docs.expo.dev/workflow/customizing/)
guide.

0 comments on commit 0cd489f

Please sign in to comment.