Skip to content

Commit 9170049

Browse files
committed
Bump version 2.1.0
1 parent af92b6f commit 9170049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-simple-dialogs",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "⚛ Cross-platform simple dialogs for React Native based on the Modal component.",
55
"private": false,
66
"repository": {

src/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import {
4040

4141
const {OS} = Platform;
4242

43-
export const dialogDefaultProps = {
43+
export const dialogDefaultProps: DialogPropsType = {
4444
visible: false,
4545
onRequestClose: () => null,
4646
contentInsetAdjustmentBehavior: 'never',

0 commit comments

Comments
 (0)