
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
一个简单的时间格式化工具类,传入时间戳就OK,timeConvertUtil = (timestamp) => {let date = new Date(timestamp);let Y = date.getFullYear() + '-';let M = (date.getMonth() + 1 < 10 ? '0' + (da...
ReactNative 开发技术栈1.熟悉开发环境搭建及RN基础开发知识参考网址: https://reactnative.cn/建议使用IntelliJ IDEA作为开发工具2.熟悉 JavaScript 、CSS 及 ES6参考网址: http://www.w3school.com.cn/http://es6.ruanyifeng.com/3.熟悉ReactNative...
Behavior解决AppbarLayout惯性回弹以及RecyclerView加载更多后惯性滑动https://github.com/LzzzzzzC/Behavior?tdsourcetag=s_pctim_aiomsg
开发工作今天算是告一段落啦,经过这段时间的磨炼,简直啦,唉,不说啦,总结一下这段时间的踩坑经历。1. react native "RNCViewPager" was not found in the UIManager.第三方组件 (react-native-scrollable-tab-view) tab标签栏的ViewPager无法滑动方法论: htt...
/*** Sample React Native App* https://github.com/facebook/react-native** @format* @flow* @description 简单的登录页面(UI布局)*/import React, {Component} from 'react';//组件的引入import {StyleSheet,...
1.首先 npm install react-native-swiper2.其次 react-native link3.最后 引入下方的相关属性 ok<Swiperstyle={styles.swiper}//样式height={200}//组件高度loop={true}...
前几天不小心把react native 项目的引入的插件给更新了一下,然后某些组件(react-native-radio-button-group) 就kill掉啦,还好很快找到答案啦,而且这种问题,百度就基本没啥用,报错信息如下图片:这个实在该组件的issue里面找到的解决办法,在这附上链接,https://github.com/Abilashinamdar/react-native-radio
MainActivitypackage com.qh.xuezhimin.sort;import android.os.Bundle;import android.support.v7.app.AppCompatActivity;import android.support.v7.widget.GridLayoutManager;import android.support.v7....
mainpackage com.example.demomouth;import android.animation.AnimatorSet;import android.animation.ObjectAnimator;import android.content.Intent;import android.os.Bundle;import android.support.v7...







