Skip to content

Commit

Permalink
chore: react-native 0.75.3 (#586)
Browse files Browse the repository at this point in the history
## 📜 Description

Update RN to 0.75.3

## 💡 Motivation and Context

To check if
#585
is reproducible or not 👀

## 📢 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### JS

- update RN to 0.75.3

## 🤔 How Has This Been Tested?

Tested on CI.

## 📝 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
  • Loading branch information
kirillzyusko authored Sep 16, 2024
1 parent e2198af commit 7ff0d8c
Show file tree
Hide file tree
Showing 9 changed files with 988 additions and 1,113 deletions.
520 changes: 260 additions & 260 deletions FabricExample/ios/Podfile.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions FabricExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@react-navigation/stack": "^6.4.1",
"lottie-react-native": "^6.7.2",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native": "0.75.3",
"react-native-gesture-handler": "2.18.1",
"react-native-keyboard-controller": "link:../",
"react-native-reanimated": "3.15.0",
Expand All @@ -31,9 +31,9 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.2",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@react-native/babel-preset": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@testing-library/jest-native": "^5.3.3",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "^11.5.0",
Expand Down
345 changes: 151 additions & 194 deletions FabricExample/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -421,17 +421,21 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-KeyboardControllerExample/Pods-KeyboardControllerExample-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly/RCT-Folly_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/lottie-ios/LottiePrivacyInfo.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/lottie-react-native/Lottie_React_Native_Privacy.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCT-Folly_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LottiePrivacyInfo.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Lottie_React_Native_Privacy.bundle",
);
Expand Down
Loading

0 comments on commit 7ff0d8c

Please sign in to comment.