Shachar

Results 31 issues of Shachar

## Description Add support to `dragstart` event so that the mathlive data will be available on `drop` event similarly to `copy` event. I am willing to PR, wanted to see...

feature

Hi @arnog, Did you publish this to npm?

fixes SSR of non Latin characters

CLA Signed

Continuing #164 This approach is much simpler than #164 . It consists upon a `ViewGroup` laying out it's children above/below the slider. It's great. No caveats or performance hits. ###...

## Describe the Feature **Native Events** instead of ~js events~: `onValueChange` `onSlidingStart` `onSlidingComplete` ## Possible Implementations Supporting **native events** will unlock the abilities of `Animated.event` enabling tracking the Slider's value...

feature request

`dir="auto"` for rtl auto support ## Algolia is AMAZING!! Thanks ## Summary There is no access to the underlying `input` element, not able to pass props. `dir="auto"` is safe for...

This is the first PR preparing the repo for #963 It enhances the registry and the interaction controller for **simultaneous drag gestures which are a UI/UX standard** and opens the...

**EDITED** 22/05/21 ### Motivation #928 1. Drag and drop is a commonly used gesture in native platforms and is a top choice for app UI/UX. 1. There are many unique...

I suggest adding `exclusive` prop for `BaseGestureHandler` that should behave as in [`BaseButton#exclusive`](https://kmagiera.github.io/react-native-gesture-handler/docs/component-buttons.html#exclusive-ios-only) This will complete `waitFor` and allow easier configuration of cross handler interactions. To achieve this now AFAIK...

Feature request

Hi, I've been working this past week on a better way to interact with math in `react-native` (#342 ) [`react-native-math-view`](https://github.com/ShaMan123/react-native-math-view). `V3` has unlocked options that have been near to impossible...