美文网首页
loading dependency graph done.

loading dependency graph done.

作者: war_ttccll | 来源:发表于2018-04-10 10:45 被阅读0次

    初始化项目出错 react-native init project

    1 添加文件index.android.js,文件内容如下

    /**

    * Sample React Native App

    * https://github.com/facebook/react-native

    * @flow

    */

    import React, { Component } from 'react';

    import {

      AppRegistry,

    } from 'react-native';

    AppRegistry.registerComponent('my1Project', () => setup);

    2 浏览器中输入http://localhost:8081/index.android.bundle?platform=android

    3 如果未正常退出 ctrl+c 强制退出,运行 react-native run-android

    相关文章

      网友评论

          本文标题:loading dependency graph done.

          本文链接:https://www.haomeiwen.com/subject/byyghftx.html