文章分类 - ReactNative
摘要:源码如下: import React, { Component } from 'react'; import { Text, View, StyleSheet, FlatList, Image } from 'react-native'; const REQUEST_URL = "https://r
阅读全文
摘要:代码A import React, { Component } from 'react'; import { Text, View, StyleSheet } from 'react-native'; class App extends React.Component { render() { re
阅读全文
摘要:源码如下 /** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow */ import React from 'react'; import { SafeAreaView,
阅读全文
摘要:1. 安装JDK,并配置相应的环境变量 变量名:JAVA_HOME 变量值:C:\Program Files\Java\jdk12.0.1 变量名:CLASSPATH 变量值:.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar; 找到 path 双击
阅读全文
摘要:自定义组件 列表视图 加载网络数据 进阶版本
阅读全文
摘要:1. brew update && brew doctor 如果需要安装xcode命令行就执行以下语句 xcode-select --install 2. brew install watchman 3. brew install flow 4. npm install react-native-c
阅读全文
摘要:1 . ReactiveNative安装 2. ReactiveNative基本控件的使用 2.1
阅读全文

浙公网安备 33010602011771号