Results 24 comments of Adam Ivancza

`detox reset-lock-file` seems to sorted the issue - will keep an eye on this in case it happens again!

@micahdasMA we have this step on Bitrise: ``` - script@1: timeout: 3600 inputs: - content: |- #!/usr/bin/env bash # fail if any commands fails set -e # debug log set...

that's great to hear @micahdasMA - happy that my suggestion helped :)

I think I found a fix for this issue - you'll need to update the node_modules>react-native-tooltips>android>build.gradle file and update the followings: - compileSdkVersion => change to the same that you're...