JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28181
  • Score
    100M100P100Q164368F
  • License MIT

A toasting library for React Native. Built in features such as swipe to dismiss, multiple toasts, & no context power this library.

Package Exports

  • @backpackapp-io/react-native-toast
  • @backpackapp-io/react-native-toast/lib/commonjs/index.js
  • @backpackapp-io/react-native-toast/lib/module/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@backpackapp-io/react-native-toast) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-toast

A toasting library for react-native, built on react-hot-toast

Installation

npm install react-native-toast

Usage

import { multiply } from "react-native-toast";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library