Hint
Hint component for displaying a tooltip over wrapped component
(code example)
note
You can either wrap a component or pass a specific targetFrame
Usageβ
Live Editor
<Hint visible={isVisible} message={'Message goes here'} color={Colors.red30} onBackgroundPress={() => setVisible(false)}> <Text>Text to hint</Text> </Hint>
Result
Loading...