react-native-image-gallery
react-native-image-gallery copied to clipboard
Support for defaultProps will be removed from function components in future major release
Error is generated with the latest versioon of react native.
Warning: ImageGallery: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
{
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "^4.0.0",
"react-native-svg": "15.9.0",
"react-native-web": "~0.19.6",
"typescript": "~5.6.3"
}