Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

react-native-web-simple-toast

npm version npm download license

react-native-simple-toast for Web.

Overview

react-native-web-simple-toast allow you to using react-native-simple-toast seamlessly on the web.

react-native-web-simple-toast simulate iOS style, and don't support viewControllerBlacklist params.

Usage

npm i react-native-web-simple-toast

index.web.{tsx,jsx}

import `react-native-simple-toast/dist/index.css`

webpack.config.js

  module.exports = {
    ...
    resolve: [
      alias: [
        ...
        'react-native': 'react-native-web',
+       /* set alias from react-native-simple-toast to react-native-web-simple-toast */
+       'react-native-simple-toast': 'react-native-web-simple-toast'
      ]
    ]
  }

License

MIT