Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/native-dev-middleware

Package Overview
Dependencies
Maintainers
24
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/native-dev-middleware - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

13

CHANGELOG.md

@@ -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 @@

6

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc