jzxchiang1

Results 11 issues of jzxchiang1

When I supply `[arch=x86_64]` or `[arch=arm64]` to my LIBRARY_SEARCH_PATHS envvar, it doesn't work and the envvar is not populated correctly. When I change it to `[arch=*]` or remove that condition,...

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.37.2 - react-native v0.64.2 ### Platform Tell us to which platform this issue is related Android ### Expected behaviour...

### Question How do I enable or disable the shutter sound when taking a photo? For some reason, when testing on my physical iPhone device, the sound plays when flash...

✨ feature

### Question I tried using reanimated v3 with react-native-vision-camera v2.11.2. It generally works but frame processors in particular do not work on Android. (It works on iOS.) Specifically, I am...

❓ question

``` node_modules/react-native-orientation-locker/index.d.ts:79:18 - error TS7010: 'useOrientationChange', which lacks return-type annotation, implicitly has an 'any' return type. 79 declare function useOrientationChange(listener: (orientation: OrientationType) => void); ~~~~~~~~~~~~~~~~~~~~ node_modules/react-native-orientation-locker/index.d.ts:81:18 - error TS7010: 'useDeviceOrientationChange',...

**Is your feature request related to a problem? Please describe.** Without this, Android will require two taps if the MasonryList contains Pressables. **Describe the solution you'd like** Self-explanatory. **Describe alternatives...

1️⃣ good first issue

### Issue Description Unfortunately, many crypto apps rely on `BigInt` in JS. But WebKit didn't enable `BigInt` support until this [changeset](https://trac.webkit.org/changeset/260345/webkit/), which is almost a year after the currently released...

### What feature or enhancement are you suggesting? Very soon, reanimated will support v8. (I've gotten it working on RN 64 with the help of [Kudo](https://github.com/Kudo), who is the maintainer...

✨ enhancement

I'd like the ability to try-catch-finally over my asserts so that at the very end I can stop and delete my test canister, regardless of whether all of the asserts...

Inspired by Java's [TreeMap#tailMap](https://docs.oracle.com/javase/8/docs/api/java/util/TreeMap.html#tailMap-K-) method but this one automatically gives you an iterator. The use case is cursor pagination through a long list. I've been trying to implement cursor pagination...

cla:agreed