Phuong To

Results 18 comments of Phuong To

@jan-molak That's updated > [vjeux](https://github.com/vjeux) commented [on May 11](https://github.com/facebook/jest/issues/12496#issuecomment-1123973483) > I wanted to give an update, in order to address the maintenance concerns mentioned in this thread, Jest has been...

@DenianFossatti Im planning migrate to follow this guide https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Folder-structure from page objects pattern hope that helps

@Andarius Did you try this solution https://github.com/babel/minify/issues/934 ? it's working 💯 I noticed, the log message `Bugsnag loaded` can not remove. ``` module.exports = api => { const babelEnv =...

@Andarius and this will disable the RN console.log This log will not appear on Bugsnag

@Andarius this will remove all `console.log` and the log like this ![](https://user-images.githubusercontent.com/2460806/124128104-a86bde80-daa6-11eb-89a5-efd0bbd8edea.png)

@Andarius btw I have implemented the remove `console.log` as RN [document](http://reactnative.dev/docs/performance#using-consolelog-statements), it was working. But I saw `console.log` in [redux-persist](https://github.com/rt2zz/redux-persist/blob/master/docs/migrations.md) `migrate` method did not remove in production recently. See image,...

@Andarius sorry why do you want to do that?

@Andarius Let install a third-party package 🎉 Please see video, BEFORE and AFTER - all log are removed when I did as https://github.com/react-native-community/discussions-and-proposals/issues/308#issuecomment-872153032 https://user-images.githubusercontent.com/2460806/124147151-a448bc80-dab8-11eb-9be0-71f778eb8ffa.mov

IMHO, that's no problem when add a third-party lib, and `babel` is owner.

@gp3gp3gp3 it may help you, for refer there https://github.com/software-mansion/react-native-gesture-handler/pull/822/files