🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

react-native-bootstrap-icons

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-bootstrap-icons

Bootstrap's SVG icons converted to react-native-svg components

latest
Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
545
22.2%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-bootstrap-icons

Bootstrap's icons converted to react-native-svg components.

Install

npm install react-native-bootstrap-icons

Usage

import React from "react";
import { View } from "react-native";

import CheckCircleFillIcon from "react-native-bootstrap-icons/icons/check-circle-fill";

export default function Component() {
  return (
    <View>
      <CheckCircleFillIcon width="50" height="50" fill="rgb(189, 189, 189)" />
    </View>
  );
}

Keywords

bootstrap

FAQs

Package last updated on 19 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts