Thank you for the tutorial! Couldn't get my layouts to work right & this instantly solved my problems :)
@natizerai2 жыл бұрын
Thanks man and your english is very clear.
@burakylmaz9973 Жыл бұрын
This video and your explanation has helped me immensely in my project Beto. Thank you.
@Redstarcrew2 жыл бұрын
thank you for the video man, i really appreciate these small react native projects. Hope you continue making these
@codewithbeto2 жыл бұрын
thanks! I will be uploading more content soon!
@kelvinnimelyjr Жыл бұрын
What about you use the backdropComponent for adding opacity when the BottomSheet Opens.
@dearesthui2 жыл бұрын
Hi Beto, great video, thanks for this tutorial. Your English is great no worries.
@asadanik59872 жыл бұрын
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
@ByteVillain Жыл бұрын
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
@iRTerence Жыл бұрын
You are a life saver
@lakhey80572 жыл бұрын
How to override navigation header with backdrop, can you make video on it?
@PitZza143 Жыл бұрын
Awesome tutorial
@codewithbeto Жыл бұрын
Thank you!
@PauloIcaro-pg2xk11 ай бұрын
Best! 👍🔥
@harshdeep7015 Жыл бұрын
How to dismiss bottom sheet after click on outside??
@arpecop Жыл бұрын
good sheet! 🤗
@codewithbeto Жыл бұрын
Thank you! 😊
@ShivamPanchal-b6q Жыл бұрын
how can we make a one bottom sheet common for whole project and send inner contents using props
@kwesikayofficial3078 Жыл бұрын
what did you use for the alert
@ManoelCarvalho2 жыл бұрын
Top d+ Beto!
@OneTHPS Жыл бұрын
Hey, is there possible to open bottom sheet when it close and swipe up in any place to open it ?
@nikkit.1079 Жыл бұрын
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
@cesswhite2 жыл бұрын
Nice video, thanks
@Winsoery Жыл бұрын
Thank you
@QuanNguyen-zi7yl Жыл бұрын
Is react native bottom sheet library available on React native CLI ?
@LebanCardozo6 ай бұрын
does it work for cli project
@d0minar Жыл бұрын
how do you load this page with bottomsheet in a closed state?
@d0minar Жыл бұрын
figured it out. index={-1}
@qwer-dn2wq2 жыл бұрын
Can I use it in Javascript not typescript?
@Redstarcrew2 жыл бұрын
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
@codewithbeto2 жыл бұрын
Ok, I'll work on that!
@hungphan139992 жыл бұрын
how could I close the bottom tab when I press outside?
@mariosconnou92142 жыл бұрын
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 :)
@mohamedyoussef1311 Жыл бұрын
Awesome video +++++++++++++ 😀
@oyewolesheddrack36422 жыл бұрын
is there a way this can work in js?
@duybangang96212 жыл бұрын
How to show bottom sheet above bottom navigation ? Thanks Sir
@codewithbeto2 жыл бұрын
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
@lolekakaa Жыл бұрын
in your _layout.tsx just wrap your stack in BottomSheetModalProvider, and then use bottom modal anywhere else
@armisael2k2 жыл бұрын
Cómo puedo hacer que al abrir la app el bottom sheet no sea visible?
@electrodiux-pbh2 жыл бұрын
Añade a BottomSheet la propiedad "index" a -1,
@lecongduong60562 жыл бұрын
i have an error : function component cannot have string refs. any solution
@rizanurfatrisyam11772 жыл бұрын
make sure you use typescript , is not remove from hook useRef
@lecongduong60562 жыл бұрын
@@rizanurfatrisyam1177 i used js, can i use this
@zillahmwimali28572 жыл бұрын
if you are using Javascript simply decaler the useRef() function, which should look like this const bottomSheetRef = useRef();
@lakhey80572 жыл бұрын
Why not use backdrop?
@codewithbeto2 жыл бұрын
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
@Nibezak Жыл бұрын
do expo and pouchdb I dare you
@ByteVillain Жыл бұрын
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