Hacker News new | ask | show | jobs
by jmtaber129 2172 days ago
I'm not sure I totally understand your question. Could you elaborate?
1 comments

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.
I was referring to monkey-patching, yes, just overwrite that function.