seanmozeik
Results
2
comments of
seanmozeik
Having the same issue - It will work fine for a few tool uses, and then spontaneously disconnect and can't reconnect with restarting claude code, sometimes a few times. MacOS.
> > ``` > import { useColorScheme } from 'nativewind' > const { colorScheme, setColorScheme } = useColorScheme() > > ... onPress={() => setColorScheme(colorScheme === 'light' ? 'dark' : 'light')...