Currently we can do this ```jsx <View header.title="text"/> ``` but not ```jsx <View> <header.title>text</header.title> </View> ```