@flagkit/react-native
v1.0.4
Published
Exported FlagKit SVG Components for React Native
Downloads
10
Readme
@flagkit/react-native
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;