Files
react-native-web/examples/ListView/ListViewExample.js
Nicolas Gallagher 94f37740af use react-storybook to display examples
Initial setup of react-storybook. Includes examples copied from the
React Native repository.

Close #148
2016-07-13 22:19:39 -07:00

5 lines
123 B
JavaScript

import React from 'react';
import { storiesOf, action } from '@kadira/storybook';
import { ListView } from 'react-native'