mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-26 01:28:54 +00:00
Dulmandakh
8efc33993a
remove unnecessary Android version checks (#23277)
Summary: React Native's minSdkVersion is 16, or we support Android versions 16 (Jelly Bean) and above. But in the code we have many checks if Android is Jelly Bean or newer, which are unnecessary. This PR removes unnecessary Android version checks, also uses Android version names instead of numbers. [Android] [Changes] - remove unnecessary Android version checks Pull Request resolved: https://github.com/facebook/react-native/pull/23277 Differential Revision: D13955909 Pulled By: cpojer fbshipit-source-id: 6b1caa5ef4fe42273d3c69a6617fff140a697b5c
Description
CameraRoll is a react-native native module that provides access to the local camera roll or photo library.
Languages
Java
37.4%
Objective-C
31.2%
JavaScript
20.3%
TypeScript
6.9%
Ruby
2.2%
Other
2%