V
V
vimirtv2019-07-22 11:10:38
iOS
vimirtv, 2019-07-22 11:10:38

How to remove this effect in ios?

IOS has this effect, when you hold your finger close to the left edge, a transition to the previous screen is created.
What is the name of this effect and how to remove it? I am using react native router flux.

spoiler
5d35703b184e9587275389.gif

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vimirtv, 2019-07-22
@vimirtv

I answer my own question.
You need to add
drawerLockMode='locked-closed' gesturesEnabled={false} properties to the Router

<Router
      ....
      drawerLockMode='locked-closed' 
      gesturesEnabled={false}
    >

https://github.com/aksonov/react-native-router-flu...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question