FOO CHI PING
FOO CHI PING
``` import ExternalDisplay, { useExternalDisplay } from 'react-native-external-display'; const screens = useExternalDisplay({ onScreenConnect: () => { Alert.alert('Display connected'); }, onScreenChange: () => { Alert.alert('Display disconnected'); }, onScreenDisconnect: (error) => {...
Same Issue in EXPO 51 + Expo Sqlite 14. Any solutions? Tried pickFirst or exclude in app/buildgradle not worked😭
> The patch I posted above still works. If it doesn't work for you, you'll have to share more details such as a minimal reproducible example. THXX. quick fix for...
i got fixed for problems in my forked, can have a look. basically just conditional rendering for FLAG_MUTABLE and FLAG_IMMUTABLE in difference version/api and extra note: if u are using...