240 发简信
IP属地:西藏
  • 2025-08-13 ios原生集成rn,添加assets图片资源

    assets目录: 选择Build Phases ---> Copy Bundle Resources 点击 + 号 ---> Add Oth...

  • 2025-04-14 react-native phone、ipad竖屏适配,亲测有效

    // utils/sizeUtils.ts import {Dimensions,Platform,PixelRatio, ScaledSize...

  • 2023-03-24 react-native第三方框架

    react-native-keyboard-controller[https://github.com/kirillzyusko/react-n...

  • 2022-11-18 ant-design/pro-components基础使用

    import services from '@/services/demo'; import { ActionType, FooterTool...

  • 2022-04-25 react-native获取刘海屏的高度

    android和ios都支持 import Reactfrom 'react'; import { StyleSheet, Text, View...

  • Resize,w 360,h 240
    2021-11-09 React-Native PanResponder描述

    最近想封装一个滑动组件给项目其他组件使用,React Native官方文档中就PanResponder的使用有做大致的讲解,同时网上也有各种关于...

  • 2021-08-06 onActivityResult在React-Native使用

    import android.app.Activity; import android.content.Intent; import andro...

  • 2021-08-05 Android 调用应用系统所有应文件类型

    调用系统应用分享使用方法:https://www.jianshu.com/p/4f51f7ef673c 分享其他文件,需要找到对应文件类型,如下...

  • 2021-08-05 Android打开应用系统并分享PDF

    1.获取下载的路径 File file = new File(getCurrentActivity().getFilesDir(), "")...