Skip to content

Instantly share code, notes, and snippets.

View qinjia's full-sized avatar

KeepU qinjia

  • ShangHai
View GitHub Profile
@qinjia
qinjia / index.ios.js
Created November 14, 2016 09:33 — forked from Jpoliachik/index.ios.js
ReactNative LayoutAnimation Example
'use strict';
import React, {
AppRegistry,
Component,
StyleSheet,
Text,
View,
TouchableOpacity,
LayoutAnimation,
} from 'react-native';