Kyle Wascher

Results 5 issues of Kyle Wascher

``` path.js:313 throw new TypeError('Arguments to path.resolve must be strings'); ^ TypeError: Arguments to path.resolve must be strings at Object.exports.resolve [as resolvePath] (path.js:313:15) at addUnitAndReferences (/usr/lib/node_modules/pratphall/bin/ppc.js:23777:41) at Array.forEach (native) at...

### What's happening? After upgrading to v4 (from v3) the preview with ``resizeMode='contain'`` is not respecting the cameraFormats aspect ratios. In my use-case for react-native-vision-camera, I need to allow my...

🐛 bug

### Summary I'm currently on expo 49, using expo-dev-client "expo-dev-client": "~2.4.13" I'm attempting to upgrade to Expo 50, maybe 51 since it was just released. But ive noticed since upgrading...

Issue accepted
Development Builds

Implementing action messages in my app right now. https://github.com/EvanBacon/expo-quick-actions/blob/75534fd0139c0130eb366be5753a973758497b99/plugin/src/withShortcutsXML.ts#L68 I think this needs to start with `res/xml/shortcuts.xml` I also had to change the `"android:shortcutShortLabel"` and LongLabel to be resources. Thanks...

**Describe the bug** In previous versions of op-sqlite updateHook would contain the row of the insert or update. The notion documentation talks about it here: https://ospfranco.notion.site/API-1a39b6bb3eb74eb893d640c8c3459362#6983c7e0a73e4f219b560e3434ca9faf ```typescript // Bear in...