Anthony Mittaz
Anthony Mittaz
[@tamagui+portal+1.97.1.patch.zip](https://github.com/tamagui/tamagui/files/15269721/%40tamagui%2Bportal%2B1.97.1.patch.zip) you can use this patch with patch-package
weird indeed
yes @kvaster, @natew it is once more startTransition messing things, can reproduce on touch if Switch component is enabled: this code: ``` const [checked, setChecked] = useControllableState({ prop: checkedProp, defaultProp:...
Probably one of the `.add` in there https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js or the dev one: Libraries/Renderer/implementations/ReactFabric-dev.js
crashing here inside the dev renderer
Just a temp fix but you can patch the renderer [react-native+0.74.1.patch.zip](https://github.com/tamagui/tamagui/files/15327852/react-native%2B0.74.1.patch.zip)
Will look at upstreaming this inside rn if it makes sense and then we should be fine with `startTransition`
pr here: https://github.com/facebook/react-native/pull/44586
@corasan using the manual patch for react-native ? Facebook have updated their renderer in 0.75.x so hopefully it will go away once expo 52 drops in, which could be far...
if you upgrade to the latest expo 51 (with `yarn expo install --fix`) do you still experience this issue, the react renderer used for react-native should be fixed now