Skip to content

Commit 53c5b0b

Browse files
authored
fix: Make yarn v1 work with react-native-executorch (#131)
## Description Currently, we have react and react-native listed as a dependency in package.json. We also have it listed in devDependencies, which makes the yarn v1 fail when installing the package. Fixes #121 ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [x] iOS - [x] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 3d13ba9 commit 53c5b0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@
198198
"expo": "^52.0.37",
199199
"expo-asset": "^11.0.3",
200200
"expo-file-system": "^18.0.10",
201-
"react": "18.3.1",
202-
"react-native": "0.76.7",
203201
"react-native-live-audio-stream": "^1.1.1"
204202
}
205203
}

0 commit comments

Comments
 (0)