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
MainPackageConfigtoPackageList.java(#653) - use
server.enhanceMiddlewarefrom 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
initrun 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)