Skip to content

Commit

Permalink
Update init script
Browse files Browse the repository at this point in the history
  • Loading branch information
mparadina committed Jan 10, 2025
1 parent 29bd775 commit 9a7a145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initReactNativeSampleApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$IS_LOCAL_BUILD" = true ]; then
# use directly source code from this repo instead of npm package
# from RN 0.57 symlink does not work any more
npm pack $blink_id_plugin_path
npm install --save blinkid-react-native-6.13.0.tgz
npm install --save blinkid-react-native-6.13.1.tgz
#pushd node_modules
#ln -s $blink_id_plugin_path blinkid-react-native
#popd
Expand Down

0 comments on commit 9a7a145

Please sign in to comment.