mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-30 17:34:05 +08:00
Initial setup of react-storybook. Includes examples copied from the React Native repository. Close #148
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
import React from 'react';
|
|
import { storiesOf, action } from '@kadira/storybook';
|
|
import { ListView } from 'react-native'
|
|
|