1.0.0 • Published 2 years ago

react-native-pop-up-notify-bottom v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHub repo size GitHub language count

react-native-pop-up-notify-bottom

An Pop-up library create with expo react native

Snackbar demo

Getting Started

Installing

  $ npm install react-native-pop-up-notify-bottom

Using

  <Card
      type="error"
      duration={5000}
      messageColor="blue" // default white
      message="Loren ipsum"
      endOpacityTiming={1500}
      initOpacityTiming={1200}
      endTranslateTiming={1200}
      initTranslateTiming={1500}
  />
    <PopUp
      duration={3000}
      endOpacityTiming={1}
      initOpacityTiming={0}
      message="Lorem Ipsum"
    />

Authors

Contributors names and contact info

📝 License

Esse projeto está sob licença. Veja o arquivo LICENÇA para mais detalhes.

⬆ Voltar ao topo