Skip to content

Instantly share code, notes, and snippets.

@trooperandz
Last active November 16, 2021 18:04
Show Gist options
  • Save trooperandz/3a6075fd949a8ab9af33695b07ffe40d to your computer and use it in GitHub Desktop.
Save trooperandz/3a6075fd949a8ab9af33695b07ffe40d to your computer and use it in GitHub Desktop.
React Native Storybook main project index file
// Main project root index.js file, adjusted to run storybook
// import { AppRegistry } from 'react-native';
// import App from './App';
// import { name as appName } from './app.json';
// AppRegistry.registerComponent(appName, () => App);
export { default } from './src/storybook';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment