@classapp-tech/edna-icons-native
v2.5.0
Published
UI native icon library
Downloads
311
Keywords
Readme
@classapp-tech/edna-icons-native
🚧 This project is under construction 🚧
Installation
Use the package manager node to install.
npm install @classapp-tech/edna-icons-native
Usage
import React from 'react';
import { View } from 'react-native';
import { AlignCenterLight } from '@classapp-tech/edna-icons-native';
function App() {
return (
<View><AlignCenterLight /></View>
)
}