Matt Lo

Results 4 comments of Matt Lo

Looks like the issue is how it's implemented. https://github.com/roylee0704/react-flexbox-grid/blob/master/src/components/Col.js#L57 The code iterates through props then builds out the styles in the order of the props. ### Workaround To circumvent, place...

@hoanghuu this should have fixed it https://github.com/pbakaus/scroller/pull/53/commits/cbb3cfcc94271dfa7700cad34cd7e305637e8161

also having the same issues, it seems like creating a folder that contains a `_layout.tsx` think that's the new root level... only work around I've been able to do is...

@holmesjr have you tried this? Was able to get this working in my current app where the invoker of this is on one of those nested child pages using expo...