240 发简信
IP属地:海南
  • Resize,w 360,h 240
    iOS组件化(利用CocoaPods创建私有库)

    1.创建私有库用来存放索引文件 2.本地索引库和远程索引库关联 通过pod repo add <本地索引库的名字> <远程索引库的地址>命令 3...

  • Resize,w 360,h 240
    code-push和code-push-server热更新上传到七牛云及阿里云

    自建 CodePush 服务 CodePush 服务主要分为三个部分:服务端、客户端、React Native 项目。 一、服务端 服务端需要使...

  • ReactNative 真机运行卡在Runing1 of 1 custom shell scripts

    Xcode真机运行ReactNative项目一直卡在Runing1 of 1 custom shell scripts问题 原因 就是react...

  • 解决iOS2.1大礼包问题

    直接回复以下内容不需要重新提交,楼主回复后第二天就通过审核

  • iOS摇骰子动画

    效果演示 动画开始 delegate 骰子滚动到相应的号码

  • React Native Flast 刷新及加载更多

    1.FlastList.tsx代码 2. ListFooterComponent.tsx代码 3. ListEmptyComponent.tsx代码

  • React Native 网络请求封装ajax

    1.新建Fetch.tsx(作者采用的是TypeScript) 2.创建RequestHelper.ts 3.使用RequestHelper