@ashleysmart/react-native-vision-camera
v1.0.11
Published
Fork of - A powerful, high-performance React Native Camera library.
Downloads
56
Maintainers
Keywords
Readme
Summary
Fork of react-native-vision-camera to correct rotation and other bugs.
Original documnaton
build
cd /workdir/custom_modules/react-native-vision-camera
npm run build
# yarn buildPublishing
npm login --auth-type=legacy
npm publish --auth-type=legacy --access publicInstall
Install from npm:
sh
npm i @ashleysmart/react-native-vision-camera
cd ios && pod installDocumentation
################## ENDS HERE #######################
Build -- ISNT NEEDED?
Building the NPM package requires the docker image
cd /workdir/react-native-vision-camera/package
bun install
scripts/clang-format.sh
bun lint --fix
bun typescript
bun build src/index.tsFAILED - Build
Building the NPM package requires the docker image
Once in the docker run the following
/workdir/react-native-vision-camera/package
# npm run build
#bun build src/*.ts src/*/*.ts --outdir ../dist