Skip to content

Commit b3511f8

Browse files
committed
Merge branch 'main' into feat/react-native-flags
2 parents a74f7fb + 646a346 commit b3511f8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/BUILD_ERROR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
render: json
3232
placeholder: >
3333
"dependencies": {
34-
"react-native": "^0.75.0",
34+
"react-native": "0.75.0",
3535
"react-native-nitro-modules": "^0.11.0",
3636
...
3737
},

bun.lockb

-8.96 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest": "^29.7.0",
4343
"prettier": "^3.3.3",
4444
"react": "18.3.1",
45-
"react-native": "0.76.5",
45+
"react-native": "0.76.6",
4646
"release-it": "^17.10.0",
4747
"typescript": "~5.5.4",
4848
"typescript-eslint": "^8.13.0"

0 commit comments

Comments
 (0)