We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da4b6e commit 3c5518bCopy full SHA for 3c5518b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-rooster",
3
- "version": "1.2.0-beta.1",
+ "version": "1.2.0",
4
"description": "Your toast solution for react-native apps",
5
"main": "build/index.js",
6
"module": "build/index.es.js",
src/providers/ToastProvider.tsx
@@ -13,7 +13,7 @@ const ToastProvider: React.FC = ({ children }) => {
13
warning: '#ff9100',
14
info: '#7890f0',
15
},
16
- timeToDismiss: 1000,
+ timeToDismiss: 1500,
17
});
18
19
const addToast = useCallback(
0 commit comments