I've applied patches to packages including react-native-orientation, react-native-smartlock, react-native-shared-element, and react-native-tus-client using yarn patch-package <module-name>. However, after running yarn install, I receive no errors indicating that these patches failed to apply, yet the patches don't seem to be taking effect. What could be causing this issue? I'm upgrading my Android SDK to version 35, using Gradle 8.2.1, Kotlin 1.9.22, and React Native 0.69 with Java 17.
I've applied patches to packages including
react-native-orientation,react-native-smartlock,react-native-shared-element, andreact-native-tus-clientusingyarn patch-package <module-name>. However, after runningyarn install, I receive no errors indicating that these patches failed to apply, yet the patches don't seem to be taking effect. What could be causing this issue? I'm upgrading my Android SDK to version 35, using Gradle 8.2.1, Kotlin 1.9.22, and React Native 0.69 with Java 17.