Federico Grandi
Federico Grandi
I had this problem too, and I solved it by following the last comment, importing `TouchableOpacity` from `react-native` instead of `react-native-gesture-handler`
Sorry, what is this?
@danielwerg If I remember well, I added it because they help when validating user input, when you need to check whether the input is a valid operator, weapon, etc.
Related: https://github.com/JamesIves/github-pages-deploy-action/discussions/1210
Hi, can you post a link to the action run that shows that error?
Thanks for reporting that, I'll try to look into it as soon as I have some time ;)
Hi, it seems that this is a warning from https://github.com/JasonEtco/actions-toolkit, a library I'm using. It seems like the `HOME` environment variable is missing, are you using a custom runner?
Alright, I've opened an issue in the toolkit repo 👍🏻 https://github.com/JasonEtco/actions-toolkit/issues/160 Thanks for reporting that! @all-contributors please add @justanotheranonymoususer for their bug report
Oh ok, I get why this is happening As of now, the action uses the token only when the `before` tag is used for the `file-url` input, in order to...
Makes sense! I'll add it when I have some time to work on it 👍🏻 In the meanwhile, I guess that setting it to `" "` should work the same