1.0.0 • Published 1 year ago

react-native-basis-toast v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-basis-toast

This is a simple toast component

Installation

yarn add react-native-root-siblings
yarn add react-native-reanimated
yarn add react-native-basis-toast

Usage

import { showToast } from 'react-native-basis-toast';

// ...

import { RootSiblingParent } from 'react-native-root-siblings';

<RootSiblingParent>
  <App />
</RootSiblingParent>;

showToast({
  message: '这是一个提示啊',
});

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