[image-picker] Added ability to disable config plugin permissions (#17168)* Added ability to disable config plugin permissions. * Drop all AndroidManifest modifications in favor of AndroidManife
[image-picker] Added ability to disable config plugin permissions (#17168)* Added ability to disable config plugin permissions. * Drop all AndroidManifest modifications in favor of AndroidManifest merge. Update README.md fix files fix files * Update packages/expo-image-picker/CHANGELOG.md Co-authored-by: Expo Bot <[email protected]> * Added tests Co-authored-by: Expo Bot <[email protected]>
show more ...
[image-picker][Android][plugin] Migrate to `com.github.CanHub:Android-Image-Cropper` (#16122)
[lint] Add support for ESLint 8.x, bump to 10.0.0 (#15810)Why --- ESLint v8 came out awhile ago. This PR updates eslint-config-universe to support ESLint v8. How --- Most of the work was upd
[lint] Add support for ESLint 8.x, bump to 10.0.0 (#15810)Why --- ESLint v8 came out awhile ago. This PR updates eslint-config-universe to support ESLint v8. How --- Most of the work was updating dependencies and switching our tests to use `eslint.ESLint` instead of `eslint.CLIEngine`. Read through the changelog of each dependency and confirmed the breaking changes don't affect us (dropping Node 10 was the most common one). Updated some deprecated ESLint rules that had been moved to eslint-plugin-node, a new dependency. This is pretty much a drop-in change but I bumped the major version since several dependencies were upgraded and there was a slightly higher peer dep requirement for `@babel/core`. Test Plan --------- `yarn test` in the plugin directory `et cp --no-uniformity-check --all --fix-lint`
[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)
[sdk] convert plugins to typescript (#11715)* Converted plugins to TypeScript * Built packages * Updated CHANGELOGs