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

81
Views
Blink screen when i navigate React-native

Why is it that when I navigate from the first screen to the second screen, there is a white blink on the left side of the screen?

https://imgur.com/mEKw9DH

first screen code:

const Stack = createStackNavigator();

function MyStack() {
  return (

<Stack.Navigator
  screenOptions={{
    headerShown: false,
}}>
  <Stack.Screen name="Login" component={Login} />
  <Stack.Screen name="Cadastrar" component={Cadastrar} />
</Stack.Navigator>
);
}

export default function App() {
 return (
  <NavigationContainer>
    <MyStack />
  </NavigationContainer>
);
}

Second screen code:

const register = () => {
  navigation.navigate("Cadastrar")
}
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!