Andrew Crites

Results 26 comments of Andrew Crites

This is a little bit complicated since the removal of spaces is used in part to build the package name for Android. I plan to refactor this so that the...

@juliangruber yes, I'm suggesting this as an enhancement

Thanks so much, seems like that does make it work! I honestly don't really understand the `target` / `module` stuff well ... are there any other consequences to changing these?

Actually `jest` / `ts-jest` (haven't narrowed it down) seem to require `commonjs` or else I'll get "Unexpected token import" when running tests. It's not a huge deal since I can...

@GeeWee can you explain a bit more about what you mean or provide an example repo?

For your jest configuration, can you also add `transform: { '^.+\\.js$': '/node_modules/react-native/jest/preprocessor.js' }`?

My issue was pretty silly ... I had actually set the syntastic settings _after_ Tsuquyomi was included which seemed to mess things up. Moving things around in my config a...

It seems like Viro React does not yet support React Native v0.60. I haven't been able to get it working for either iOS or Android in a React Native v0.60...

@sercanov do you have an example project I can look at where it's working with RN 60 for iOS?