Jason Ma

Results 13 comments of Jason Ma

Yep right now the majority of the tests are using a mock for `axios` so we don't actually make the network calls. The issue I want to solve is how...

That's unfortunate. It was working before 3.0.0. Just curious, what was the main driver for adding the mocks for the networking calls? Maybe for now I can separate out the...

Yeah, even better would be a way to enable/disable in the code so we can turn it on or off for specific tests. I went down the route of separating...

Would be reasonable to support up to RN 42 (before the fiber stuff)? Seems super valuable to get this in and then maybe tackle the fiber changes separately? Also happy...

@RealOrangeOne I've pulled the rewrite branch and I was trying to get it running for the latest RN (0.49) and react 16. I think I got it working but there...

@RealOrangeOne opened a PR into your `rewrite` branch #151

I think the core APIs that need to be tested are as follows: - [ ] AccessibilityInfo - [ ] ActionSheetIOS - [ ] Animated - [ ] LayoutAnimation -...

I believe the way that RN is doing it with jest is a good guideline of how to get these APIs working. https://github.com/facebook/react-native/blob/master/jest/setup.js

I needed to set `flex: 1`. Does that work for you guys?

IntelliJ is now public with react native debugging support. https://www.jetbrains.com/idea/whatsnew/#v2016-3-react-native