@react-native-picker/picker

v2.0.2
React Native Picker for iOS, Android, macOS, and Windows
react-native react native picker dropdown select

ios

cd example && react-native run-ios

web

expo web

test

yarn validate:eslint && yarn validate:flow && yarn validate:typescript && yarn test:jest

build

bob build

macos

cd example && react-native run-macos

start

react-native start

android

react-native run-android

prepare

bob build

test:jest

jest js/

ci:publish

yarn semantic-release

start:macos

react-native start --projectRoot ./ --use-react-native-macos

validate:flow

flow check

validate:eslint

eslint 'js/**/*.js' 'example/**/*.js'

semantic-release

semantic-release

test:detox:clean

rimraf example/android/build && rimraf example/android/app/build && rimraf example/android/.gradle && rimraf example/ios/build

validate:typescript

tsc --project ./

test:detox:ios:test:debug

detox test -c ios.sim.debug

test:detox:ios:build:debug

detox build -c ios.sim.debug

test:detox:ios:test:release

detox test -c ios.sim.release

test:detox:ios:build:release

detox build -c ios.sim.release

test:detox:android:test:debug

detox test -c android.emu.debug

test:detox:ios:bundle:release

mkdir -p .tmp && react-native bundle --max-workers 4 --platform ios --dev false --entry-file example/index.js --bundle-output .tmp/ios-bundle.js

test:detox:android:build:debug

detox build -c android.emu.debug

test:detox:android:test:release

detox test -c android.emu.release

test:detox:android:build:release

detox build -c android.emu.release

test:detox:android:bundle:release

mkdir -p .tmp && react-native bundle --max-workers 4 --platform android --dev false --entry-file example/index.js --bundle-output .tmp/android-bundle.js
npm i @react-native-picker/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/11/2021

Downloads

Maintainers