diff --git a/src/libs/actions/App.js b/src/libs/actions/App.js index b8be35aa1919..7500af6d829e 100644 --- a/src/libs/actions/App.js +++ b/src/libs/actions/App.js @@ -1,3 +1,6 @@ +// Do not remove this import until moment package is fully removed. +// Issue - https://github.com/Expensify/App/issues/26719 +import 'moment/locale/es'; import {AppState} from 'react-native'; import Onyx from 'react-native-onyx'; import lodashGet from 'lodash/get';