Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loicmahieu/react-native-web-spinkit

Replacement for react-native-spinkit when targeting the web.
https://github.com/loicmahieu/react-native-web-spinkit

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# react-native-spinkit-web

This package is a replacement for [`react-native-spinkit`](https://github.com/maxs15/react-native-spinkit) when targeting the web.
### Targeting the Web

Add the following to your webpack configuration:

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

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