我是反应原生的新手。 我已阅读文档:https://facebook.github.io/react-native/docs/button.html#examples
我的问题是:如何在https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/js/ButtonExample.js
中运行文件ButtonExample.js我尝试在“index.android.js”文件中设置一些内容: ```
import React, {Component} from 'react';
import {
AppRegistry,
} from 'react-native';
import {examples} from './examples';
AppRegistry.registerComponent('examples', () => examples);
``` 但它没有用。 对不起,我的英语不好。 感谢阅读。