Lasse Nørfeldt
Lasse Nørfeldt
@fraindz suggestion is really good - however I believe I'm facing issues with `jest-environment-jsdom-sixteen` not kicking in correctly. Because it works just fine when I do `yarn jest:test` (same as...
+1 It would be sorta like: https://atom.io/packages/refactor
@bahmutov I think I got a similar issue [NOT able to set PERCY_TOKEN via package script](https://stackoverflow.com/questions/66333245/not-able-to-set-percy-token-via-package-script/66398934#66398934) I have been trying really hard to set the `PERCY_TOKEN` on a local test...
@jamonholmgren ```sh $ npx ignite-cli new PizzaApp --expo $ cd PizzaApp $ yarn test:e2e yarn run v1.22.17 $ ./bin/downloadExpoApp.sh && detox test --configuration ios.sim.expo detox[21929] INFO: [test.js] configuration="ios.sim.expo" useCustomLogger=true DETOX_START_TIMESTAMP=1642198819479...
@flohhhh > My `babel.config.js` file: > > ```js > > module.exports = function (api) { > > api.cache(true); > > return { > > presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'], > > ......
> I will try to work on that next week Don't know if this would be of any help @mdjastrzebski . I'm using this: ``` expect.extend({ // should be replacable...
I too have problems with the android icon size. When launching the app it zooms in the adaptive icon and it becomes clear that it's low res.  I...
Thank you for the link to the thread 👍
@matt-oakes Here is a repo showing how it breaks after upgrading to jest 28 https://github.com/Norfeldt/expo-46-with-jest-rtnl-reanimated When I try to run it in my private repo with jest ~26 it blows...
It's not missing a repo. I provided a minimal example repro that reproduce the issue.