meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

Support for defaultProps will be removed from function components in future major release #172

Open mstephens opened 1 week ago

mstephens commented 1 week ago

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"
  }