Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

203
Visualizações
Scroll to top in nested Drawer navigation

I have a nested Drawer navigation and want to scroll to top on every screen change, I am using UseScrollToTop hook as described in the docs but it's not working, are there any other ways guys?

const Home = ({ navigation }) => {
 const ref = useRef(null);

 useScrollToTop(ref);

 return (
 <View>
 <View style={styles.booksContainer}>
 <FlatList
 ref={ref}
 numColumns={2}
 data={DATA}
 renderItem={({ item }) => (
 <HomeItem item={item} navigation={navigation} />
 )}
 keyExtractor={item => item.id}
 />
 </View>
 </View>
 );
};
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

To anyone that will have the same problem, I think useScrollToTop hook only works with the Tab navigation.

This is what worked for me.

useEffect(() => {
    const unsubscribe = navigation.addListener('blur', () => {
      ref.current.scrollToIndex({ animated: true, index: 0 });
    });

    return unsubscribe;
  }, [navigation]);

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda