@storybook/native-dev-middleware
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,14 @@ | ||
# v2.0.1 (Tue Apr 27 2021) | ||
#### ⚠️ Pushed to `master` | ||
- Update placeholder docs (Adil_Malik@intuit.com) | ||
- Merge branch 'master' of https://github.com/storybookjs/native into master (Adil_Malik@intuit.com) | ||
#### Authors: 1 | ||
- Adil Malik (Adil_Malik@intuit.com) | ||
--- | ||
# v2.0.0 (Tue Apr 27 2021) | ||
@@ -2,0 +15,0 @@ |
{ | ||
"name": "@storybook/native-dev-middleware", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "./dist/index.js", | ||
@@ -19,7 +19,7 @@ "description": "Middleware for using storybook with emulators open on a local machine", | ||
"dependencies": { | ||
"@storybook/native-types": "^2.0.0", | ||
"@storybook/native-types": "^2.0.1", | ||
"@types/express": "^4.17.11", | ||
"express": "^4.17.0" | ||
}, | ||
"gitHead": "644a52b122d997ab35b429ba7b159cc41b115c6f", | ||
"gitHead": "bb0ec5b3f877758920f4e12ec2ecc468321afc90", | ||
"publishConfig": { | ||
@@ -26,0 +26,0 @@ "access": "public" |
@@ -21,4 +21,2 @@ # @storybook/native-dev-middleware | ||
Example file can be found [here](TODO) | ||
The `middleware` function optionally takes in an object argument that lets you configure how to interact with emulators. Supported keys in that object are: | ||
@@ -29,2 +27,4 @@ - androidCommandPath: Path to `adb`. Defaults to `adb` | ||
An example of this file can be found [here](../../examples/cross-platform/.storybook/middleware.js) | ||
#### 2. Setting environment variable | ||
@@ -57,3 +57,3 @@ To actually tell storybook to interact with a local emulator, the `STORYBOOK_NATIVE_LOCAL_EMULATOR` environment variable must be set to a non-empty string. | ||
Example [manifest file](TODO) | ||
Example [activity file](TODO) | ||
Example [manifest file](../../examples/android-material-ui/app/app/src/main/AndroidManifest.xml#L24) | ||
Example [activity class](../../examples/android-material-ui/app/app/src/main/java/com/intuit/august2020/storybookdemoapp/MainActivity.kt#L121) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19630