Skip to content

Commit

Permalink
removed debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Jul 31, 2023
1 parent 01de2d2 commit d71bd63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/create/tools/overrideRNScrollView.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RN_DIR="${CREATE_DIR}/../../../react-native"
RN_SCROLLVIEW_DIR="${RN_DIR}/Libraries/Components/ScrollView"
MIN_RN_VERSION="68"

echo "${RN_DIR}/package.json"

if [ -e "${RN_DIR}/package.json" ] ; then
PACKAGE_VERSION=$(cat "${RN_DIR}"/package.json \
| grep version \
Expand Down

0 comments on commit d71bd63

Please sign in to comment.