---
tags: native
---
# ToolTips + Prop Inheritiance
## Platform Differences
* Win32 and Windows - do we use an internal tooltip service, like RNW uses for the tooltip prop on View. Or do we roll our own tooltip with delayed rendering/visibility using a callout?
* MacOS?
* Mobile platforms?
## Control vs Prop
* Does a wrapping control (perhaps backed by a View) make sense?
* If it's a prop, is it inherited from View
## Prop Inheritance
* Should FURN controls extend the props from stock View, Image, and Text?
* What about platform specific behaviors and props?
* We don't currently do per-platform bundling to account for platform differences, so what happens when we want ViewWin32 behaviors on one platform, but not another. [Someone check me on this]