-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
platform: Android4.3
simulator: Genymotion,Google Nexus 4, Android 4.3
react native version: 0.12.0
react-native-cli: 0.1.5
var React = require('react-native');
var {
StyleSheet,
Text
} = React;
var Test = React.createClass({
render: function() {
return (
<Text style={styles.text}>123123</Text>
);
}
});
var styles = StyleSheet.create({
text: {
letterSpacing: 20,
padding: 10,
backgroundColor: '#f00'
}
});
seems letterSpacing
and padding
is not supported
Metadata
Metadata
Assignees
Labels
Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.