We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
here is source code ,i just add a letterSpacing attribute
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View } from 'react-native'; export default class AwesomeProject extends Component { render() { return ( <View style={styles.container}> <Text style={styles.welcome}> Welcome to React Native! </Text> <Text style={styles.instructions}> To get started, edit index.android.js </Text> <Text style={styles.instructions}> Double tap R on your keyboard to reload,{'\n'} Shake or press menu button for dev menu </Text> </View> ); } } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF', }, welcome: { fontSize: 20, textAlign: 'center', margin: 10, }, instructions: { textAlign: 'center', color: '#333333', marginBottom: 5, letterSpacing:3333 }, }); AppRegistry.registerComponent('AwesomeProject', () => AwesomeProject);
using rn version 3.6 ,android platform. this atrri is worked on rn offical website,but not worked on real device ,so this is a bug definitely
The text was updated successfully, but these errors were encountered:
letterSpacing has not landed on Android: #9420
letterSpacing
Sorry, something went wrong.
thanks @leeight
so why not just close this one?
close #10622
See also #13199
No branches or pull requests
here is source code ,i just add a letterSpacing attribute
using rn version 3.6 ,android platform.
this atrri is worked on rn offical website,but not worked on real device ,so this is a bug definitely
The text was updated successfully, but these errors were encountered: