android build fails at generateCodegenArtifactsFromSchema
step: ENOENT: no such file or directory, lstat 'android'
#36286
Labels
Platform: Android
Android applications.
Resolution: Issue in another tool or repo
An issue that was opened against React Native but in reality is affecting another tool or library
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Running
yarn react-native run-android
fails with this error. Removingreact-native-gesture-handler
results in the next dependency to fail.running
./gradlew generateCodegenArtifactsFromSchema
inandroid
folder also fails with the same message.React Native Version
0.71.3
Output of
npx react-native info
Steps to reproduce
I am not sure, maybe I am missing something but the steps should be creating a an app w/ react native 0.70 add react-native-gesture-handler (or any other native dependency) and upgrade to 0.71.
Snack, code example, screenshot, or link to a repository
in my
app/build.gradle
thereact { }
block is empty.The text was updated successfully, but these errors were encountered: