You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix react-android not found error on android (#2568)
I have a Project on `"react-native": "0.72.3"`. When building for
android I get the following error:
```
Could not determine the dependencies of task ':react-native-gesture-handler:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':react-native-gesture-handler:debugCompileClasspath'.
> Could not find com.facebook.react:react-android:.
Required by:
project :react-native-gesture-handler
```
With my change it works.
I did not investigate this far, but as I understand from [this
comment](callstack/react-native-builder-bob#353 (comment))
the dependency will automatically be corrected in the respective
react-native versions (?)
0 commit comments