Kevin Tuazon
Kevin Tuazon
Not sure if it is the best way to do it. Try adding auto layout on the letter then adjust the padding according to your need
for the spinner, the button shows when the device is only in dark mode
Another is using patch package, while the solution of deleting react native svg works but you have to do it over again when you newly install this package. `react-native-wheel-of-fortune+1.5.4.patch` ```...
glad to have this one on the next release
> ref={bottomSheetModalRef} > snapPoints={["60%", "100%"]} > enableDynamicSizing={false} > topInset={100} > keyboardBlurBehavior={'restore'} > > > actually adding "100%" to snapPoints helped in my case and your snack, yeah probably wont fit...