Skip to content

Commit

Permalink
Remove last remaining references to the old sample
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jun 19, 2023
1 parent 0b40c1b commit fd1b41a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
dist

# Ignore standalone apps
sample
sample-new-architecture
test/perf/TestApp*

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"editor.formatOnPaste": false,
"editor.formatOnSave": false
},
"react-native-tools.projectRoot": "./sample",
"react-native-tools.projectRoot": "./sample-new-architecture",
"dart.flutterAdbConnectOnChromeOs": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"lint:eslint": "eslint --config .eslintrc.js .",
"lint:prettier": "prettier --check \"{src,test,scripts}/**/**.ts\"",
"test:watch": "jest --watch",
"run-ios": "cd sample && yarn react-native run-ios",
"run-android": "cd sample && yarn react-native run-android"
"run-ios": "cd sample-new-architecture && yarn react-native run-ios",
"run-android": "cd sample-new-architecture && yarn react-native run-android"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit fd1b41a

Please sign in to comment.