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

217
Visualizações
EXPO React naitve gorhom bottom sheet gorhom not showing up

i have a problem since i upgraded to latest SDK44 and updated my gorhom bottomsheet package.

My ShadowBackdrop component is not showing behind bottomshet.

This is my code.

RENDER SHADOW COMPONENT!

import React from "react"
import Animated from "react-native-reanimated"
import { StyleSheet } from "react-native";

export const renderShadow = (fall, styles) => {
const animatedShadowOpacity = Animated.interpolateNode(fall, {
    inputRange: [0, 1], outputRange: [0.6, 0],
});
return (
    <Animated.View
    pointerEvents="none"
    style={[
      {
        ...StyleSheet.absoluteFillObject,
        backgroundColor: "#000",
        opacity: animatedShadowOpacity,
      },
    ]}
  />);

};

THIS IS HOW I CALL IT IN ACTUAL COMPONENT:

      <Portal>
      {renderShadow(fall, styles)}
    <BottomSheet
      index={0}
      ref={bottomSheetRef}
      snapPoints={snapPoints}
      handleComponent={null}
      backdropComponent={BottomSheetBackdrop}
      enableContentPanningGesture={gHandle}
      enablePanDownToClose={true}
    >
      <BottomSheetContainer />
    </BottomSheet>
  </Portal>
  <PortalHost name="custom_host" />
about 4 years ago · Juan Pablo Isaza
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