Skip to content

Commit

Permalink
Add link to Expo dependency definition
Browse files Browse the repository at this point in the history
Add direct link to Expo's `bundledNativeModules.json` to determine specific SRN version. See version for individual Expo versions by switching branch/tags.
  • Loading branch information
brendanm-stripe authored Dec 22, 2023
1 parent f1fe125 commit 7111f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm install @stripe/stripe-react-native

> [Find Expo's full documentation here](https://docs.expo.io/versions/latest/sdk/stripe/).
Each Expo SDK version requires a specific `stripe-react-native` version. See the [CHANGELOG](./CHANGELOG.md) for a mapping of versions. To install the correct version for your Expo SDK version run:
Each Expo SDK version requires a specific `stripe-react-native` version, as specified in `bundledNativeModules.json` [here](https://github.com/expo/expo/blob/main/packages/expo/bundledNativeModules.json). See the [CHANGELOG](./CHANGELOG.md) for a mapping of versions. To install the correct version for your Expo SDK version run:

```sh
expo install @stripe/stripe-react-native
Expand Down

0 comments on commit 7111f82

Please sign in to comment.