New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-benji

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-benji

React Native component library

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

React Native Form Components

react-native-form-components is an expo-supported react native component library, all form components are designed to be used with react-hook-form.

This library includes many components:

  • BottomModal
  • BottomFlatListModal
  • Button
  • FormSection
  • FormInput
  • FormMaskedInput
  • FormMultiLineInput
  • FormPasswordInput
  • FormError
  • FormSwitch
  • FormDateSelect
  • FormPicklist
  • FormMultiPicklist
  • FormRadioButtons
  • TabSelector

Installation

Expo via NPM:

npx expo install react-native-gesture-handler react-native-mask-text react-native-portalize react-native-reanimated react-hook-form @react-native-community/datetimepicker react-native-modal-datetime-picker react-native-modal

A few additional steps

Add this import to your App.tsx:

import { Host } from "react-native-portalize";

And wrap your entire app with the components like so:

export default function App() {
  return <Host>{/* your app code here */}</Host>;
}

Examples

There are many examples available here:

https://github.com/benjaminharringtonrose/react-native-form-components/tree/master/example

FAQs

Package last updated on 29 Jul 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