onPressOut Not detected on Published App!

I’m currently mimicing a feature, very similar to how Snapchat’s camera works(on quick tap, snap photo. On long press, record video). Everything seems to be working perfectly when ran locally, but when published, the published version doesnt seem to respond to the TouchableOpacity’s onPressOut function I have…

It’s only after a second tap(whether it’s a long press or not), that it runs the onPressOut function.

Any input on what might be going on(differences of locally ran apps & published apps would be greatly appreciated) or if there is a better way to approach the snapchat camera mimic? Thanks!