@baronha/react-native-multiple-image-picker
Version:
� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �
21 lines (17 loc) • 303 B
text/typescript
export type Theme = 'light' | 'dark'
export type Presentation = 'fullScreenModal' | 'formSheet'
export type Language =
| 'system'
| 'zh-Hans'
| 'zh-Hant'
| 'ja'
| 'ko'
| 'en'
| 'th'
| 'id'
| 'vi'
| 'ru'
| 'de'
| 'fr'
| 'ar'
export type MediaType = 'video' | 'image' | 'all'