Patryk Fryda

Results 8 issues of Patryk Fryda

## Summary Add `aspectRatio` property to component's style props. [docs](https://reactnative.dev/docs/layout-props#aspectratio) ## Motivation Currently, `react-native-magnus` does not support adding `aspectRatio` prop to its components. ## Additional Context We would have: ```...

Latest `Expo Go` mobile app does not support current expo version in example app. I upgraded expo to 43 version.

## Description Currently, saving mindful session doesn't work, because we are passing wrong value. Explanation on Stack Overflow](https://stackoverflow.com/questions/58200979/how-to-write-mindful-minutes-to-healthkit). Fixes # (issue) ## Type of change Please delete options that are...

Hey, I noticed that the `accessibilityIgnoresInvertColors` in `TouchableWithoutFeedback` documentation is missing information about iOS platform support. This could be confusing, since this property is only supported for iOS.

CLA Signed

## Motivation Upgrading the package to version 4.6.3 results in the following error when rendering BottomSheet in the development. ``` ERROR TypeError: Cannot assign to read-only property 'reduceMotion' This error...

Is it possible to create range slider? I couldn't find it in docs and all my attemps failed. :cry:

enhancement

## Description There is no documentation regarding `overflow` prop from [Image Style Props](https://reactnative.dev/docs/next/image-style-props#overflow). ## What is the problem? I've tried to use `overflow` prop to style the `Image` component, but...

Stale

`showWithGravity` and `showWithGravityAndOffset` from ToastAndroid does not work for text toasts as of Android 11. [ToastModule](https://github.com/facebook/react-native/blob/8dabed60f456e76a9e53273b601446f34de41fb5/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/toast/ToastModule.kt#L48) uses `setGravity` which is no-op. More information can be found here: - [setGravity docs](https://developer.android.com/reference/android/widget/Toast#setGravity(int,%20int,%20int))...

CLA Signed