Hacker News new | ask | show | jobs
by nicoburns 2169 days ago
I think they're suggesting something hooking into webpack to override all imports of TouchableOpacity with your version. Or you could even monkey patch it in at runtime.
1 comments

I was referring to monkey-patching, yes, just overwrite that function.