Edstubbz
Edstubbz
> Cool, drawer navigation works! react-native-reanimated": "^3.3.0" is compatible with "react-native": "0.71.10". -- PASS > > package.json > > ``` > "dependencies": { > "@react-navigation/drawer": "^6.6.2", > "@react-navigation/native": "^6.1.6", >...
> have you check if you are using the correct version in your file 'yarn.lock'? try these steps Via package.json > remove line 'react-native-reanimated@^3.3.0' $ yarn $ yarn add react-native-reanimated@^3.3.0...
> "if you use a debugger, drawer does not open." Care to reproduce issue by; Sharing minimal code in github, with steps and GIF in README to reproduce issue, please...
> Я повторно протестировал [rnDrawerNavigation](https://github.com/worldpeacez0991/rnDrawerNavigation) , вероятно, у него нет проблем с Android. В настоящее время мне не хватает тестовых шагов с помощью Chrome Debugger, если вы можете поделиться шагами,...
` Working solution for API 29+ It was with this version that Google introduced edge-to-edge public void getStatusBarHeight(Promise promise) { final Activity curActivity = getCurrentActivity(); if (curActivity == null) {...