react-native-airship
Advanced tools
+4
-0
| # react-native-airship | ||
| ## 0.2.10 (2022-09-16) | ||
| - changed: Default to Default to `AirshipBridge<void>` instead of `AirshipBridge<unknown>`. This change may cause new TypeScript errors to appear, but it is not a breaking change - the cases were always broken, but TypeScript simply wasn't reporting the errors. | ||
| ## 0.2.9 (2022-04-25) | ||
@@ -4,0 +8,0 @@ |
+1
-1
@@ -37,3 +37,3 @@ import * as React from 'react'; | ||
| clear: () => void; | ||
| show: <T>(render: AirshipRender<T>) => Promise<T>; | ||
| show: <T = void>(render: AirshipRender<T>) => Promise<T>; | ||
| } |
+1
-1
| { | ||
| "name": "react-native-airship", | ||
| "version": "0.2.9", | ||
| "version": "0.2.10", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "description": "Flexible toolkit for building modals & alerts", |
36690
0.81%