iOS
Which versions are you using:
Should work
It is throwing the error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined
Anybody did manage to make it work on RN 0.46?
Had to change the import to
import * as Swiper from 'react-native-swiper';
in my case, closing the issue.
Any solution for this?