react-native-tooltips
react-native-tooltips copied to clipboard
React Native: Native Tooltip View
``` Could not determine the dependencies of task ':react-native-tooltips:compileDebugAidl'. > Could not resolve all task dependencies for configuration ':react-native-tooltips:debugCompileClasspath'. > Could not find com.github.florent37:viewtooltip:1.1.6. Required by: project :react-native-tooltips ```
Fix "Could not find com.github.florent37:viewtooltip:1.1.6." error on grade build.
I am getting these errors after upgrading my react native version from 0.63 to 0.66. 
Hi there! I've arrived here to report an issue with colors passed to the `RNTooltips` component. ## Context I've tried to apply a hex color to `tintColor` and `textColor`. It...
``` showTooltip(target, parent, text) { RNTooltips.Show( target, parent, { text: text, tintColor: '#ffffff', textColor: '#4a4a4a', textSize: 16, duration: 1000, corner: 8, clickToHide: true, autoHide: true, duration: 3 } ) }...
React-native : 0.61.2 getting error when i create release build with releaseAssemble What went wrong: Execution failed for task ':react-native-tooltips:verifyReleaseResources'. > 1 exception was raised by workers: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource...
For some reason, the package itself isn't available any more. Tried this via `yarn` and `npm`. Log: ``` $ yarn add react-native-tooltips yarn add v1.22.4 [1/4] 🔍 Resolving packages... error...
I have a react-native app working on Android and IOS. I've included the react-native-tooltip library. It is working perfectly on iOs but on Android the tooltip it is not displayed....
Hi @prscX, I am not able to figure out how would I really use RNTooltips API with functional components. Please guide. ``` null is not an object (evaluating 'RNTooltips.Show') Show...
Hello, I noticed that in the README file you have 'Note: Android SDK 27 > is supported'. Do you mean that earlier versions are not supported? I was able to...