-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
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:
- Target Platform: iOS
- Development Operating System: macOS 10.12.4
- Build tools: Xcode
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
moughxyz, messense, Mathew79, laurent22, Norfeldt and 3 more
Metadata
Metadata
Assignees
Labels
StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.