From 2bd8239339db471bf62b2f5cddd33ab62c2b9bef Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 10 Apr 2024 13:20:17 -0500 Subject: [PATCH] test(example): use `@latest` tag on react-native during npx init call --- refresh-example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh-example.sh b/refresh-example.sh index e607abc..a8a4d62 100755 --- a/refresh-example.sh +++ b/refresh-example.sh @@ -23,7 +23,7 @@ fi \rm -fr RNFBSDKExample # Make the new example -npx react-native init RNFBSDKExample --skip-install +npx react-native@latest init RNFBSDKExample --skip-install pushd RNFBSDKExample rm -f Gemfile Gemfile.lock .ruby-version yarn