Releases: microsoft/vscode-react-native
Releases · microsoft/vscode-react-native
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
- Fixed annoying error message when app's entry point is not
index.<platform>.js
- Added
runArguments
configuration option to allow passing custom arguments toreact-native run-*
commands - Reorganized documentation structure
- Switched to direct usage of React Native CLI instead of
ideviceinstaller
to run iOS apps - Fixed automatic enable of JS debugging on iOS simulator
0.4.1
- Added notice about
.vscode/.react
directory - Fixed bug in typescript sourcemaps rewrite logic when project and vscode are on different drives
- Fixed regression causing
react-native
commands ran from command palette to fail - Fixed regression causing debugging to fail when start debugging Expo project first time
0.4.0
- Fixed issue with infinite loops when reloading RN app
- Fixed compatibility issues with react-native >=0.45
- Added more robust sourcemaps support to enable Typescript debugging
- Added instructions to enable Flowtype intellisense
- Fixed error "Error processing 'continue'" appearing when reloading app while staying on breakpoint
- Added “scheme” option to launch.json to pass build scheme to xcodebuild
- Improved LogCat logging - now reusing existing output channel when possible
- Refactored extension to support debugging of Expo and CRNA apps better
- Added support for displaying Expo's QR code
0.3.2
- Renamed
launch.json
snippets to make it easier to add React Native launch configurations - Fixed regressions in app worker introduced after moving to 'node2' debugger
- Upgraded XDL to support latest Expo SDK and fix issues with loading assets in Expo apps
- Made extension prefer
xcworkspace
files overxcodeproj
when launchingxcodebuild
- Updated README
.babelrc
instructions