mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 08:04:23 +08:00
Upgrade example app to react-native 0.40.0 (#638)
* Update sample to react-native@0.40 * Update compatibility with latest react-native * Fixed Merge Issues with CodePushDemoApp.xcscheme
This commit is contained in:
committed by
BO KANG
parent
90f0bb81d1
commit
ec5dba7386
@@ -92,7 +92,7 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 1
|
||||
versionName "1.0.0"
|
||||
versionName "1.0"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.codepushdemoapp"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0.0">
|
||||
android:versionName="1.0">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
|
||||
@@ -39,7 +39,7 @@ public class MainApplication extends Application implements ReactApplication {
|
||||
public ReactNativeHost getReactNativeHost() {
|
||||
return mReactNativeHost;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
|
||||
Reference in New Issue
Block a user