Skip to content

Commit 646a346

Browse files
committed
fix: Pin to react-native 0.76.6
1 parent 403d618 commit 646a346

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
@@ -41,7 +41,7 @@
4141
"jest": "^29.7.0",
4242
"prettier": "^3.3.3",
4343
"react": "18.3.1",
44-
"react-native": "0.76.5",
44+
"react-native": "0.76.6",
4545
"release-it": "^17.10.0",
4646
"typescript": "~5.5.4",
4747
"typescript-eslint": "^8.13.0"

0 commit comments

Comments
 (0)