Skip to content

aomi-react-native/react-native-media-manager

Repository files navigation

react-native-components-media-manager

媒体管理器

Installation

yarn add @aomi/react-native-media-manager
npm install @aomi/react-native-media-manager

Usage

import MediaManager from "@aomi/react-native-media-manager";

// 启动相册
MediaManager.launchLibrary().then(console.log);

// 启动相机
MediaManager.launchCamera().then(console.log);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT