Open lkalashov opened 2 years ago
Couldn't find version numbers for the following packages in the issue:
@react-navigation/native
@react-navigation/bottom-tabs
@react-navigation/drawer
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
This issue references previous issue with android animation. I have updated reproduction example so that it reproduces described behaviour.
Still existent with react-native
0.74 and react-navigation
v6.
Current behavior
When modal screen containing ScrollView that utilises RefreshControl is closed, RefreshControl indicator becomes visible during the whole animation. I am using
slide_from_bottom
animation in this particular case.Expected behavior
RefreshControl indicator should not be visible unless
refreshing: true
is provided to RefreshControl component.Reproduction
https://github.com/lkalashov/sample-navigation
Platform
Packages
Environment