RN之示例
Lu'Blog
人生的道路上,无论如何都回避不了现实的重重困难,事业、爱情没有永远的一帆风顺,家庭、学业没有真正的心想事成。但是,只要你不去推诿,不胆怯,保持信心满满,保持良好的心态和旺盛的精力,努力的奋进,你就一定会知道“发光并非太阳的专利,你也可以发光”。
展开
-
TimersView
TimersView.js import React from 'react'; import { StyleSheet, View, Text, Button, } from 'react-native'; var TimerMixin = require('react-timer-mixin'); export default class TimersV原创 2017-06-24 18:10:59 · 278 阅读 · 0 评论 -
DraggableView
DraggableView.js import React from 'react'; import { AppRegistry, View, Text, StyleSheet, Animated, PanResponder, } from 'react-native'; // 这是一个可拖拽的自定义控件 export default class Dra原创 2017-06-24 16:23:39 · 645 阅读 · 0 评论 -
AnimationStaggerView
AnimationStaggerView.js import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, Animated } from 'react-native'; const arr = []; for (var i = 0; i 500;原创 2017-06-24 11:24:42 · 291 阅读 · 0 评论 -
AnimationSpringView
import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, Animated, Image, Easing } from 'react-native'; const IMG_URI = 'https://s3.amazonaws.com/media-p.原创 2017-06-24 09:40:19 · 249 阅读 · 0 评论 -
AnimationParallelView
代码: import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, Animated, Image, Easing, TouchableHighlight, } from 'react-native'; // const IMG_URI = '原创 2017-06-24 10:23:32 · 279 阅读 · 0 评论 -
AnimationTing2
AnimationTing2.js import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, Animated, Image, Easing } from 'react-native'; const IMG_URI = 'https://s3.a原创 2017-06-23 22:44:36 · 262 阅读 · 0 评论 -
AnimationTing
完整代码: AnimationTing.js: import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, Animated, Image, Easing } from 'react-native'; const IMG_URI = 'htt原创 2017-06-23 16:35:37 · 250 阅读 · 0 评论 -
RefView
RefView.js import React, { Component } from 'react'; import { Animated, Easing, TextInput, Text, StyleSheet, View, } from 'react-native'; class RefView extends Component { // 构造原创 2017-06-26 10:38:40 · 510 阅读 · 0 评论 -
Touchable示例
例: import React from 'react'; import { AppRegistry, Text , TouchableHighlight, ToastAndroid, StyleSheet, View, TouchableNativeFeedback, TouchableOpacity, } from 'react-native'; //知识点:1 Tou原创 2017-06-26 15:31:27 · 509 阅读 · 0 评论