microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b48f26eb8caae7ed9cc1a09249195dfed76fa76

Branches

Tags

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

Clone

HTTPS

Download ZIP

test/resources/newVersionReactNativeProject/package.json

12lines · modecode

1{
2 "name": "newVersionReactNativeProject",
3 "version": "0.0.1",
4 "private": true,
5 "scripts": {
6 "start": "node node_modules/react-native/local-cli/cli.js start"
7 },
8 "dependencies": {
9 "react": "19.2.0",
10 "react-native": "0.80.0"
11 }
12}
13