Importing NativeMethodsMixin #19936
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
8000
I'm trying to use a third party component, react-native-text-gradient, but am getting a warning in my console as follows:
It seems that doing
import NativeMethodsMixin from "react-native";
returns undefined. I've created an issue in that repo, but in researching further it seems thatNativeMethodsMixin
is perhaps not exposed outside of the core library.I've also tried updating how the lib's importing NativeMethodsMixin as per @hramos's proposal in this similar/closed issue:
But that throws:
The text was updated successfully, but these errors were encountered: