solkaz

Results 13 comments of solkaz

Are you using the release variant of your Android app?

What options should be allowed? Not sure how other apps handle this.

Either is generally fine, but if you need logic in your test configuration, then you'll definitely want to use JS over JSON. I tend to prefer JS over JSON (mostly...

I haven't tried, unfortunately. I am no longer actively using Detox or React Native, but I can try to help. Can you give examples of the errors you are getting?

Would you be able to share a repo that demonstrates these issues? Or could I see logs of the issues?

The typing issues could be either - You need to include `@types/jest` and `@types/jasmine`. You could also just fake their definitions (since they're used mostly for test setup); or -...

Which version are you using? and could you post an example repo?

`@types/detox` was updated to fix that issue in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/32248

Thanks for providing a repo! I am seeing the error when I run the `tsc` command: ```shell bash-3.2$ yarn tsc index.ts --lib ES2015 --noEmit yarn run v1.13.0 $ /.../detox-jest-typescript-error/node_modules/.bin/tsc index.ts...

I understand that and also don't appreciate having to do that; however I don't consider to be a major issue since it still checks if you're using the types from...