Skip to content

Commit

Permalink
Make it working with last React Native stable version (Anthonyzou#12)
Browse files Browse the repository at this point in the history
Update to react native 0.60
  • Loading branch information
gregogalante authored Feb 4, 2021
1 parent 52d3db4 commit c0c1e2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.facebook.react:react-native:0.20.+'
compile 'com.facebook.react:react-native:0.60.+'

}
buildscript {
Expand Down
1 change: 0 additions & 1 deletion android/src/main/java/com/rn/full/screen/FullScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import android.content.IntentFilter;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.v4.net.ConnectivityManagerCompat;
import android.view.View;

import com.facebook.react.bridge.LifecycleEventListener;
Expand Down

0 comments on commit c0c1e2e

Please sign in to comment.