Skip to content

Commit 88428c7

Browse files
authored
chore: rnx-start is deprecated (#660)
`rnx-start` is being removed because it currently does not provide any value over vanilla `react-native start`. See microsoft/rnx-kit#139
1 parent bb93f22 commit 88428c7

8 files changed

+22
-6
lines changed

apps/android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"code-style": "fluentui-scripts code-style",
1313
"depcheck": "fluentui-scripts depcheck",
1414
"lint": "fluentui-scripts eslint",
15-
"start": "react-native rnx-start",
15+
"start": "react-native start",
1616
"test": "fluentui-scripts jest",
1717
"bundle": "react-native rnx-bundle --dev false",
1818
"bundle-dev": "react-native rnx-bundle",

apps/fluent-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"code-style": "fluentui-scripts code-style",
2020
"depcheck": "fluentui-scripts depcheck",
2121
"lint": "fluentui-scripts eslint",
22-
"start": "react-native rnx-start",
22+
"start": "react-native start",
2323
"test": "fluentui-scripts jest",
2424
"bundle": "react-native rnx-bundle --dev false"
2525
},

apps/ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"code-style": "fluentui-scripts code-style",
1313
"depcheck": "fluentui-scripts depcheck",
1414
"lint": "fluentui-scripts eslint",
15-
"start": "react-native rnx-start",
15+
"start": "react-native start",
1616
"test": "fluentui-scripts jest",
1717
"bundle": "react-native rnx-bundle --dev false",
1818
"bundle-dev": "react-native rnx-bundle",

apps/macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"code-style": "fluentui-scripts code-style",
1414
"depcheck": "fluentui-scripts depcheck",
1515
"lint": "fluentui-scripts eslint",
16-
"start": "react-native rnx-start",
16+
"start": "react-native start",
1717
"test": "fluentui-scripts jest",
1818
"macos": "react-native run-macos --scheme FluentTester --project-path src"
1919
},

apps/win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"code-style": "fluentui-scripts code-style",
1616
"depcheck": "fluentui-scripts depcheck",
1717
"lint": "fluentui-scripts eslint",
18-
"start": "react-native rnx-start --port 8081",
18+
"start": "react-native start --port 8081",
1919
"test": "fluentui-scripts jest",
2020
"bundle": "react-native rnx-bundle --dev false",
2121
"bundle-dev": "react-native rnx-bundle",

apps/windows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate-report": "allure generate allure-results --clean && allure open",
1010
"lint": "eslint .",
1111
"report": "allure generate allure-results --clean",
12-
"start": "react-native rnx-start",
12+
"start": "react-native start",
1313
"test": "jest",
1414
"windows": "react-native run-windows"
1515
},
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "none",
3+
"comment": "Use start instead of rnx-start",
4+
"packageName": "@fluentui-react-native/tester",
5+
"email": "4123478+tido64@users.noreply.github.com",
6+
"dependentChangeType": "none",
7+
"date": "2021-04-16T14:16:56.921Z"
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "none",
3+
"comment": "Use start instead of rnx-start",
4+
"packageName": "@fluentui-react-native/tester-win32",
5+
"email": "4123478+tido64@users.noreply.github.com",
6+
"dependentChangeType": "none",
7+
"date": "2021-04-16T14:16:59.224Z"
8+
}

0 commit comments

Comments
 (0)