Alex
Alex
Works incorrectly with two ScrollViews ``` ScrollView ScrollView horizontal TextInput ``` With horizontal scroll: https://user-images.githubusercontent.com/39951413/193257011-c4682938-b981-48d6-a0d3-a87294595568.mov Without horizontal scroll: https://user-images.githubusercontent.com/39951413/193257033-0ad5e0cb-5156-4c92-96aa-93676a135ac6.mov My scroll component: ``` export const IQKeyboardManagerScrollView = ({ children, contentContainerStyle,...
### Description A/libc: /root/react-native/ReactCommon/jsi/JSCRuntime.cpp:397: virtual facebook::jsc::JSCRuntime::~JSCRuntime(): assertion "objectCounter_ == 0 && "JSCRuntime destroyed with a dangling API object"" ### Version 0.70.1 ### Output of `npx react-native info` System: OS: macOS...
Hello! You have an amazing project, but I have a question. Do you have any JNI bindings for C++ code?
Starting with Android 14 USE_FULL_SCREEN_INTENT is no longer allowed for most apps. It could be granted only to apps that provide calling and alarm functionalities. A good way to solve...
### What's happening? I've tried to run the [example from docs](https://react-native-vision-camera.com/docs/guides/skia-frame-processors#skia-apis) and coordinate system is incorrect, it starts from top right instead of top left [as it says here](https://react-native-vision-camera.com/docs/guides/skia-frame-processors#coordinate-system) ###...
https://github.com/facebook/hermes/issues/1496
## Reproducible Demo ``` const ref = useRef(null); ```
Summary: ---------- 1. Passing a ref causes a crash in the web: [Here](https://github.com/callstack/react-native-slider/blob/47f3254c97bb740fae49478da51ceaf579a86786/package/src/RNCSliderNativeComponent.web.tsx#L79), a single ref is used both for working with `useImperativeHandle` and for obtaining the position via `getBoundingClientRect`....
### Version v5 ### Reanimated Version v3 ### Gesture Handler Version v2 ### Platforms iOS ### What happened? [The issue](https://github.com/gorhom/react-native-bottom-sheet/issues/2460) still exists, everything is the same. Problem: When using `BottomSheetScrollView`,...