python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
React Native Tab Navigator: empty space at bottom of tab bar
I'm using react-navigation@4.0.10 and react-native@0.63.5 in my React Native app, and when I use createBottomTabNavigator, there's a gap underneath the tab labels on iPhone 11 Pro. It does not do the ...
gkeenley
Votes: 0
Answers: 1
How to play a Lottie animation only once in LottieView in material-bottom-tabs
I am making an app i have made a bottom navigation bar.I have used material-bottom-tabs.
I added Lottie animation But when i click on tab the tab animate.it animates contentiously.
Here is the code
c...

Akrash Nadeem
Votes: 0
Answers: 0
React Navigation: How to pass a prop to a screen in a nested navigator?
In my React Native app I have the following TabNavigator nested inside an AppNavigator:
const TabNavigator = () => (
<Tab.Navigator>
<Tab.Screen component={Screen1} />
<...
gkeenley
Votes: 0
Answers: 1
how to add margin or space without disturbing bottom tabs on react native?
I am using react navigation bottom tabs and I customized them.
one problem I have is that, I have a flatlist which is hidden the edge of the list because of the bottom tabs.
I tried to add margin bott...
yechu
Votes: 0
Answers: 1