UNPKG

react-native-camera-roll-gallery

Version:

An easy and simple to use React Native component to render a custom layout for CameraRoll photos (next update will have videos) and displayed on a custom interactive image viewer for manipulation. Includes animations and support for both iOS and Android.

10 lines (7 loc) 261 B
import "react-native"; import React from "react"; // Note: test renderer must be required after react-native. import renderer from "react-test-renderer"; it("Camera Roll Gallery renders correctly", () => { jest.mock("CameraRoll", () => "CameraRoll"); });