V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
zipspeed
V2EX  ›  分享创造

用 React Native 写的 iOS 应用,求吐槽

  •  
  •   zipspeed · 2016-05-28 08:14:00 +08:00 · 8397 次点击
    这是一个创建于 2888 天前的主题,其中的信息可能已经有所发展或是发生改变。

    http://v2ex.com/t/278525 的后续。

    应用现在已经通过苹果的公测审核。有兴趣参加公测的朋友可以在这边留下自己的邮箱。我这边随后统一发 TestFlight 邀请。

    28 条回复    2016-06-02 00:24:48 +08:00
    YUX
        1
    YUX  
       2016-05-28 09:00:16 +08:00 via iPhone
    yu.xiao.fr@gmail.com
    bumz
        2
    bumz  
       2016-05-28 09:01:11 +08:00 via iPhone
    bumfod ,谷歌家的邮件服务
    loveuqian
        3
    loveuqian  
       2016-05-28 10:29:06 +08:00
    winnie2012
        4
    winnie2012  
       2016-05-28 12:36:31 +08:00
    844372193#qq.com
    ivanlw
        5
    ivanlw  
       2016-05-28 13:42:44 +08:00
    ivanlw 艾特 163.com
    n37r06u3
        6
    n37r06u3  
       2016-05-28 13:59:39 +08:00
    用户名 @ gmail.com
    mopig
        7
    mopig  
       2016-05-28 14:20:10 +08:00 via iPhone
    leoaee#me.com
    metrue
        8
    metrue  
       2016-05-28 16:48:27 +08:00
    最近总遇到这个问题:

    [tid:main] Unable to resolve module ./containers/xxx from /Users/ming/Codes/xxx/app/router.js: Unable to find this module in its module map or any

    This might be related to https://github.com/facebook/react-native/issues/4968
    To resolve try the following:
    1. Clear watchman watches: `watchman watch-del-all`.
    2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.
    3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start -- --reset-cache`.


    然后按照 issue 的办法,其实没有用,搂住有什么经验嘛?
    wohenyingyu01
        9
    wohenyingyu01  
       2016-05-28 19:49:38 +08:00
    emoyOTk3OTI0NThAbGl2ZS5jb20=
    armysheng
        10
    armysheng  
       2016-05-28 19:51:26 +08:00
    [Id] @gmail.com
    zipspeed
        11
    zipspeed  
    OP
       2016-05-28 20:41:30 +08:00
    @metrue 唔好像我也遇到过,但是事实上是发现前面没有 import 对应的 component 进来, refactor 的时候马虎了
    zipspeed
        12
    zipspeed  
    OP
       2016-05-28 20:56:09 +08:00
    metrue
        13
    metrue  
       2016-05-28 21:01:45 +08:00
    @zipspeed 好的,我后来也不知道怎么的就 fix 了。
    zhaojjxvi
        14
    zhaojjxvi  
       2016-05-28 21:04:17 +08:00 via iPhone
    [ID] @gmail.com
    谢谢
    belin520
        15
    belin520  
       2016-05-28 21:27:31 +08:00
    最近刚好也开了个 react native 的新坑 https://github.com/BelinChung/react-native-hiapp
    SCaffrey
        16
    SCaffrey  
       2016-05-29 12:41:52 +08:00
    @wohenyingyu01 emoyOTk3OTI0NThAbGl2ZS5jb20= ? 求科普这是啥
    wohenyingyu01
        17
    wohenyingyu01  
       2016-05-29 13:11:24 +08:00   ❤️ 1
    @SCaffrey base64 ,反抓邮箱爬虫。。。
    nyanyh
        18
    nyanyh  
       2016-05-29 19:37:06 +08:00
    rebuilty at gmail
    wohenyingyu01
        19
    wohenyingyu01  
       2016-05-29 22:58:45 +08:00   ❤️ 2
    不太懂 react native ,但是为啥所有的二级链接点进去都是到 safari ,不可以用 navigation controller push 一个 webview 么,感觉这个软件就是一个浏览器书签……
    zipspeed
        20
    zipspeed  
    OP
       2016-05-30 12:01:22 +08:00   ❤️ 1
    @wohenyingyu01 这两者本质上没啥区别吧?我这边没有 KPI ,不需要考虑应用平均存留时间这种,不知道在里面封装个浏览器有啥好处……看苹果给不给过吧。不过数据图表那个是 Webview 实现的
    zipspeed
        21
    zipspeed  
    OP
       2016-05-30 12:04:15 +08:00   ❤️ 1
    @zhaojjxvi @nyanyh 邀请已发
    zipspeed
        22
    zipspeed  
    OP
       2016-05-30 12:10:04 +08:00   ❤️ 1
    @belin520 唔一个小问题, iOS 的 navigation bar 的那个毛玻璃效果有实现么?还是就没有管?
    wohenyingyu01
        23
    wohenyingyu01  
       2016-05-30 12:16:18 +08:00 via iPhone   ❤️ 1
    @zipspeed 嗯就是操作方便程度。比如我进了 safari 返回主页面就比较麻烦,双击 Home 切回去太傻了,左上角快捷返回只有 ios9 才有而且基本按不到...主要是返回之后 safari 页面还在,进多了之后 safari 全是你的页面,要手动一页一页划掉,尤其麻烦...不成熟的小建议哈
    zipspeed
        24
    zipspeed  
    OP
       2016-05-30 13:08:31 +08:00   ❤️ 1
    @wohenyingyu01 唔,新的 iOS 系统加了返回按钮的,可以从 Safari 直接跳回来。苹果意识到这点了。谢谢反馈,我再考虑考虑
    fayuntu
        25
    fayuntu  
       2016-05-30 14:07:37 +08:00 via Android   ❤️ 1
    [email protected] 用的平板,希望可以获得资格。
    zipspeed
        26
    zipspeed  
    OP
       2016-05-31 17:49:55 +08:00
    @fayuntu 邀请已发
    ransixi
        27
    ransixi  
       2016-05-31 22:45:24 +08:00
    xiubin
        28
    xiubin  
       2016-06-02 00:24:48 +08:00 via iPhone
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5352 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 07:34 · PVG 15:34 · LAX 00:34 · JFK 03:34
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.