Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
How to make bottom tab bar in react native

Here i'm sending the image of my bottom tab navigation. How to create this kind of bottom tab navigation in react native.

enter image description here

My code is like this...

<BottomTab.Navigator
   initialRouteName={Constants.EMPTY_SCREEN}
   // eslint-disable-next-line @typescript-eslint/no-unused-vars
   screenOptions={({navigation, route}) => ({})}>
   <BottomTab.Screen
      name={Constants.HOME_SCREEN}
      component={EmptyScreen}
      options={{
         tabBarLabel: 'Home',
         headerShown: false,
         tabBarActiveTintColor: Theme.colors.tabBarColor1,
         tabBarInactiveTintColor: Theme.colors.tabBarColor2,
         tabBarStyle: {
             paddingBottom: RFValue(8), height: RFValue(50)
         },
         tabBarLabelStyle: {
             fontFamily: Theme.fontFamily.fontPoppinsMedium,
             fontSize: Theme.fontSize.size10,
         },
         tabBarIcon: ({focused}) => {
           return (
             <Image
               style={{height: RFValue(20), width: RFValue(20)}}
               source={ focused ? ic_eye_on : ic_eye_off }
             />
           );
         },
       }}
    />
</BottomTab.Navigator>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!