Skip to content

Deps (libs)

LeoTM edited this page Dec 14, 2022 · 34 revisions

Which

  • RN SDK available?
  • maintained? last updated
  • features (any feature-blocking issues?)
  • reactnative.directory? recommended / quality
  • popularity: stars / downloads / forks / contributors
  • dev experience? docs / discussions
  • customisation / extendibility
  • new arch
  • perf / size
  • example/template? last updated / RN ver
  • opencollective
  • dependabot
  • false positives from build tools annoying

Update tool

Resolutions

package.json

  "resolutions": {
    "immer": "1.2.3",
    "node-fetch": "^1.2.3"
  }
  • visible
  • many to one

Yarn selective (yarn.lock)

yarn why <dep>
yarn set resolution immer@npm:^1.10.0 <resolution>
  • strict 1 to 1
  • hidden from package.json

Visualise a lib

https://npm.anvaka.com

Clone this wiki locally