We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I will added later a repoductible repo
The text was updated successfully, but these errors were encountered:
Okay @lobor I'd really need a repro to be able to approach this correctly, waiting on that
Sorry, something went wrong.
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> ); }
hi, how to config for react js webpack? i have equal error
No branches or pull requests
I will added later a repoductible repo
The text was updated successfully, but these errors were encountered: