Chris Alder

Results 8 comments of Chris Alder

@tirumaraiselvan Bumping this as closed incorrectly - on-conflict support for partial unique indexes still very much desired.

Our team would really appreciate this! Our use case is sorting content by a computed score column and filtering results by followed sources. Serving this content feed is the main...

Looks like this requires manually editing files in ios directory, which I'd like to avoid if possible so my native files are fully code-generated. That's where an Expo plugin would...

@QuixThe2nd Nope, not yet!

Hi @97hdz - thank you for the reply! In this case `width: 100` is just a placeholder. What I'm really trying to do is let my carousel items take their...

Thank you. In my case, the items will be varying widths. Guessing I may have to fire an onLayout state update to track them. Kinda gnarly! Wish there was a...

@97hdz here is as far as I've gotten--would welcome any help! I think the problem is that the `width` prop is overriding the View's `style={{width: itemWidths[index]}}` and forcing each item...