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

245
Views
reaccionar navegación nativa ¿Cómo hacer un componente común (compartido) dentro de las pantallas de la aplicación?

como tabbar, appbar u otros, quiero implementar el componente make como se dice en el título.

 const App = () => { return ( <NavigationContainer> <Stack.Navigator initialRouteName="Main" > <Stack.Screen name="Main" component={MainScreen} options={{ headerShown: false }} /> <Stack.Screen name="Analyze" component={AnalyzeScreen} options={{ headerShown: false }} /> <Stack.Screen name="Write" component={WriteScreen} options={{ headerShown: false }} /> <Stack.Screen name="Result" component={ResultScreen} options={{ headerShown: false }} /> </Stack.Navigator> </NavigationContainer> ); };

esto es App.js y pantallas declaradas. no importa Solo quiero un componente compartido. pero no quiero trucos cada componente en cada pantalla. Las pantallas ps son solo una pantalla en blanco.

 <View style={{flex:1,}}><Text>hello world</Text></View>
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!