react-native-flexbox-grid icon indicating copy to clipboard operation
react-native-flexbox-grid copied to clipboard

Invariant Violation on React Native 0.52.0

Open biondizzle opened this issue 7 years ago • 0 comments

Upgraded to react native 0.52.0 and now I get:

Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

I believe this has to do with the way the components are exported in this library

biondizzle avatar Mar 30 '18 04:03 biondizzle