@flagkit/react-native
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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;

Package Sidebar

Install

npm i @flagkit/react-native

Weekly Downloads

29

Version

1.0.4

License

MIT

Unpacked Size

1.42 MB

Total Files

1032

Last publish

Collaborators

  • ecklf