随笔分类 -  React-Native

该文被密码保护。
posted @ 2018-07-11 10:35 寒夜美美 阅读(2) 评论(0) 推荐(0)
摘要:一、添加MyIntentModule类,并继承ReactContextBaseJavaModule实现其方法和构造函数。在该类中添加方法,注意:方法头要加@ReactMethod public class MyIntentModule extends ReactContextBaseJavaModu 阅读全文
posted @ 2018-05-27 21:28 寒夜美美 阅读(3481) 评论(0) 推荐(0)
摘要:参考资料:http://reactscript.com/react-native-card-carousel-component/ import React, {Component} from 'react';import { StyleSheet, Text, Image, View} from 阅读全文
posted @ 2018-05-27 21:03 寒夜美美 阅读(500) 评论(0) 推荐(0)
摘要:第一步: npm i -S react-native-af-video-player(安装前:先安装: react-native-video、react-native-keep-awake、react-native-vector-icons、react-native-orientation、reac 阅读全文
posted @ 2018-05-27 20:55 寒夜美美 阅读(3751) 评论(9) 推荐(0)
摘要:第一步首先创建ReactNative 模块类继承ReactContextBaseJavaModule package com.mixture; import android.content.Context; import android.widget.Toast; import com.facebo 阅读全文
posted @ 2018-04-30 22:37 寒夜美美 阅读(373) 评论(0) 推荐(0)