@storybook/react-native 5.3.25-alpha.1 → 5.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,6 @@ var AbsolutePositionedKeyboardAwareView = /** @class */ (function (_super) {
69
69
  AbsolutePositionedKeyboardAwareView.prototype.componentWillUnmount = function () {
70
70
  this.keyboardDidShowListener.remove();
71
71
  this.keyboardDidHideListener.remove();
72
- react_native_1.Dimensions.removeEventListener('change', this.removeKeyboardOnOrientationChange);
73
72
  };
74
73
  AbsolutePositionedKeyboardAwareView.prototype.render = function () {
75
74
  var _a = this.props, children = _a.children, previewWidth = _a.previewWidth, previewHeight = _a.previewHeight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "5.3.25-alpha.1",
3
+ "version": "5.3.27",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "f776541b4a950fc77956ac4d501ff71a62c9b2be"
56
+ "gitHead": "f803c6fbcca43beabb3a5bb17ddbb6fd6df9b398"
57
57
  }
package/readme.md CHANGED
@@ -4,7 +4,7 @@ With Storybook for React Native you can design and develop individual React Nati
4
4
 
5
5
  For more information visit: [storybook.js.org](https://storybook.js.org)
6
6
 
7
- > NOTE: `@storybook/react-native` and `@storybook/react-native-server` are now on a different release cycle from the Storybook Core packages (`@storybook/react`, `@storybook/vue`, etc.). The last stable version of `@storybook/react-native` is `5.3.24` and it should be used with `5.3` versions of Storybook Core.
7
+ > NOTE: `@storybook/react-native` and `@storybook/react-native-server` are now on a different release cycle from the Storybook Core packages (`@storybook/react`, `@storybook/vue`, etc.). The last stable version of `@storybook/react-native` is `5.3.25` and it should be used with `5.3` versions of Storybook Core.
8
8
 
9
9
  _To re-iterate storybook dependencies with a version 6.0 and higher are not supported by react native storybook yet._
10
10