-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note: On iOS, if the app gets to the "Connecting..." stage and mostly hangs, not responding when you tap one of the bottom tabs, try stopping and starting Metro a.k.a. `yarn start`. - Ask `jest-expo` to resolve `react-test-renderer` to the right version for `react`/`react-native`. - Limit `react-native-reanimated` to <2.3.0. I encountered an error like the one reported at software-mansion/react-native-reanimated#2702 . I don't know what's causing it, but there's reportedly some interaction with expo@43.x, which we recently added. See software-mansion/react-native-reanimated#2702 (comment) . We don't need 2.3.0 or later, for now. We can investigate more later, when we do need it. At that time, we may be on a later version of `expo`. - For a simple way to make sure we're not affected by CVE-2022-0235, we wanted to avoid bringing in node-fetch at one of the affected versions. According to GHSA-r683-j2x4-v87g those are >= 3.0.0, < 3.1.1 < 2.6.7 Unfortunately, there's still one chain, through `expo`, that's bringing in node-fetch@1.7.3; see expo/expo#16023 (comment)
- Loading branch information
1 parent
6c20a41
commit 7118abb
Showing
3 changed files
with
826 additions
and
1,017 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.