forked from mientjan/react-native-markdown-renderer
-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
Can we move these unnecessary peer dependencies to devDependencies? The install warnings are annoying for non-typescript users.
@types/markdown-it@types/react-native
yarn add react-native-markdown-display
yarn add v1.22.4
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has unmet peer dependency "@types/markdown-it@^10.0.1".
warning " > [email protected]" has unmet peer dependency "@types/react-native@>=0.50.0".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 10 new dependencies.cromatikap