Open phamha98 opened 2 years ago
The new version, of react-native-gesture-handler send warning if you use an old API version, but also if one of your package/library use it.
To disable the warning, you can ignore logs.
in your app.js / app.tsx
import { LogBox } from 'react-native';
LogBox.ignoreLogs([
"[react-native-gesture-handler] Seems like you\'re using an old API with gesture components, check out new Gestures system!",
]);
update
"react-native-gesture-handler": "^1.10.3",
Remove Warning : [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system