diff --git a/bugs.txt b/bugs.txt index 90aabb4..eea0e1c 100644 --- a/bugs.txt +++ b/bugs.txt @@ -1,36 +1,45 @@ https://github.com/APSL/react-native-version-number/issues/26 Patch push node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java React native navigation back arrow missing on iOS 14 ---------------------------------------------------- https://stackoverflow.com/questions/64116871/react-native-navigation-back-arrow-missing-on-ios-14 On old react patch node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m Tag iOS 2.1.6 Replace - (void)displayLayer:(CALayer *)layer { if (_currentFrame) { layer.contentsScale = self.animatedImageScale; layer.contents = (__bridge id)_currentFrame.CGImage; } } with - (void)displayLayer:(CALayer *)layer { if (_currentFrame) { layer.contentsScale = self.animatedImageScale; layer.contents = (__bridge id)_currentFrame.CGImage; } else { [super displayLayer:layer]; } } +Tag iOS 2.8.2 + +After installing QR code scanner, and running pod install Pod.lock has these Permissions commented out!? + +- pod 'Permission-PhotoLibrary', :path => "#{permissions_path}/PhotoLibrary" +- pod 'Permission-MediaLibrary', :path => "#{permissions_path}/MediaLibrary" ++# pod 'Permission-PhotoLibrary', :path => "#{permissions_path}/PhotoLibrary" ++# pod 'Permission-MediaLibrary', :path => "#{permissions_path}/MediaLibrary" +