
React Native
文章平均质量分 69
user_define_race
这个作者很懒,什么都没留下…
展开
-
React native props state 初步学习-day1
import React,{Component} from 'react'; import {AppRegistry,Text,Image,View} from 'react-native' class MyBlink extends Component{ constructor(props){ super(props); this.state = {showText:t原创 2017-08-06 00:28:34 · 470 阅读 · 0 评论 -
react-native 样式&宽高&flex-day2
import React,{Component} from 'react'; import {AppRegistry,Text,Image,View,StyleSheet} from 'react-native' class HelloWorldTest extends Component{ render(){ return ( aaaa原创 2017-08-07 20:38:55 · 235 阅读 · 0 评论 -
react-native 史上最搓的登陆注册
import React,{Compontent} from 'react'; import{ AppRegistry,StyleSheet,Text,View,Dimensions,TextInput }from 'react-native'; let widthOfMargin = Dimensions.get("window").width*0.05; export default c原创 2017-08-18 21:11:35 · 777 阅读 · 0 评论 -
react-native android 原生通信
import React from 'react'; import { Button, Image, View, Text,DeviceEventEmitter,ToastAndroid } from 'react-native'; import { createStackNavigator, createAppContainer } from 'react-navigation'; // 1....原创 2019-02-13 00:06:52 · 430 阅读 · 0 评论