如何加快本机启动?

时间:2019-07-06 13:22:34

标签: react-native

我使用<?xml version="1.0" encoding="utf-8"?> <fragment xmlns:android="http://schemas.android.com/apk/res/android" xmlns:map="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/map" android:name="com.google.android.gms.maps.SupportMapFragment" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MapsActivity" /> 创建了一个react native应用。

然后我运行命令react-native init,它在显示react-native start之前在Loading dependency graph步骤停留20分钟

如何加快Loading dependency graph, done.步骤?

(我在Windows 10上,尝试在自己的设备上运行该应用程序)

1 个答案:

答案 0 :(得分:0)

第一个react-native init AppName

  

note =>仅在我们的设备中为创建构建APK运行第二条命令

第二react-native run-android秒,适用于android和ios react-native run-ios

然后运行react-native start