From 7111f82996b809b5dce8cf744372161107a05302 Mon Sep 17 00:00:00 2001 From: Brendan Moore <57721954+brendanm-stripe@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:04:23 -0500 Subject: [PATCH] Add link to Expo dependency definition Add direct link to Expo's `bundledNativeModules.json` to determine specific SRN version. See version for individual Expo versions by switching branch/tags. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ec6c036..783eeef6a 100644 --- a/README.md +++ b/README.md @@ -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