Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on load with RNW #21

Open
lobor opened this issue Apr 15, 2024 · 3 comments
Open

error on load with RNW #21

lobor opened this issue Apr 15, 2024 · 3 comments
Labels
needs-repro Needs a minimal reproduction code that demonstrates the problem

Comments

@lobor
Copy link

lobor commented Apr 15, 2024

image

I will added later a repoductible repo

@stanleyugwu
Copy link
Owner

Okay @lobor I'd really need a repro to be able to approach this correctly, waiting on that

@stanleyugwu stanleyugwu added the needs-repro Needs a minimal reproduction code that demonstrates the problem label Apr 23, 2024
@leetcarone
Copy link

Same issue is happening here :/

expo: 50.0.13
react native: 0.73.5

Example:

export default function HistoryFilters() {
  const ref = useRef<BottomSheetMethods>(null);
  
  return (
    <View>
      <BottomSheet
          ref={ref}
          closeOnDragDown={true}
          animationType='slide'
          backdropMaskColor='#000000'
        >
          <Text>
            The smart 😎, tiny 📦, and flexible 🎗 bottom sheet your app craves 🚀
          </Text>
        </BottomSheet>
    </View>
  );
}
export default function HistoryPage() {
  return (
    <View>
      <Text>=)</Text>
      <HistoryFilters />
    </View>
  );
}

@javier545dev
Copy link

hi, how to config for react js webpack? i have equal error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-repro Needs a minimal reproduction code that demonstrates the problem
Projects
None yet
Development

No branches or pull requests

4 participants