react-native-image-gallery icon indicating copy to clipboard operation
react-native-image-gallery copied to clipboard

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

Open mstephens opened this issue 11 months ago • 0 comments

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

mstephens avatar Nov 19 '24 23:11 mstephens