0.0.1 • Published 8 years ago

youpin-rn-icon v0.0.1

Weekly downloads
4
License
ISC
Repository
-
Last release
8 years ago

youpin-rn-icon

自动提取字符对应表

Usage

依赖fontTools这个库,1.python ez_setup.py;2.easy_install fontTools

npm run build

example

import generator from "./fontConf";
export default class  IconExample extends Component {
    render() {
        return (
            <View style={styles.container}>
                <Text style={{fontFamily: 'FontIconQui',fontSize:30}}>{generator('arrow')}</Text>
            </View>
        )
    }
}

License

MIT

0.0.1

8 years ago