Closed gmantuanrosa closed 2 months ago
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Hi! This should be fixed by https://github.com/software-mansion/react-native-gesture-handler/pull/3091 which removed the variable altogether.
Description
The sync process fails for my brownfield android porject when enabling the new architecture on gradle.properties.
The error is specific to the
appProject.buildDir
beingnull
I could fix it by applying what Android Studio provided as an alternative to this deprecated
buildDir
that isgetLayout().getBuildDirectory()
and the build worksSteps to reproduce
newArchEnabled
to true fromgradle.properties
;Snack or a link to a repository
no reproducible repository
Gesture Handler version
2.19.0
React Native version
0.74.5
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Real device
Device model
Google Pixel 3a
Acknowledgements
Yes