Is this a bug report?
Yes
Yes
Environment
react-native -v: 0.48.3
node -v: v6.8.1
npm -v: 3.10.8
yarn --version:
Then, specify:
- Development Operating System: macOS 10.12.4
Steps to Reproduce
(Write your steps here:)
- create a component, like this
class Root extends React.Component {
render() {
return (
<View style={{display: 'none'}}>
<Text>这是一个测试!</Text>
</View>
);
}
}
If the '<Text>' contains any Chinese characters, an exception is thrown.
Expected Behavior
Actual Behavior
(Write what happened. Add screenshots!)

Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v: 0.48.3node -v: v6.8.1npm -v: 3.10.8yarn --version:Then, specify:
Steps to Reproduce
(Write your steps here:)
If the '<Text>' contains any Chinese characters, an exception is thrown.
Expected Behavior
Actual Behavior
(Write what happened. Add screenshots!)
