Files
react-navigation/packages
nvojnovic ff9dd732ad fix: navigation drawer sometimes not closing when pressed outside (#126)
I noticed this issue only on android devices.
After many rewrites of this component I ended up with this simple change and now drawer is closing properly every time.
Most important part is to set new state inside function with

state: (s: Animated.Value<number>) => set(this.gestureState, s)
because I was also experiencing some issues when setting it like this

state: this.gestureState
2019-10-21 10:08:36 +02:00
..
2020-01-29 14:36:29 +01:00
2020-02-04 23:31:48 +01:00