mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-24 05:02:24 +08:00
26 lines
683 B
JavaScript
26 lines
683 B
JavaScript
export default from './storybook';
|
|
|
|
// import React from 'react';
|
|
// import { StyleSheet, Text, View } from 'react-native';
|
|
//
|
|
// export default class App extends React.Component {
|
|
// render() {
|
|
// return (
|
|
// <View style={styles.container}>
|
|
// <Text>Open up App.js to start working on your app!</Text>
|
|
// <Text>Changes you make will automatically reload.</Text>
|
|
// <Text>Shake your phone to open the developer menu.</Text>
|
|
// </View>
|
|
// );
|
|
// }
|
|
// }
|
|
//
|
|
// const styles = StyleSheet.create({
|
|
// container: {
|
|
// flex: 1,
|
|
// backgroundColor: '#fff',
|
|
// alignItems: 'center',
|
|
// justifyContent: 'center',
|
|
// },
|
|
// });
|