Karl Lopez
Karl Lopez
@sibelius Similar issue when I use the `experimental` hooks. On the same repro branch above, please check out `hooks` branch, then open `TodoScreen` line 25. `` contains a nested fragment,...
@filame I think I ended up typecasting it. Something like this, `someFragmentData as MyFragment_foo$key`
@natew should `one` patch `expo-linear-gradient` by default? I am doing this to make it work on the web. ```ts deps: { 'expo-linear-gradient': { '**/*.js': ['flow', 'swc'], }, }, ```
@natew I can submit a PR for this.
I think a separate issue to keep track of the patched expo modules would be better.