FelipeBattistotti
Results
4
comments of
FelipeBattistotti
CI/CD para React Native
@peacechen This really solved it. Thanks a lot.
I have the same error!
Hello @rmocelin, The imports must be carried out in this way: ``` import 'moment' import 'moment/locale/pt-br' // language must match config import moment from 'moment-timezone' // only if timezone is...