Denys
Denys
I'm trying to decode framework-res.apk and use the decoded resources in a custom sdk. I want to use it with the android studio. Decoding seems lost declare-styleable tags, and I'm...
Here's slightly updated DraggableWithSectionExampleFragment from the example app:  Full code https://pastebin.com/a43Smzfw Basically the most important thing is to use GridLayoutManager with setSpanSizeLookup method: ```mLayoutManager = new GridLayoutManager(getContext(), 5); mLayoutManager.setSpanSizeLookup(new...
I believe you can set dragDropManager.setInitiateOnTouch(true); dragDropManager.setInitiateOnLongPress(true); dragDropManager.setInitiateOnMove(true); (or one of them, depends on your needs) And just set them to false to disable drag-drop mode
And if you want to bind/unbind events completely then use **dragDropManager.attachRecyclerView(rv)** and **dragDropManager.release()**
@sha-man-4pda nice job!
V8 Support has been added to react-native-reanimated with 2.10.0 release [v2.10.0 react-native-reanimated now officially supports v8 engine](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.10.0) Is that possible to add the v8 support to react-native-vision-camera too?
@mrousavy Thanks for answering! In the description it says `Added support for react-native-v8 (building from source only)` means there is no `.aar` files provided with react-native-reanimated package. In the line...
> Вы конструкцию лампы то видели? При внутреннем диаметре матрицы 50 мм и внешнем диаметре плафона 100 мм цифр будет не различить совсем. А для часов - есть другой проект....
Будет хорошо видно большие цифры даже через рассеиватель. А со скроллингом было бы вообще класс.
You probably need to use registerAdapterDataObserver to sync nested adapters changes.