🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-native-airship

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-airship - npm Package Compare versions

Comparing version
0.2.10
to
0.2.11
+4
-0
CHANGELOG.md
# react-native-airship
## 0.2.11 (2022-12-19)
- fixed: Extra call to `handleLayout` within `Barometer` to fix edge-case for incorrect screen layout calculations.
## 0.2.10 (2022-09-16)

@@ -4,0 +8,0 @@

@@ -77,2 +77,5 @@ import * as React from 'react';

});
// Force a second trigger because React Native can fail to invoke
// onLayout for some edge cases.
setTimeout(handleLayout, 2000);
}

@@ -79,0 +82,0 @@ })

+1
-1
{
"name": "react-native-airship",
"version": "0.2.10",
"version": "0.2.11",
"private": false,

@@ -5,0 +5,0 @@ "description": "Flexible toolkit for building modals & alerts",