Steve Goldberg

Results 10 issues of Steve Goldberg

The app currently chooses the geocoding API's first result for the city center location, but allows the user to cycle through multiple airports. This can occasionally result in mismatches --...

### What's happening? When I call `Camera.takePhoto` and pass `{ flash: 'on' }`, the camera throws an error every time. When I pass `{ flash: 'auto' }` the camera throws...

πŸ› bug
🍏 ios

### Description When applying `useAnimatedStyle` to an SVG icon, the animated style will have no effect. When some change forces the component to hot reload, it will start working as...

Platform: Android
Platform: iOS
Feature request
Library: SVG
Repro provided
Close when stale

The readme seems to indicate that this library can be used to more efficiently display a photo taken with react-native-vision-camera but I can’t figure out how to implement it. The...

### Question I'm revisiting the issue of how to take the sharpest photo possible while displaying the result as quickly as possible, and I'm confused about the results I'm seeing....

πŸ’­ question

### Description When using a shared element transition, applying a `justifyContent` style to the parent of the transitioning element will cause the transition to break. Without `justifyContent`: https://github.com/software-mansion/react-native-reanimated/assets/2230992/e7a48d3e-0b25-44c6-9c47-e05904790a68 With `justifyContent`:...

Platform: iOS
Repro provided

I've been using this library for awhile on iOS, where it works as expected. I recently built my app for Android and installed it on a Google Pixel 6a running...

I have this library installed as a dependency of https://github.com/gev2002/react-native-vision-camera-image-labeler. I have the following package versions: ``` "react-native-vision-camera": "^4.5.2", "react-native-vision-camera-image-labeler": "^2.2.0", "expo": "^51.0.31", "react-native": "0.74.5", ``` If I disable the...

### What's happening? In iOS 17, switching between front and back cameras results in `onPreviewStopped` being invoked, followed by `onPreviewStarted`. In iOS 18, neither method is invoked when switching cameras....

πŸ› bug

### Description It looks like when I load a 16-bit PNG into an SkImage (via the useImage hook) the result is still an 8-bit PNG: image.getImageInfo().colorType is 4, which [corresponds...

enhancement