Michael Knoch

Results 28 comments of Michael Knoch

any progress on this? would be super nice to have

i started implementing my own cli in swift 😄 , if you are interested i can publish it on github @Mehonoshin

the solution from @ajcrites seems to work, but now everything mocked with jest.mock seems to break for some reasons. Is there any known breaking change related to that?

still running into `Couldn't find preset "module:metro-react-native-babel-preset"` with 0.47.0

I fixed most of my tests by moving mocks to `__MOCKS__` directory instead of mocking dynamically in the test itself. @hanford

Interesting find @idzharbae , I think the same is happening for us. It usually works with my slower home internet but fails with the gigabit connection on CI.

I think most of the Intl APIs are now working with hermes @dwxw . We are still using JSC for iOS because we see significantly lower memory usage (which is...