Could Not Determine The Dependencies Of Task ':app:compiledebugjavawithjavac'
In my react native app these errors is showing after installing react-navigation and react-native-gesture-handler Could not determine the dependencies of task ':app:compileDebugJa
Solution 1:
try linking react-native-gesture-handler
to react-native
by running this command:
react-native link react-native-gesture-handler
Post a Comment for "Could Not Determine The Dependencies Of Task ':app:compiledebugjavawithjavac'"