Skip to content

Commit 3c5518b

Browse files
committed
v1.2.0
1 parent 4da4b6e commit 3c5518b

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-rooster",
3-
"version": "1.2.0-beta.1",
3+
"version": "1.2.0",
44
"description": "Your toast solution for react-native apps",
55
"main": "build/index.js",
66
"module": "build/index.es.js",

src/providers/ToastProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const ToastProvider: React.FC = ({ children }) => {
1313
warning: '#ff9100',
1414
info: '#7890f0',
1515
},
16-
timeToDismiss: 1000,
16+
timeToDismiss: 1500,
1717
});
1818

1919
const addToast = useCallback(

0 commit comments

Comments
 (0)