You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you use as a processing indicator (famous "loading") in the RNRF v4?
Actual behaviour
When I use react-native ActivityIndicator inside the Scene tag component, the indicator loading only covers the component itself, leaving out the navbar and tabbar.
The text was updated successfully, but these errors were encountered:
Have you checked out the modal component in the project's Example app? Accomplished something similar with an alert popup for a work task. The example covers a lot of different possibilities if you comb through it.
Version
"react-native-router-flux": "^4.0.0-beta.25
"react-native": "0.44.2",
"redux": "^3.6.0",
Expected behaviour
What do you use as a processing indicator (famous "loading") in the RNRF v4?
Actual behaviour
When I use react-native ActivityIndicator inside the Scene tag component, the indicator loading only covers the component itself, leaving out the navbar and tabbar.
The text was updated successfully, but these errors were encountered: