react-native-tip
react-native-tip copied to clipboard
React Native popup tip utility
## Problem Issue is as described in #4, I can see that it was marked as completed but not resolved unless the fix has not been published yet. ## Resolution...
Currently, I added tip view below textinput and I am showing tip if user enters more than 30 letters, The issue is it drops the keyboard, An as soon as...
Error: ``` No overload matches this call. Overload 1 of 2, '(props: ITipProvider | Readonly): TipProvider', gave the following error. Type '{ children: Element; }' has no properties in common...
This is only happening on android devices when i click on the button that is wrapped in . It showing the duplicated button right below the wrapped button This is...
**How to reproduce** 1. click tip 2. close 3. go from portrait to landscape 4. click tip again 5. the tip is misplaced  How do I make `react-native-tip` to...

Experiencing this error: ``` Invariant Violation: [2963,"RCTView",11,{"position":"absolute","width":102,"height":44,"top":"","left":75,"transform":[{"translateX":-51},{"translateY":-22}],"justifyContent":"center","alignItems":"center"}] is not usable as a native method argument This error is located at: in RCTView (at TipProvider.js:416) in RCTView (at AppContainer.js:101) in RCTView...