Vitalii Obideiko

Results 8 comments of Vitalii Obideiko

Hi!) I also find this problem. I tried to resolve this problem.)) Problem: when you setup the video for playing, it will be scaled to view sizes, than you try...

@wasabeef it means that you can not turn off subscript and superscript modes

@ n4kz mark this repo as deprecated if you decided to end support

Same issue for `Tab.Navigator` + `screenOptions`

``` diff --git a/node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m b/node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m index 9f20973..87c2c5e 100644 --- a/node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m +++ b/node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m @@ -883,8 +883,8 @@ - (void)cropImage:(UIImage *)image { cropVC = [[TOCropViewController alloc] initWithCroppingStyle:TOCropViewCroppingStyleCircular image:image]; } else { cropVC...

So I had the same issue right now with `RN 0.73.6` & `"react-native-permissions": "^4.1.5"` **FIX**: - Remove `ios/Pods` folder; - Remove `node_modules` folder; - `yarn install`; - `pod install` in...