Ivanka Todorova

Results 24 comments of Ivanka Todorova

@timothytripp Hi, it's me again. Could you post an example (on expo if possible) that shows the issue you're having with `onEndEditing`. Is your app auto saving the contents of...

Thank you for your suggestion! I will consider it in the future. If it's something you'd want to see added in the package soon, feel free to send a PR...

Unfortunately, I am unable to run the code after merging the main branch. My Obj-C knowledge is very limited. I could try adding the methods from this branch on a...

Closed in 162710d05de1f30eed2796ca019b31648938d87a.

I am using i18next as well & `DayPickerSingleDateController`. I have imported the following locales in this order: ``` import moment from 'moment'; import 'moment/locale/bg'; import 'moment/locale/es'; ``` Also I have...

This is a great suggestion! Maybe replacing [`withTiming`](https://github.com/fakeheal/react-native-pan-pinch-view/blob/fa05540622187d48de9726162968502b1d48c7d3/src/index.tsx#L77) with [`withSpring`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/customizing-animation/#configuring-withspring) could help achieve this effect. I will have to take a more detailed look at this.

I've added them as `peerDependencies`, because both `react-native-reanimated` and `react-native-gesture-handler` require additional setup for them to work properly on all platforms. In the [`README`](https://github.com/fakeheal/react-native-pan-pinch-view?tab=readme-ov-file#-prerequisites) of this repository I've mentioned that...

Oh, I see, sorry I kind of misunderstood your first comment. I will have to delve deeper into the `install-peers` and how to handle `peerDependencies` in npm packages with demos.

No worries! I will do that in the upcoming weeks.

Can you describe what a "quick pinch" is?