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 };
For anybody trying to achieve this seems like View.propTypes.style is deprecated while Text.propTypes.style is not.
View.propTypes.style