billnye2

Results 6 comments of billnye2

@mayank-git-hub Do you have a github for ROSVC? Couldn't find the source code, very interested!

@sanny-io I was able to move pass this error by directly running `npx expo install react-native-css-interop@next`. I believe that without this, `react-native-css-interop` is actually at `node_modules/nativewind/node_modules/react-native-css-interop` and somehow it causes...

This is seriously an issue impacting all users targeting new architecture with edge to edge enabled. There is constant flickering when using SafeAreaView that does not occur on the old...

@bghira mentioned the following [in this thread](https://github.com/bghira/SimpleTuner/issues/748#issuecomment-2288557290): > the loras work but comfy does not support all+ffs mode properly.

Also getting this same issue. As you mentioned, specifying `justifyContent: 'space-around'` only fixes alignment, but the pressable area remains circular around the icon, so you have to press exact center...

@omerman I was able to solve it by just setting this in `pnpm-workspace.yaml`: ```yaml publicHoistPattern: - 'styled-jsx' ``` This tells pnpm to hoist the package so that it sits in...