Skip to content

Commit 99f0f5d

Browse files
HariniMalothu17Harini Malothuanupriya13
authored
Update NativeModuleSample with 0.80.0 (#1062)
## Description Updated NativeModuleSample for 0.80.0 release ### Why Update NativeModuleSample with 0.80.0-preview.1 Resolves [#14994] ## Screenshots Add any relevant screen captures here from before or after your changes. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-windows-samples/pull/1062) --------- Co-authored-by: Harini Malothu <[email protected]> Co-authored-by: Anupriya Verma <[email protected]>
1 parent 18d7ed9 commit 99f0f5d

File tree

9 files changed

+1026
-1159
lines changed

9 files changed

+1026
-1159
lines changed

samples/NativeModuleSample/cpp-lib/example-old/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"test:windows": "jest --config jest.config.windows.js"
99
},
1010
"dependencies": {
11-
"react": "19.0.0",
12-
"react-native": "0.79.3",
13-
"react-native-windows": "0.79.0"
11+
"react": "19.1.0",
12+
"react-native": "0.80.0",
13+
"react-native-windows": "0.80.0"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.25.2",
1717
"@babel/preset-env": "^7.25.3",
1818
"@babel/runtime": "^7.25.0",
19-
"@react-native-community/cli": "15.0.0-alpha.2",
20-
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
21-
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
22-
"@react-native/babel-preset": "^0.79.0",
23-
"@react-native/metro-config": "^0.79.0",
24-
"@react-native/typescript-config": "^0.79.0",
19+
"@react-native-community/cli": "17.0.0",
20+
"@react-native-community/cli-platform-android": "17.0.0",
21+
"@react-native-community/cli-platform-ios": "17.0.0",
22+
"@react-native/babel-preset": "0.80.0",
23+
"@react-native/metro-config": "0.80.0",
24+
"@react-native/typescript-config": "0.80.0",
2525
"@rnx-kit/jest-preset": "^0.1.17"
2626
},
2727
"engines": {

samples/NativeModuleSample/cpp-lib/example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"test:windows": "jest --config jest.config.windows.js"
99
},
1010
"dependencies": {
11-
"react": "19.0.0",
12-
"react-native": "0.79.3",
13-
"react-native-windows": "0.79.0"
11+
"react": "19.1.0",
12+
"react-native": "0.80.0",
13+
"react-native-windows": "0.80.0"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.25.2",
1717
"@babel/preset-env": "^7.25.3",
1818
"@babel/runtime": "^7.25.0",
19-
"@react-native-community/cli": "15.0.0-alpha.2",
20-
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
21-
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
22-
"@react-native/babel-preset": "^0.79.0",
23-
"@react-native/metro-config": "^0.79.0",
24-
"@react-native/typescript-config": "^0.79.0",
19+
"@react-native-community/cli": "17.0.0",
20+
"@react-native-community/cli-platform-android": "17.0.0",
21+
"@react-native-community/cli-platform-ios": "17.0.0",
22+
"@react-native/babel-preset": "0.80.0",
23+
"@react-native/metro-config": "0.80.0",
24+
"@react-native/typescript-config": "0.80.0",
2525
"@rnx-kit/jest-preset": "^0.1.17"
2626
},
2727
"engines": {

0 commit comments

Comments
 (0)