Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 651 Bytes

File metadata and controls

31 lines (18 loc) · 651 Bytes

react-native-horizontal-native-gallery

It is libarary build on native libarary Lightbox IOS(https://github.com/hyperoslo/Lightbox) and https://github.com/Baseflow/PhotoView)

Installation

npm install react-native-horizontal-native-gallery

Usage

import { showLightbox } from 'react-native-horizontal-native-gallery';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library