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

191
Views
Cómo hacer la barra de pestañas inferior en reaccionar nativo

Aquí estoy enviando la imagen de mi pestaña de navegación inferior. Cómo crear este tipo de navegación con pestañas inferiores en reaccionar nativo.

ingrese la descripción de la imagen aquí

mi codigo es asi...

 <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!