react-native-bottom-sheet icon indicating copy to clipboard operation
react-native-bottom-sheet copied to clipboard

chore: remove deprecated @types/react-native

Open y0n0zawa opened this issue 2 months ago • 0 comments

Background

Since React Native 0.71, type definitions are included in the react-native package itself, making @types/react-native unnecessary and deprecated.

Including this package in dependencies causes deprecation warnings to be displayed to users.

Changes

  • Remove @types/react-native from devDependencies
  • Remove @types/react-native from peerDependencies
  • Remove @types/react-native configuration from peerDependenciesMeta
  • Remove related unused packages from yarn.lock (358 lines)

Test Plan

  • [x] Build completes successfully
  • [x] Type checking passes

y0n0zawa avatar Dec 09 '25 02:12 y0n0zawa