Caleb / 김영재
Caleb / 김영재
The only string changed in the code is "kor":"" -> "kor":"왈리스 푸투나" which is hard to see because the entire file is minified.
Related issue: [#1752](https://github.com/cboard-org/cboard/issues/1752) - Fix the `checked={this.state.enableQuietBuilderMode}` to `checked={this.state.quietBuilderMode}`
## Problem Description When using `react-native-safe-area-context`'s `SafeAreaView` with React Navigation headers, extra spacing appears between the header and content on iOS. This doesn't happen when using `react-native`'s built-in `SafeAreaView`. ##...