Hi Rakha ! First of all, you are doing a great job for the community. Big thanks! I have a problem with Bottom Sheet because I’m working with React Navigation and when I trigger it the bottom sheet is shown under the BottomTabsNavigation and below the navigation header. Can you help me cover all screens with the Bottom Sheet ?
Hey thanks i really appreciate it, you can put BottomSheet components outside Tab.Navigator, here's an example I made with Snack snack.expo.dev/@rakha112/bottom-sheet-bottom-tab
@@rakhawibowo I really liked your solution and I have just one question: if I want to customize the BottomSheet content, do I need to put all BottomSheet versions inside the NavigationContainer?
Thank you for watching this video, you can use ScrollView as children of bottomsheet, If using ScrollView from react native doesn't work, you can use ScrollView from react-native-gesture-handler
Hi Rakha! I have seen your bottom sheet video so, in bottom sheet I want to use your animated checkbox. I have tried but it crashed in Android. Could you please help me out?
Hello tthanks for watching the video, i really appreciate it. I have tried using the checkbox on the bottom sheet and there is no problem, can you tell me which version of react native, reanimated and android you are using?
This is really great tutorial thanks for sharing 😀
Thank you for watching this video, i hope this video can help you
Great! Thanks
Hey thank you for watching this video, i really appreciate it
Thank you for the amazing work
Hey, Thanks for watching this video
Awesome! Thanks man
Thank you for watching this video
사랑해요
Hi Rakha ! First of all, you are doing a great job for the community. Big thanks! I have a problem with Bottom Sheet because I’m working with React Navigation and when I trigger it the bottom sheet is shown under the BottomTabsNavigation and below the navigation header. Can you help me cover all screens with the Bottom Sheet ?
Hey thanks i really appreciate it, you can put BottomSheet components outside Tab.Navigator, here's an example I made with Snack snack.expo.dev/@rakha112/bottom-sheet-bottom-tab
@@rakhawibowo I really liked your solution and I have just one question: if I want to customize the BottomSheet content, do I need to put all BottomSheet versions inside the NavigationContainer?
@@eduardokohn9134 I think you can put the BottomSheet inside the NavigationContainer or outside the NavigationContainer
Sir please make tutorial also on react native video how give custom controls
it's already on my list, please wait for it
Thats cool bro!
how if the children contain scrollable view like using scrollview or flatlist?
can you help me explain or update the code?
Thanks
Thank you for watching this video, you can use ScrollView as children of bottomsheet, If using ScrollView from react native doesn't work, you can use ScrollView from react-native-gesture-handler
okay, I'll try later. is it not an issue when there is a scrollview then when you want to close the bottom sheet by swiping down?
Awesome videos man! Can you make a slider of two values ? min value and max value for price for example! thank you
ua-cam.com/video/EOoQl1gEbSM/v-deo.html
@@666thales666 thanks so much
Thank you for watching this video, I will try to make it
Hello, I just uploaded a video about the Range Slider ua-cam.com/video/sZ0BDG9PAd4/v-deo.html, I hope the video can help you, Thanks
@@rakhawibowo awesooooooooome
Who need this shit with hardcoded height?
Hi Rakha! I have seen your bottom sheet video so, in bottom sheet I want to use your animated checkbox. I have tried but it crashed in Android. Could you please help me out?
Hello tthanks for watching the video, i really appreciate it. I have tried using the checkbox on the bottom sheet and there is no problem, can you tell me which version of react native, reanimated and android you are using?
@@rakhawibowo react-native-reanimated : 2.17.0 , react-native : 0.70.6
@@flycoder9125 and what version of android are you using ?
What about if there is a scrollable inside it?
Thank you for watching this video, you can use ScrollView as children of bottomsheet
If using ScrollView from react native doesn't work, you can use ScrollView from react-native-gesture-handler