react-navigation / react-navigation

Routing and navigation for your React Native apps
https://reactnavigation.org
23.3k stars 4.97k forks source link

Task :react-native-safe-area-context:compileDebugKotlin FAILED #11959

Closed featlast closed 3 weeks ago

featlast commented 3 weeks ago

Current behavior

image

Expected behavior

image

Reproduction

https://github.com/featlast/RNanimate

Platform

Packages

Environment

"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"react": "18.2.0",
"react-native": "0.74.0",
"react-native-gesture-handler": "^2.16.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.31.1"
jackiemacklein commented 3 weeks ago

having the same problem here

jackiemacklein commented 3 weeks ago

@featlast update react-native-safe-area-context to 4.10.1.

it worked here

featlast commented 3 weeks ago

@jackiemacklein Thanks bro, I made the adjustment and it's working.

github-actions[bot] commented 3 weeks ago

Hey! This issue is closed and isn't watched by the core team. You are welcome to discuss the issue with others in this thread, but if you think this issue is still valid and needs to be tracked, please open a new issue with a repro.