Aleksandr Litinskii

Results 7 issues of Aleksandr Litinskii

This is the work of https://github.com/naoufal/react-native-payments/pull/174 with updated readme. For most question changes are described at https://github.com/naoufal/react-native-payments/pull/174. just added some notes to readme main question about `allowedPaymentMethods` and how to...

For iOS platform we have fixed width in this case when we have dynamic content like input and user type something modal container not increase witdh, so we need to...

``` declare module 'react-native-user-defaults' { interface UserDefaults { /** * Set information for a key. * @param key The key to store the value under. * @param value The value...

Hi 👋, After upgrading to React 19 and TypeScript, using the Shadow component from react-native-shadow-2 causes the following type error: ``` 'Shadow' cannot be used as a JSX component. Its...

# Fix ReanimatedSwipeable ref type to support ref callbacks ## Description This PR fixes the `ref` prop type in `ReanimatedSwipeableProps` to support both ref objects and ref callbacks, improving TypeScript...

**Repo for reproducing** Not available. **To Reproduce** 1. Enable swipe-back gestures in React Navigation (e.g., Stack Navigator with `gestureEnabled: true`). 2. Open a screen that renders `OverKeyboardView`. 3. Trigger the...

🐛 bug
enhancement
OverKeyboardView
repro provided