UNPKG

react-native-weather-kit

Version:

WeatherKit, together with the all-new Apple Weather service, provides apps and services with a wide range of valuable weather data that can help people stay up to date, safe, and prepared

28 lines (16 loc) 394 B
# react-native-weather-kit react-native-weather-kit ## Installation ```sh npm install react-native-weather-kit ``` ## Usage ```js import { multiply } from "react-native-weather-kit"; // ... const result = await multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT