Skip to content

Commit

Permalink
test(example): use @latest tag on react-native during npx init call
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent a60e164 commit 2bd8239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bd8239

Please sign in to comment.