-
-
Moved from https://github.com/react-navigation/react-navigation/issues/3890
_Using multiple Navigators inside a DrawerNavigator, where the subnavigators shared a route name, led to unexpected (…
-
This problem is typically exhibited on iOS not android.
-
I've only tested this on Android.
When trying to zoom on screen which is part of the DrawerNavigator route, app crashes with this error:
`ReactDrawerLayout.java line 37
com.facebook.react.views…
-
StackNavigator has built-in view transition animation, DrawerNavigator doesn't, so we lost the nice built-in iOS animations on switching to DrawerNavigator.
Adding such animations to DrawerNavigato…
-
App.js
현재 StackNavigator, ModalNavigator, DrawerNavigator(사이드바) 기능들을 파일별로 분리하지 않은 상태입니다.
navigation is null 오류가 발생해 해결이 안된 상황
App.js 내에서 메인화면이 일단 구현되있는대로 동작이 가능하도록 코드를 순차적으로 정리해둔 상태이고
추후, …
-
Hello, I am trying to create a blurred drawer by adding a blurView into the drawerNavigator. Most of the time it works properly as I show in the picture.
![Screenshot_850](https://user-images.gith…
-
I am using this template and I have 4 screens.
When I am navigating through screens like A => B => C => D.
D is my last screen and when I press back from D screen it goes back to A screen.
I …
-
**Current Behavior**
![image](https://user-images.githubusercontent.com/46486515/119356341-e53efb80-bcd8-11eb-8742-ad5879e5b0a5.png)
I have tried searching on issues here, StackOverflow and other …
-
When I run the code on the emulator, I am getting following error.
undefined is not a function (evaluating '(0, _reactNavigation.DrawerNavigator)(routeConfigs, drawerNavigatorConfig)')
index…