如何在github上运行react-native示例

时间:2016-12-07 09:49:27

标签: react-native-android

我是反应原生的新手。 我已阅读文档: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);

``` 但它没有用。 对不起,我的英语不好。 感谢阅读。

0 个答案:

没有答案