react-native-button

码农软件 · 软件分类 · React 开源项目 · 2019-04-28 11:56:34

软件介绍

react-native-button 是 React Native 的按钮扩展。

示例:

var Button = require('react-native-button');
var React = require('react-native');
var ExampleComponent = React.createClass({
  render() {
    return (
      <Button style={{color: 'green'}} onPress={this._handlePress}>
        Press Me!
      </Button>
    );
  },
  _handlePress(event) {
    console.log('Pressed!');
  },
});
module.exports = ExampleComponent;


本文地址:https://www.codercto.com/soft/d/4564.html

Mastering Regular Expressions, Second Edition

Mastering Regular Expressions, Second Edition

Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95

Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换