
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
rn-tooltip
Advanced tools
Simple, lightwweight and blazing fast react native tooltip
Expo App if you want to try it out: https://expo.io/@andreixoc/RNTooltipTester
Code for the Expo app is here: https://github.com/andreiCalazans/rnTooltipTester
yarn add rn-tooltip
or
npm install rn-tooltip --save
import { Text } from 'react-native';
import Tooltip from 'rn-tooltip';
...
<Tooltip popover={<Text>Info here</Text>}>
<Text>Press me</Text>
</Tooltip>
backgroundColor
containerStyle
height
highlightColor
onClose
onOpen
pointerColor
pointerStyle
popover
actionType
width
withOverlay
overlayColor
withPointer
toggleWrapperProps
backgroundColor
sets backgroundColor of the tooltip and pointer.
Type | Default |
---|---|
string | #617080 |
containerStyle
Passes style object to tooltip container
Type | Default |
---|---|
object (style) | inherited styling |
height
Tooltip container height. Necessary in order to render the container in the correct place. Pass height according to the size of the content rendered inside the container.
Type | Default |
---|---|
number | string |
highlightColor
Color to highlight the item the tooltip is surrounding.
Type | Default |
---|---|
string | transparent |
onClose
function which gets called on closing the tooltip.
Type | Default |
---|---|
function | () => {} |
onOpen
function which gets called on opening the tooltip.
Type | Default |
---|---|
function | () => {} |
pointerColor
Color of tooltip pointer, it defaults to the
backgroundColor
if none is passed .
Type | Default |
---|---|
string | backgroundColor |
pointerStyle
Passes style object to tooltip pointer view
Type | Default |
---|---|
object (style) | inherited styling |
popover
Component to be rendered as the display container.
Type | Default |
---|---|
React.Element | null |
actionType
Flag to determine how the tooltip reacts to presses.
Type | Default |
---|---|
press or none or longPress | press |
width
Tooltip container width. Necessary in order to render the container in the correct place. Pass height according to the size of the content rendered inside the container.
Type | Default |
---|---|
number | number |
withOverlay
Flag to determine whether or not dislay overlay shadow when tooltip is open.
Type | Default |
---|---|
boolean | true |
overlayColor
Sets backgroundColor of the overlay.
Type | Default |
---|---|
string | rgba(250, 250, 250, 0.70) |
withPointer
Flag to determine whether or not dislay pointer.
Type | Default |
---|---|
boolean | true |
toggleWrapperProps
Drills TouchableOpacity Props down to the TouchableOpacity wrapper that toggles the Tooltip.
Type | Default |
---|---|
TouchableOpacityProps | {} |
MIT Licensed
FAQs
*Simple, lightwweight and **blazing fast** react native tooltip*
The npm package rn-tooltip receives a total of 13,615 weekly downloads. As such, rn-tooltip popularity was classified as popular.
We found that rn-tooltip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.