Mark Wirblich
Mark Wirblich
As far as I can see in the source code expo-three doesn't support the `fbx` format
I'm currently digging around. I get the error with a bare minimum setup on an expo project. No clue so far why it happens. Found that somewhere here is the...
Yes: ``` const sections = [ [ // Section 0 { label: '1', value: 1 /* ... */ }, { label: '2', value: 2 /* ... */ }, ], [...
@marcocesarato Awesome :) That solved it. Thanks a lot for your efforts!
Oh @marcocesarato one question as I have the chance to bother you :) -> Is there somehow a way like with `onEndReached ` to get a callback when a section...
@000xuandu sadly not
Absolutely interested in. Something I often needed in the past and sadly couldn't achieve 100% by using isotope
That was a really nice feature having the docs tab always available. I just realized that it was intentionally removed via this issue. The page still suggests that the doc...
Try wrapping your component into a div or some other el. I'm having the same issue. https://github.com/souporserious/react-motion-ui-pack/issues/74
I'm having the same issues. Using something like this: ``` ``` instead of: ``` ``` works for the component. Also I'm a bit confused why I need to pass in...