Giter VIP home page Giter VIP logo

androidtorn's Issues

model中含有TextInput,TextInput无法获取焦点,弹出软键盘,有没有解决办法??

<ModalView
close={this.close}
visible={this.state.visible}
customerlayout={{flex: 1,}}
contentView={this.renderContent}/>

弹出层renderContent### ,含有TextInput,无法弹出软键盘

renderContent = () => {
return (
<View style={{
width: width-200,
height: 100,
flexDirection: 'row',
alignItems: 'center',
backgroundColor: 'white'
}}>
<TextInput
autoFocus={true}
placeholder={'1111'}
maxLength={3}
onChangeText={(text) => {
console.log('text', text);
}}
style={{padding: 0, }}
/>

)
};

大神有啥解决办法吗

RN视图是空白的

跑了一下工程,原生的可以跑起来,跳转到RN视图的时候没东西是空白的。也没有报错

如何进行热更新打包?

由于当前工程是一个原生工程,结构和原有RN不同,运行打包命令后报: no such file or directory, lstat 'android/app'
那么请问应该如何打包呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.