``` const styles = StyleSheet.create({}); const Hello = React.createClass({ render: function() { return <Text style={styles.name}>Hello {this.props.name}</Text>; } }); ``` Should throw a warning regarding `styles.name`