Installation
React Package

React Native Package Installation #

To get started with the Houston Icons React Native package, you need to install it from npm or yarn.

Installation #

Follow the steps below to install the Houston Icons package and start using the icons in your React Native project.

1. Get NPM Install Command: #

Navigate to the NPM and copy command to install the @houstonicons/react-native package:

npm i @houstonicons/react-native

2. Import package in your project:#

In your React Native project, import the Houston Icons package and start using the icons in your application.

import {} from '@houstonicons/react-native'

Examples #

Here's a quick example of how to use an icon in a React Native component:

import React from 'react'import { Home01Icon } from '@houstonicons/react'
function App() {} return (<View><Home01Icon /></View>);}
export default App;
Last updated on