Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native之启动流程 | Poetry's Blog #166

Open
poetries opened this issue Oct 3, 2019 · 0 comments
Open

React Native之启动流程 | Poetry's Blog #166

poetries opened this issue Oct 3, 2019 · 0 comments

Comments

@poetries
Copy link
Owner

poetries commented Oct 3, 2019

http://blog.poetries.top/2019/10/02/rn-start-progress/

JS程序的入口,将当前APP对象注册到AppRegistry组件中,AppRegistry组件是js module import { AppRegistry } from 'react-native' ...省略代码 AppRegistry.registerComponent('demo', () => Index) 启动流程 我们新建一个RN的项目,在原生代码中会生

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant