-
-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
When i try to show toast notificatino with fade params or without (idefault values), I get a yellow warning saying: Animated: useNativeDriver was not specified. This is a required 'option and must be explicitly set to true or false
Steps to reproduce the behavior:
import toast from galio
import { Toast } from 'galio-framework';
Create simple Toast, using isShow hook
This is a top positioned toast
And create Button to show Toast
<Button shadowless onPress={() => setShow(!isShow)} style={{ marginBottom: 80 }}>click here for toast notifications
Expected
I suppose that the error comes from the Toast.js that contains galio framework inside 'node_modules', and that maybe you have to add the property that it shows in said warning
- Device: iPhone 7 plus
- Type of device: physical
- OS: iOS13.5.1
- React-Native version: 0.63
- Expo version: 3.22.3
Batuhan-Akkaya and Albermonte
Metadata
Metadata
Assignees
Labels
No labels