only1chi

Results 11 comments of only1chi

> @only1chi please check `fileTree("$reactNative/../jsc-android/dist/org/webkit/android-jsc").matching({ it.include "**/**/*.aar" })` the above code found many aar files => error . You need change patten "**/**/*.aar" to right . Ex "**/**/*release.aar" Thanks for...

As it turns out, the change I needed to make is as a follows: ```fileTree("$reactNative/../../../jsc-android/dist/org/webkit/android-jsc").matching({ it.include "**/**/*release.aar" })``` I also noticed that the symlink in `react-native-reanimated/android/src/main/Common` does not exist when...

As it turns out, I've now successfully built my project, however, I needed to make the following changes: 1. Edit line 676 of react-natve-reanimated build.gradle as follows: ```fileTree("$reactNative/../../../jsc-android/dist/org/webkit/android-jsc").matching({ it.include "**/**/*release.aar"...

So after changing the gradle file to `distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip`, react-native-reanimated successfully builds with the original v2.8.0 version. Thanks!

Hi all, I'm having the same problem. I've tried to change my gradle plugin to 3.1.0, and also use distribution gradle-4.4-all.zip. This ends up causing problems with react-native-os package. Here...

@douglowder I have the same problem and I tried commenting out the `react_native_assert()` call, but nothing happened. I do know that the app is crashing because the `AppRegistry` seems to...

@cortinico Any idea how I can expose the error since it's happening so early? At the moment, it feels more like guess work.

Is there any plan to review and merge this PR? I think this PR gets bottom-sheet compliant with reanimated v3.

@cortinico I did go through all the node-module packages and updated all the packages that were still using the deprecated `ViewPropTypes`. However, I'm running into another issue with gesture handler...

@mrousavy Please let me know what it will take to get this done. I'm happy to discuss further or privately.