UNPKG

react-native-expandable-section-list

Version:

react-native-expandable-section-list is a expandable list what is similar to QQ's list of Tencent

13 lines (10 loc) 284 B
import 'react-native'; import React from 'react'; import Index from '../index.android.js'; // Note: test renderer must be required after react-native. import renderer from 'react-test-renderer'; it('renders correctly', () => { const tree = renderer.create( <Index /> ); });