react-native-animated-weather-icons

1.0.4 • Public • Published

react-native-animated-weather-icons

Animated SVG Weather Icons for React Native

Forked from react-native-animated-weather-icons by stan-sack

Requirements

Installation

yarn add react-native-weather-icons

Usage

import AnimatedWeatherIcon from 'react-native-animated-weather-icons';

Props

Property Type Default Description
weatherName string 'weather-sunny' Specifies icon to show

Example

const App: () => Node = () => {
  return (
    <View>
      <AnimatedWeatherIcon 
        weatherName="weather-sunny"
      />
    </View>
  )
}

Package Sidebar

Install

npm i react-native-animated-weather-icons

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

60 kB

Total Files

13

Last publish

Collaborators

  • curtis_td