We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22238a9 commit 5528d69Copy full SHA for 5528d69
example/android/app/src/main/java/com/example/MainApplication.java
@@ -22,6 +22,8 @@ public boolean getUseDeveloperSupport() {
22
protected List<ReactPackage> getPackages() {
23
@SuppressWarnings("UnnecessaryLocalVariable")
24
List<ReactPackage> packages = new PackageList(this).getPackages();
25
+ //RN0.60以下需要打开,注意导包JVerificationPackage
26
+ //packages.add(new JVerificationPackage());
27
return packages;
28
}
29
0 commit comments