i have component with a simple structure and a somewhere inside the tree for which i want to pass in a style. Which works perfectly but for the proptyp
As the passed style prop is for the Text node, use Text.propTypes.style as shown below...
Text.propTypes.style
Component.propTypes = { style: Text.propTypes.style };