Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@campusrush/remixicon-native

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@campusrush/remixicon-native

RemixIcon for React Native

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

remixicon-native

RemixIcon for React Native

RemixIcon - version 4.2.0

This package provides RemixIcon component:

  • fully static types (even name prop)
  • newest RemixIcon version (4.2.0 contains all new icons)
  • simple
  • built with react-native-svg, react-native-reanimated
  • animation support

Hope it will be useful for you.

Installation

Expo
npx expo install remixicon-native
React Native CLI
npm i remixicon-native

If react-native-svg, react-native-reanimated haven't been installed automatically, do it manually

npm install react-native-svg react-native-reanimated

Usage

import { RemixIcon } from 'remixicon-native';

// ...
<RemixIcon
  name="remixicon-line" //required
  color="white" //optional, default = 'white'
  size={36} //optional, default = 24
  //to animate color or size, simply pass SharedValue (not SharedValue.value!!)
/>;
///...

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

FAQs

Package last updated on 06 Mar 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc