Skip to content

Commit

Permalink
fix: 빌드 오류 수정을 위한 sentry 비활성화 및 i18n 설정 추가 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyouung authored Sep 27, 2024
1 parent 88a3e66 commit f4a2c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default {
"@sentry/react-native/expo",
{
url: "https://sentry.io/",
enabled: false,
},
],
],
Expand Down
1 change: 1 addition & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const resources = {
};

i18n.use(initReactI18next).init({
compatibilityJSON: "v3",
resources,
lng: getLocales()[0].languageCode,
fallbackLng: "en",
Expand Down

0 comments on commit f4a2c02

Please sign in to comment.