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

exoflex

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exoflex

This is a UI component library for React Native and Web (using react-native-web).

  • 4.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-80.6%
Maintainers
2
Weekly downloads
 
Created
Source

exoflex · npm

This is a UI component library for React Native and Web (using react-native-web).

Pre-requisites

This library uses hooks so you need to use at least:

  • react version >= 16.8.0
  • react-native version >= 0.59.0

This library also required you to use react-native-svg >= 9.3.3. But if you use Expo you could install it by running expo install react-native-svg.

If you are not using Expo, you should install it by following this step.

Exoflex includes automatic fonts loading using expo-font. If you want to opt-out and handle the font loading manually, use babel-plugin-optional-require.

Installation

To install this library, you could use npm or yarn:

yarn add exoflex

For bare React Native project, you also need to install react-native-vector-icons. For react-native<0.60.0, you need to link the library first.

If you are using TypeScript, naviflex is built using TypeScript and we shipped it along with the .d.ts file, so you do not have to install @types/exoflex.

Available Components

To use this library, it's really advised that you use the Provider component to wrap your App.

You can find all available components from links below:

FAQs

Package last updated on 05 Sep 2023

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