react-native-tooltip
react-native-tooltip copied to clipboard
Error: Invariant Violation, Native component does not exist
Plugin gives error native component does not exist, please check screenshot attached
Versions: react-native-cli: 2.0.1 react-native: 0.51.0

Read the docs, you didn't link the native libs in Xcode properly
I linked the library with react-native link command because I am not using Xcode. I am using ubuntu operating system and i want to make the plugin work with an android application.
Any hints?
@NadaBayoumy, sadly this is an iOS only library, it does not have support for Android
@enahum Thanks