From c7944e38b1fa9d2353c126d8c01896d6750bc306 Mon Sep 17 00:00:00 2001 From: nsingh-branch Date: Tue, 3 Oct 2023 14:49:43 -0700 Subject: [PATCH] Updated test apps to use latest alpha --- branch-sdk-automation-testbed/package.json | 2 +- branchreactnativetestbed/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/branch-sdk-automation-testbed/package.json b/branch-sdk-automation-testbed/package.json index bfcf44092..da5046a67 100644 --- a/branch-sdk-automation-testbed/package.json +++ b/branch-sdk-automation-testbed/package.json @@ -20,7 +20,7 @@ "@types/react-native-push-notification": "^8.1.1", "react": "18.0.0", "react-native": "0.69.1", - "react-native-branch": "^5.5.0", + "react-native-branch": "5.9.2-alpha.0", "react-native-dropdown-picker": "^5.4.2", "react-native-json-tree": "^1.3.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", diff --git a/branchreactnativetestbed/package.json b/branchreactnativetestbed/package.json index 0a42f108e..2549c5e9a 100644 --- a/branchreactnativetestbed/package.json +++ b/branchreactnativetestbed/package.json @@ -12,7 +12,7 @@ "dependencies": { "react": "18.2.0", "react-native": "0.71.4", - "react-native-branch": "^5.9.2" + "react-native-branch": "5.9.2-alpha.0" }, "devDependencies": { "@babel/core": "^7.20.0",