Walter Holohan

Results 90 comments of Walter Holohan

Also experiencing the same issue, we've had 31 crashes across 3 users

Do you think this will be fixed anytime soon by the GHA team?

@jackton1 I updated the action yaml file to ``` on: issue_comment: types: [created] name: Automatic Rebase jobs: rebase: name: Rebase if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps:...

@jackton1 ive changed to the above suggestion but still no luck. The rebase completed successfully but the actions did not get triggered. Does the PAT need certain permissions? Maybe its...

Thank you, It was an issue on my end. I was trying to test this out in a PR but when I triggered a rebase by adding a `/rebase` comment...

One weird observation is the timeline of when this happens on a users device. As you can see from the below screenshot it seems to happen at similar times every...

@oblador any idea what the error `user interaction is not allowed` means?

Same here, @alexZajac are you still maintaining this repo?

@abraaoz thank you, great solution

Maybe the above is a simpler solution to https://github.com/alexZajac/react-native-skeleton-content-nonexpo/pull/29