react-native-md-motion-buttons(iOS / Android)
我想用react-native( )重新创建此动画
安装
npm install react-native-md-motion-buttons --save
用法
import React , { Component } from ' react ' ;
import {
AppRegistry ,
StyleSheet ,
Text ,
View ,
Button
} from ' react-native ' ;
import { Login } from ' react-native-md-motion-buttons ' ;
class Home extends Component {
render () {
return (
< Text style = { styles . welcome }
1