React Native Camera Roll Picker

screenshot of React Native Camera Roll Picker
react-native

React Native Camera Roll Picker

📷 A React Native component providing images selection from camera roll

Overview:

The CameraRoll Picker component is designed for React Native applications and requires a minimum version of react-native >=0.43.0. It allows users to select images from the device's camera roll and offers various customization options for selecting and displaying images.

Features:

  • Callback Function: Allows users to define a callback function when images are selected.
  • Initial Number to Render: Specifies the number of rows to render on the first pass.
  • Group Types: Options for fetching photos from different groups like 'Album', 'All', 'Event', etc.
  • Asset Type: Ability to specify the asset type such as 'Photos', 'Videos', or 'All'.
  • Select Single Item: Option to select only one image at a time.
  • Maximum Selection: Users can set a maximum limit for selected images.
  • Images Per Row: Customize the number of images displayed per row.
  • Customization: Users can customize selected image marker, background color, empty text, styles, loader component, etc.
react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.