UNPKG

react-native-uni-carousel

Version:

This small package is based on FlatList. It provides components to help create both a horizontal list of items and a paginated horizontal list of items.

10 lines (7 loc) 228 B
import React from 'react'; import App from './App'; import renderer from 'react-test-renderer'; it('renders without crashing', () => { const rendered = renderer.create(<App />).toJSON(); expect(rendered).toBeTruthy(); });