Dan Tamas
Dan Tamas
A workaround for android is this: ``` $.drawer.addEventListener('open', onNavDrawerWinOpen); function onNavDrawerWinOpen(evt) { this.removeEventListener('open', onNavDrawerWinOpen); if(this.getActivity()) { var activity = this.getActivity(); closeWindow = function(){ activity.finish(); }; ... ``` and instead of...
Not for me :( I tried to set both the property or using the method and it didn't matter.
Amazing, thank you. Is there any roadmap or future plans besides better binding? A "variable" row height would be great (yoga or not). And how can I help? (sorry no...
@talkol I'm stupid, just saw the new "dynamic height" branch 😟
@talkol great, thank you :)
I hit the same issue, I'm using NativeWind 5 + Expo 0.54 in a yarn monorepo. ``` import { useColorScheme } from 'nativewind' const { colorScheme, setColorScheme } = useColorScheme()...
I found out that react-native-web doesn't have a `setColorScheme` you'd need to polyfill it.
I'm exactly in this position right now, thanks for reopening