react-native-tip icon indicating copy to clipboard operation
react-native-tip copied to clipboard

React Native popup tip utility

Results 7 react-native-tip issues
Sort by recently updated
recently updated
newest added

## 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 ![image](https://user-images.githubusercontent.com/2031472/158722430-8a3299d0-4100-447b-8444-c67ef8894b51.png) How do I make `react-native-tip` to...

![1zJ7wqXcOGo](https://user-images.githubusercontent.com/49521201/141614920-b61ca205-1f28-4513-94b7-32a585889084.jpeg)

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...