
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@baronha/react-native-multiple-image-picker
Advanced tools
� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �
https://github.com/user-attachments/assets/79580bc7-237c-46b7-b92e-1479cc6d9079
React Native Multiple Image Picker (RNMIP) enables application to pick images and videos from multiple smart album in iOS/Android. React Native Multiple Image Picker is based on two libraries available, HXPhotoPicker and PictureSelector
🤩 | |
---|---|
🍕 | Crop single/multiple image. |
🎑 | Preview image/video. |
📸 | Camera module for capturing photos and recording videos. |
🐳 | Keep the previous selection. |
0️⃣ | Selected order index. |
🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) |
🌚 | Dark Mode, Light Mode |
🌄 | Choose multiple images/video. |
📦 | Support smart album (camera roll, selfies, panoramas, favorites, videos...) . |
📺 | Display video duration. |
⛅️ | Support iCloud Photo Library. |
🌪 | Scrolling performance. ☕️ |
Because RNMIP uses Nitro Module, it complies with Nitro Modules' requirements. View Nitro Modules' requirements here
Xcode 16+
iOS 13+
react-native 0.75+
compileSdkVersion 34+
See more Installation
Here is a simple usage of the Multiple Image Picker.
See more Config
import { openPicker, Config } from '@baronha/react-native-multiple-image-picker'
const config: Config = {
maxSelect: 10,
maxVideo: 10,
primaryColor: '#FB9300',
backgroundDark: '#2f2f2f',
numberOfColumn: 4,
mediaType: 'all',
selectBoxStyle: 'number',
selectMode: 'multiple',
language: 'vi', // 🇻🇳 Vietnamese
theme: 'dark',
isHiddenOriginalButton: false,
primaryColor: '#F6B35D',
}
const onPicker = async () => {
try {
const response = await openPicker(config)
setImages(response)
} catch (e) {
// catch error for multiple image picker
}
}
iOS
.iOS
.To keep this library maintained and up-to-date please consider sponsoring it on GitHub. Or if you are looking for a private support or help in customizing the experience, then reach out to me on Twitter @_baronha.
Besides, I also built a product using HXPhotoPicker here, Hope you support:
List of used applications with @baronha/react-native-multiple-image-picker
Contributions are welcome! If you have an application that uses @baronha/react-native-multiple-image-picker
, please open a pull request to add it to the list.
See all Showcase
We're trying to improve performance. If you have a better solution, please open a issue or pull request. Best regards!
FAQs
� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �
The npm package @baronha/react-native-multiple-image-picker receives a total of 0 weekly downloads. As such, @baronha/react-native-multiple-image-picker popularity was classified as not popular.
We found that @baronha/react-native-multiple-image-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.