1.0.4 • Published 3 years ago

@flagkit/react-native v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@flagkit/react-native

npm version npm downloads

FlagKit creators: madebybowtie.

This library provides exported SVG Components for React Native.

Installation

Requires react-native-svg v9 or higher

yarn

yarn add react-native-svg @flagkit/react-native

npm

npm i react-native-svg @flagkit/react-native

Usage

Specific icons:

import React from "react";
import { FlagIconDE } from "@flagkit/react-native";

const App = () => {
  return <FlagIconDE />;
};

export default App;
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago