microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e50dadc05b664d9b6f5bac64bbc5739db07304cf

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/smoke/package/config.json

11lines · modecode

1{
2 "ANDROID_EMULATOR": "Nexus_5X_API_28",
3 "ANDROID_VERSION": "9",
4 "IOS_SIMULATOR": "iPhone8",
5 "IOS_VERSION": "12.4",
6 "CODE_VERSION": "1.40.2",
7 "EXPO_XDL_VERSION": "57.2.1",
8 "RN_VERSION": "0.61.5",
9 "PURE_RN_VERSION": "0.59.8",
10 "PURE_EXPO_VERSION": "36.0.1"
11}
12