Answers for "react native navigation header Right"

0

react native navigation header Right

screenOptions={({route, navigation}) => ({ // transform screenOptions to a function
   headerRight: () => (
      <Button
        onPress={() => navigation.navigate('Home'); 
      />
    )
  })}
Posted by: Guest on April-28-2021

Code answers related to "react native navigation header Right"

Code answers related to "Javascript"

Browse Popular Code Answers by Language