🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

pnk-react-native-select

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnk-react-native-select

Custom Picker component for React Native with platform-specific UI

latest
npmnpm
Version
1.0.9
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

pnk-react-native-select

A lightweight, obfuscated, cross-platform <Picker> component for React Native.

  • iOS: modal-style picker
  • Android: native dropdown

Install

npm install pnk-react-native-select @react-native-picker/picker

Usage

import PnkSelect from 'pnk-react-native-select';

<PnkSelect
  label="Choose a fruit"
  value={selected}
  onChange={setSelected}
  options={[
    { label: 'Apple', value: 'apple' },
    { label: 'Banana', value: 'banana' },
  ]}
/>

Keywords

react-native

FAQs

Package last updated on 25 Aug 2025

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