leecade/react-native-swiper

Attempted import error: 'Swiper' is not exported from 'react-native-swiper'.

Open

#1183 aperta il 10 mag 2020

Vedi su GitHub
 (8 commenti) (8 reazioni) (0 assegnatari)JavaScript (2346 fork)batch import
help wanted🐛bug

Metriche repository

Star
 (10.334 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Which OS ?

Web expo

Version

Which versions are you using:

  • react-native-swiper v1.6
  • react-native v0.62

Expected behaviour

No import problem

Actual behaviour

Attempted import error: 'Swiper' is not exported from 'react-native-swiper'.

How to reproduce it>

create new expo project add swiper somewhere

How to fix it>

replace : module.exports = Swiper; module.exports.default = Swiper; by export default Swiper export {Swiper}

Guida contributor