Arian Valdez
Arian Valdez
Spread all props of list object to Suggestions object. Super direct way and not sure if it breaks backwards compat/works in all browsers Adresses https://github.com/LeaVerou/awesomplete/issues/16976, https://github.com/LeaVerou/awesomplete/issues/16938, https://github.com/LeaVerou/awesomplete/issues/16888
It seems that using a renderScrollComponent does not work? I'm aiming to make use of `ViewPagerAndroid` as a scroll component. Passing a function for that doesn't work as it seems...
Displaying text in a plane with Three requires text placed on a canvas, then used a texture. However, doing this in expo causes the error 'Invalid pixel data argument for...
How would I run a query similar to: `sort({'embedded.field': -1})`? I have tried `order_by(desc: "embedded.field")` and `order_by(fragment("embedded.field"))` doesn't work.
Have an example for Edit/Delete annotations It would be neat if the workflow for creating custom content would be easier (wrapper components, etc)
`allowTouch` should be true by default, however, the fact that it disables scrolling can feel very janky. It should have an intuitive toggling mechanism - i.e. only allow annotation creation...
Is there a way to access node properties (like `textNode.boundingBox`) perhaps through refs?
In some apps, when scrolling to certain points in the app, the title changes (i.e. ebook readers change to the title of the navbar to the current chapter) It would...