一天前
一天前
有图标呀 toolbar 不能为空
你传入的是秒还是毫秒
This is a very obvious bug. The horizontal flying method not handles Android P, while the vertical flying method handles Android P. This is an obvious error in the code...
this is a example [https://snack.expo.dev/@onedayago/5d6856](url) @cortinico The problem may not be easy to reproduce. Below, I have intercepted two different handling codes for velocity X and velocity Y in scroll...
> 数据刷新页面的处理在这个逻辑里面 super.onResume(); create.setVisibility(View.VISIBLE); //右下角的创建按钮显示出来 dataList = LitePal.findAll(Plan.class); Calendar calendar = Calendar.getInstance(); //获得今天的时间 calendar.setTimeZone(TimeZone.getTimeZone("GMT+8:00")); String year = String.valueOf(calendar.get(Calendar.YEAR)); String month = String.valueOf(calendar.get(Calendar.MONTH)+1); String day = String.valueOf(calendar.get(Calendar.DATE)); if(dataList.size() > 0){ todayList.clear();...
问题不在 react native screen,在 react native 处理 Zindex 的问题,在react navigation 中处理 bottomTabView 那里 style={[StyleSheet.absoluteFill, { zIndex: isFocused ? 0 : -1 }]} 有通过 Zindex 去修改视图的层级,导致的问题