Skip to content

v3.0.0

Compare
Choose a tag to compare
@thymikee thymikee released this 15 Nov 09:19

Features

  • Extract Debugger UI into @react-native-community/cli-debugger-ui (#832, #844)
  • Remove hardcoded React Native configuration (#767)

Included in previous alpha releases:

  • new doctor command (#532 and more)
  • collapse YellowBox/DevTools frames in Metro config
  • support autolinking in monorepos (#768)
  • launch default Android emulator during run-android (#676)
  • allow passing in MainPackageConfig to PackageList.java (#653)
  • use server.enhanceMiddleware from custom Metro configuration (#614)

Fixes

  • run npx from JS app dir (#824)
  • add Carthage to ingnored directories when finding .xcodeproj (#839)
  • Properly handle --host param for remote debugging (#829)
  • use npx in init run instructions (#817)
  • podfile parsing on invalid yaml (#810)

Chore & Maintenance

  • remove platforms from cli dependencies (#845)
  • bump TS to 3.7 (#836)
  • Remove deprecated lerna field (#837)

Docs

  • update linking setup in contributing guide (#806)