<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title> 码途山海.智隐长卷 - 移动开发</title>
    <link>http://www.newxin.tech/bbs/forum.php?mod=forumdisplay&amp;fid=52</link>
    <description>Latest 20 threads of 移动开发</description>
    <copyright>Copyright(C)  码途山海.智隐长卷</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 04 May 2026 17:55:14 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.newxin.tech/bbs/static/image/common/logo_88_31.gif</url>
      <title> 码途山海.智隐长卷</title>
      <link>http://www.newxin.tech/bbs/</link>
    </image>
    <item>
      <title>关于RN0.62的坑</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=246</link>
      <description><![CDATA[1、安装react-native-code-push之后，调试运行总是报错，提示找不到reactp-native-code-push    经过多次尝试，包括用新建项目、从git退回到很早以前的项目，耗费几天时间，发现是安装了react-native-svg,react-native-svr-url就不行，去掉svg相关的两个组件即可调试运 ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Sun, 21 Jun 2020 05:15:44 +0000</pubDate>
    </item>
    <item>
      <title>react-native run-android，强制rn版本号</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=241</link>
      <description><![CDATA[命令行查看react-native版本号：react-native --version　　打开android/app/build.gradle　　找到： \'com.facebook.react:react-native:+\'　　修改为：　　 (\&quot;com.facebook.react:react-native:0.57.8\&quot;) { force = true }　　0.57.8替换你自己的react-native版本号
 ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Fri, 13 Dec 2019 06:15:13 +0000</pubDate>
    </item>
    <item>
      <title>xcode 10.3 react-native run-ios提示找不到模拟器解决办法</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=239</link>
      <description><![CDATA[1、找到文件.node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js[/backcolor]2、找到：[/backcolor]
改为[/backcolor]



[/backcolor]]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Wed, 11 Sep 2019 14:21:56 +0000</pubDate>
    </item>
    <item>
      <title>React Native 日常报错 \'config.h\' 与libfishhook.a file not found</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=232</link>
      <description><![CDATA[一、 日常报错：\'config.h\' file not found

clean the project and build again, the error is gone其实执行 .sh 命令之后Terminal界面的一些处理流程，我们不难看出，这个命令是check .h头文件的引用情况，然后建立关联关系.

二、日常报错：RCTWebSocket.a 不能找到l ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Mon, 05 Nov 2018 03:40:27 +0000</pubDate>
    </item>
    <item>
      <title>如何将React Native 项目运行在 Web 浏览器上面</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=223</link>
      <description><![CDATA[React Native 的出现，让前端工程师拥有了使用 JavaScript 编写原生 APP 的能力。相比之前的 Web app 来说，对于性能和用户体验提升了非常多。但是 React Native 的代码只兼容两个平台（iOS 和 Android），并没有兼容 Web 端访问。这里是因为 Facebook 开发人员认为 Web ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Fri, 27 Jul 2018 13:43:27 +0000</pubDate>
    </item>
    <item>
      <title>React Native 生成APK等</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=222</link>
      <description><![CDATA[一、开始安装命令工具：       npminstall -g create-react-native-appnpm install -g react-native-cli建立项目：              create-react-native-app AwesomeProject指定版本：react-native init demo --verbose --version 0.55.4查看版本等：       React-nativei ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Fri, 27 Jul 2018 13:38:34 +0000</pubDate>
    </item>
    <item>
      <title>APP开发可能使用的技术</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=219</link>
      <description><![CDATA[1、React Native
2、Redux
3、PostCss
4、WebPack]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Wed, 16 May 2018 10:50:35 +0000</pubDate>
    </item>
    <item>
      <title>Ionic基本介绍</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=213</link>
      <description><![CDATA[1.Ionic基本介绍，Ionic是什么？
Ionic 是一款基于Angular、Cordova的强大的 HTML5移动应用开发框架 , 可以快速创建一个跨平台的移动应用。可以快速开发移动App、移动端WEB页面、微信公众平台应用，混合app web页面。

2.Ionic和Cordova(phonegap)、Angular有着怎样的关 ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Tue, 23 Jan 2018 05:54:47 +0000</pubDate>
    </item>
    <item>
      <title>H5实现APP和原生方式有多大差距，多少坑？JS才是王道！</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=162</link>
      <description><![CDATA[纯H5的APP，虽然开发起来要比纯原生开发畅快的多，但最终效果和性能还是和原生比起来还是有很多问题，主要聚集在以下几个方面： 

1、动画 

动画有很多种，比如侧边栏菜单的滑入滑出、元素的响应动画、页面切换之间的过场等等，在H5之下的众多实现方法都没有办法达到纯 ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Fri, 15 Jul 2016 07:21:34 +0000</pubDate>
    </item>
    <item>
      <title>Android移动APP开发笔记——最新版Cordova 5.3.1（PhoneGap）搭...</title>
      <link>http://www.newxin.tech/bbs/forum.php?mod=viewthread&amp;tid=159</link>
      <description><![CDATA[引言
简单介绍一下Cordova的来历，Cordova的前身叫PhoneGap，自被Adobe收购后交由Apache管理，并将其核心功能开源改名为Cordova。它能让你使用HTML5轻松调用本地API接口和发布应用到商店的应用开发平台。有低成本，低开发周期，轻量化等优点。它统一封装了Andriod，IOS ...]]></description>
      <category>移动开发</category>
      <author>lzg</author>
      <pubDate>Wed, 06 Jul 2016 07:05:55 +0000</pubDate>
    </item>
  </channel>
</rss>