leecade/react-native-swiper

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

Open

#1.183 aberto em 10 de mai. de 2020

Ver no GitHub
 (8 comments) (8 reactions) (0 assignees)JavaScript (2.346 forks)batch import
help wanted🐛bug

Métricas do repositório

Stars
 (10.334 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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}

Guia do colaborador