storybookjs / native

📱 Storybook for Native: iOS, Android, Flutter
MIT License
184 stars 29 forks source link

Enhanced Story Generation #63

Closed brocollie08 closed 3 years ago

brocollie08 commented 3 years ago

Enhancement

Add new templates and functionality to generate stories with controls, does not affect existing story generation

📦 Published PR as canary version: 2.1.2-canary.63.707.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/native-android-material-deep-link-example@2.1.2-canary.63.707.0 npm install @storybook/native-controls-example@2.1.2-canary.63.707.0 npm install @storybook/native-cross-platform-example@2.1.2-canary.63.707.0 npm install @storybook/native-flutter-example@2.1.2-canary.63.707.0 npm install @storybook/native-ios-example-deep-link@2.1.2-canary.63.707.0 npm install @storybook/native-addon@2.1.2-canary.63.707.0 npm install @storybook/native-controllers@2.1.2-canary.63.707.0 npm install @storybook/deep-link-logger@2.1.2-canary.63.707.0 npm install @storybook/native-dev-middleware@2.1.2-canary.63.707.0 npm install @storybook/native-devices@2.1.2-canary.63.707.0 npm install @storybook/native-components@2.1.2-canary.63.707.0 npm install @storybook/native@2.1.2-canary.63.707.0 npm install @storybook/native-types@2.1.2-canary.63.707.0 # or yarn add @storybook/native-android-material-deep-link-example@2.1.2-canary.63.707.0 yarn add @storybook/native-controls-example@2.1.2-canary.63.707.0 yarn add @storybook/native-cross-platform-example@2.1.2-canary.63.707.0 yarn add @storybook/native-flutter-example@2.1.2-canary.63.707.0 yarn add @storybook/native-ios-example-deep-link@2.1.2-canary.63.707.0 yarn add @storybook/native-addon@2.1.2-canary.63.707.0 yarn add @storybook/native-controllers@2.1.2-canary.63.707.0 yarn add @storybook/deep-link-logger@2.1.2-canary.63.707.0 yarn add @storybook/native-dev-middleware@2.1.2-canary.63.707.0 yarn add @storybook/native-devices@2.1.2-canary.63.707.0 yarn add @storybook/native-components@2.1.2-canary.63.707.0 yarn add @storybook/native@2.1.2-canary.63.707.0 yarn add @storybook/native-types@2.1.2-canary.63.707.0 ```
sumwatshade commented 3 years ago

:rocket: PR was released in v2.2.0 :rocket: