@react-native-community/cameraroll

v4.1.2
React Native Camera Roll for iOS & Android
react-native react native cameraroll camera photo gallery

start

react-native start

start:android

react-native run-android --root example/

start:ios

react-native run-ios --project-path example/ios

test

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

validate:eslint

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

validate:flow

flow check

validate:typescript

tsc --project ./

test:jest

jest js/

test:detox:android:test:debug

detox test -c android.emu.debug

test:detox:android:test:release

detox test -c android.emu.release

test:detox:android:build:debug

detox build -c android.emu.debug

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

test:detox:ios:test:debug

detox test -c ios.sim.debug

test:detox:ios:test:release

detox test -c ios.sim.release

test:detox:ios:build:debug

detox build -c ios.sim.debug

test:detox:ios:build:release

detox build -c ios.sim.release

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:clean

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

ci:publish

yarn semantic-release

semantic-release

semantic-release
npm i @react-native-community/cameraroll

Metadata

  • MIT
  • Whatever
  • Bartol Karuza
  • released 10/12/2021

Downloads

Maintainers