This diff installs the expo-image-picker library.
Details
There are no callsites to this library yet, so we just want to make sure the build succeeds for iOS and Android and the app runs successfully.
Diff Detail
- Repository
- rCOMM Comm
- Branch
- adar/expo-image-picker
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Can you git pull --rebase and then run yarn cleaninstall in root and pod install in native/ios?
I tried patching this in locally and at least yarn.lock didn't match (didn't try pod install because that takes forever)
yarn.lock | ||
---|---|---|
18944–18947 | This change is happening because you ran yarn add or yarn remove or something in a local workspace. It's a bug in Yarn unfortunately. Instead you should update your package.json manually and then run yarn cleaninstall in the root of the repo |
manually updated package.json and ran yarn cleaninstall in root
yarn.lock | ||
---|---|---|
22770 ↗ | (On Diff #20585) | is this change to uuid normal? if so why? |
yarn.lock | ||
---|---|---|
22770 ↗ | (On Diff #20585) | Seems it is being introduced since it's a dependency of expo-image-picker |