Izak Filmalter

Results 52 comments of Izak Filmalter

I ended up patching the lib in lieu of a solution.

Any updates on this? Would love to get this merged.

Would be great to get some insight on what is happening here.

Is there an eta for this fix?

Ya I also would like this feature. Having to build an abstraction for web sucks.

Have the same issue. Would love to see this resolved.

After poking around some, I was able to get the following working: ```ts const query = e.select(e.Hangout, (x) => ({ filter: e.op(x.id, '=', e.uuid(hangoutId)), foo: e.select(x.participants, (x) => ({ '@tag':...

I was able to do the following to get it working with reanimated. This is a modified version of `react-native-tab-view`: ```tsx import type { EventEmitterProps, Listener, NavigationState, PagerProps, Route, }...

Ya would love to know what you did.

I have the following patch to BottomSheetView to get dynamic snap points working. I don't know if there are performance issues with this, but everything should work. You will need...