NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

unmet / incorrect peer dependencies

Open SupriyaPKalghatgi opened this issue 2 years ago • 2 comments

Description

Too many dependency warnings

CodeSandbox/Snack link

https://codesandbox.io/s/gracious-frog-is1o5p

NativeBase Version

3.4.23

Platform

  • [ ] Android
  • [ ] CRA
  • [X] Expo
  • [ ] iOS
  • [ ] Next

Other Platform

"expo": "~47.0.3", "native-base": "3.4.23", "react": "18.1.0", "react-native": "0.70.5",

Additional Information

image

SupriyaPKalghatgi avatar Feb 22 '23 05:02 SupriyaPKalghatgi

Also with expo sdk 48, which released recently, there is a warning about @types/react-native being missing. With this expo update they remove this package, because the react-native package itself has typing definitions now.

johncin avatar Mar 02 '23 13:03 johncin

Hi! have you solved this? I have upgraded to expo SDK49 and last native base release:

[INSTALL_DEPENDENCIES] [1/4] Resolving packages... [INSTALL_DEPENDENCIES] [2/4] Fetching packages... [INSTALL_DEPENDENCIES] [3/4] Linking dependencies... [INSTALL_DEPENDENCIES] warning "expo-splash-screen > @expo/[email protected]" has unmet peer dependency "expo-modules-autolinking@>=0.8.1". [INSTALL_DEPENDENCIES] warning " > [email protected]" has unmet peer dependency "@types/react-native@". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-native-aria/tabs > @react-aria/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-native-aria/tabs > @react-types/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-stately/combobox > @react-types/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "native-base > @react-native-aria/tabs > @react-aria/tabs > @react-stately/[email protected]" has incorrect peer dependency "react@^16.8.0 || ^17.0.0-rc.1". [INSTALL_DEPENDENCIES] warning "react-native > @react-native/[email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6". [INSTALL_DEPENDENCIES] warning "react-native > @react-native/codegen > [email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6". [INSTALL_DEPENDENCIES] warning " > [email protected]" has unmet peer dependency "prop-types@". [INSTALL_DEPENDENCIES] warning "react-native-render-html > @native-html/[email protected]" has unmet peer dependency "@types/react-native@". [INSTALL_DEPENDENCIES] warning "react-native-render-html > @native-html/transient-render-engine > @native-html/[email protected]" has unmet peer dependency "@types/react-native@". [INSTALL_DEPENDENCIES] warning " > [email protected]" has incorrect peer dependency "react-native-svg@^6.2.1||^7.0.3".

dhcmega avatar Oct 24 '23 13:10 dhcmega