You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it doesn't work if Carousel component is embedded inside View, I also use react native 0.26.1 and it worked if Carousel is the root component and didn't work when it was inside View. I think it has to work even if its inside View and is a bug.
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
Get the above error when I import this module using
require
Even
import Carousel from 'react-native-carousel'
does not work.The text was updated successfully, but these errors were encountered: