I\'d like to the following but with a single line, if possible:
import Module from \'./Module/Module;\'
export Module;
For React Native components this syntax works for me:
export {default} from 'react-native-swiper';