LoicMahieu / react-native-web-spinkit

Replacement for react-native-spinkit when targeting the web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-spinkit-web

This package is a replacement for react-native-spinkit when targeting the web.

Targeting the Web

Add the following to your webpack configuration:

module.exports = {
  ..., /* the existing configuration */

  resolve: {
    alias: {
      'react-native-spinkit': 'react-native-spinkit-web'
    }
  }
};

About

Replacement for react-native-spinkit when targeting the web.


Languages

Language:TypeScript 100.0%