I just looking which video will be more helpful and easier to learn. I watched more videos for this Bottom Sheet on React Native. But this one is just awesome and brother please keep it up new contents every single days. Awesome bro take love from Bangladesh
Hello there. I get something odd which I cant seem to resolve. When I try to console log my sheetRef, it return a boolean. Is this normal? Thank you. Great Work :)
I think there is a property in the bottom tab that allows you to hide it. Maybe this can help you stackoverflow.com/questions/56745881/how-to-hide-bottom-navigation-bar-on-a-specific-screen-in-react-native
Thank you for the tutorial! Couldn't get my layouts to work right & this instantly solved my problems :)
This video and your explanation has helped me immensely in my project Beto. Thank you.
thank you for the video man, i really appreciate these small react native projects. Hope you continue making these
thanks! I will be uploading more content soon!
Thanks man and your english is very clear.
I just looking which video will be more helpful and easier to learn. I watched more videos for this Bottom Sheet on React Native. But this one is just awesome and brother please keep it up new contents every single days. Awesome bro take love from Bangladesh
Hi Beto, great video, thanks for this tutorial. Your English is great no worries.
What about you use the backdropComponent for adding opacity when the BottomSheet Opens.
Awesome tutorial
Thank you!
How to override navigation header with backdrop, can you make video on it?
run
expo start -c
if you get cannot read toString() of undefined, it clears the cache before starting, it's a bug with react native reanimated
You are a life saver
good sheet! 🤗
Thank you! 😊
Best! 👍🔥
what did you use for the alert
how can we make a one bottom sheet common for whole project and send inner contents using props
Are you able to change the border top left and border top right radius? I'm trying to use style and backgroundStyle but it doesn't work
Hey, is there possible to open bottom sheet when it close and swipe up in any place to open it ?
Top d+ Beto!
does it work for cli project
Thank you
Nice video, thanks
How to dismiss bottom sheet after click on outside??
Is react native bottom sheet library available on React native CLI ?
Can I use it in Javascript not typescript?
Hello there. I get something odd which I cant seem to resolve. When I try to console log
my sheetRef, it return a boolean. Is this normal?
Thank you. Great Work :)
how do you load this page with bottomsheet in a closed state?
figured it out. index={-1}
I noticed in your spanish channel that you created a chat application. Would be really appreciated if you could make the same app but in english
Ok, I'll work on that!
how could I close the bottom tab when I press outside?
is there a way this can work in js?
How to show bottom sheet above bottom navigation ? Thanks Sir
I think there is a property in the bottom tab that allows you to hide it. Maybe this can help you stackoverflow.com/questions/56745881/how-to-hide-bottom-navigation-bar-on-a-specific-screen-in-react-native
in your _layout.tsx just wrap your stack in BottomSheetModalProvider, and then use bottom modal anywhere else
Awesome video +++++++++++++ 😀
Cómo puedo hacer que al abrir la app el bottom sheet no sea visible?
Añade a BottomSheet la propiedad "index" a -1,
i have an error : function component cannot have string refs. any solution
make sure you use typescript , is not remove from hook useRef
@@rizanurfatrisyam1177 i used js, can i use this
if you are using Javascript simply decaler the useRef() function, which should look like this
const bottomSheetRef = useRef();
Why not use backdrop?
This package has more features but for this specific functionally backdrop could be a better fit, I'll try to make a video on that
do expo and pouchdb
I dare you
run
expo start -c
if you get cannot read toString() of undefined, it clears the cache before starting, it's a bug with react native reanimated