Navigation

    论坛 - React Native中文社区

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Search
    1. Home
    2. 求助专区
    Log in to post

    求助专区

    • C

      [Android]ListView怎么在代码里滚动到指定位置啊?
      • Cat  

      1
      0
      Votes
      1
      Posts
      1404
      Views

      No one has replied

    • C

      在ListView上加padding怎么反而padding出去了呢?
      • Cat  

      3
      0
      Votes
      3
      Posts
      2326
      Views

      C

      @sunnylqm ListView <ListView style={{padding:15}} dataSource={this.state.dataSource} renderRow= {this.renderRow}/>
    • 绯

      Android上有什么弹窗之类的控件吗?像AlertIOS, ActionSheetIOS这种的
      • 绯色流火  

      3
      0
      Votes
      3
      Posts
      2747
      Views

      tdzl2003

      我这里用react-native-simpledialog-android 这个组件,接口和AlertIOS比较类似,然后用一个特定平台实现的utils/alert.android.js 封装一下,就可以到处用了。
    • S

      React Native 的响应式方案是什么?
      • superjs  

      5
      0
      Votes
      5
      Posts
      4583
      Views

      S

      @sunnylqm 说:好的谢谢!
    • W

      react-native start 启不来。。
      • wcg  

      3
      0
      Votes
      3
      Posts
      4221
      Views

      W

      @sunnylqm xiexie,把http去掉 了。
    • J

      iOS TextInput的光标起始位置如何调整?
      • JYoung_Li  

      2
      0
      Votes
      2
      Posts
      2945
      Views

      tdzl2003

      加一点padding看看……?
    • W

      android虚拟机上如何调试?
      • wcg  

      4
      0
      Votes
      4
      Posts
      3814
      Views

      tdzl2003

      React Native目前的版本不支持React Dev Tools,所以React标签用不了,只能使用console.log和Source等功能
    • C

      [Solved]react-native run-android时报错:Could not find tools.jar
      • Cat  

      3
      0
      Votes
      3
      Posts
      6002
      Views

      C

      @sunnylqm 多谢 :)
    • R

      android 怎么加载本地图片资源?
      • rcy1122  

      4
      0
      Votes
      4
      Posts
      3677
      Views

      R

      @sunnylqm 这文档以前也看过,没弄对,这次居然对了,谢了!!!
    • J

      iOS如何屏幕适配?
      • JYoung_Li  

      1
      0
      Votes
      1
      Posts
      2348
      Views

      No one has replied

    • L

      windows构建android,怎么将静态资源(例如图片)引入项目
      • linghx  

      1
      0
      Votes
      1
      Posts
      1524
      Views

      No one has replied

    • M

      谁给几个react-native 的几个关键点参考,react-redux,router,热重载(免ios app store更新),界面启动动画,自定义app 场景链接,如何和web app url互相调用?
      • mayacger  

      3
      0
      Votes
      3
      Posts
      2648
      Views

      M

      非常期待,谢谢!!!
    • J

      求navigator和tabbar结合使用的Demo,parts里面的组件切换太卡
      • ja380156  

      1
      0
      Votes
      1
      Posts
      1337
      Views

      No one has replied

    • U

      运行react-native run-android出错,新手求帮助
      • undrizzle  

      2
      0
      Votes
      2
      Posts
      2743
      Views

      ericguo

      没取到或者解压出com.facebook.fresco,确保安装机器处于翻墙状态再试?
    • 纠

      有没有余杭这边的做react-native
      • 纠结的一笔叫什么呢  

      1
      0
      Votes
      1
      Posts
      1168
      Views

      No one has replied

    • N

      求一个二维码扫描组件 (iOS)
      • Napster  

      1
      0
      Votes
      1
      Posts
      1818
      Views

      No one has replied

    • K

      执行react-native start时报错
      • KennyTian  

      3
      0
      Votes
      3
      Posts
      3366
      Views

      晴明

      @KennyTian 说: TypeError: Cannot read property 'root' of null 这个错误一般是node_modules安装不全。删掉node_modules目录后重新npm install试试。
    • D

      没有用Text还是报相关的错,是ios和react版本问题吗?
      • denny  

      4
      0
      Votes
      4
      Posts
      3018
      Views

      Y

      我前两天也碰到和LZ一样的情况了,后来发现是我在atom里安装了一个自动format js文件格式的插件,这个插件每次js文件存盘的时候,自动把有关html的标签如<View>等改成< View>了,于是一运行就报这样的错误。 我把这个插件删除后就再没有报这个错误了。你可以检查一下存盘后的js文件,是不是相关的标签格式被修改了。
    • E

      启动报解析错误POM
      • elevensky  

      3
      0
      Votes
      3
      Posts
      2288
      Views

      E

      @sunnylqm 说: 切换maven源 新手,给个指导链接:bowtie:
    • N

      有没有ios和android的图片查看组件
      • Napster  

      2
      0
      Votes
      2
      Posts
      2031
      Views

      晴明

      貌似有个lightbox可以实现1、2点