Skip to content

Commit

Permalink
Revert react-native-screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Urmeev committed Dec 28, 2020
1 parent cc863b2 commit b70b20f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion DemoApp/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ android {
}

dependencies {
implementation project(':react-native-screens')
implementation project(':react-native-gesture-handler')
implementation project(':appcenter')
implementation project(':appcenter-analytics')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.util.Log;

import com.facebook.react.ReactApplication;
import com.swmansion.rnscreens.RNScreensPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
Expand Down Expand Up @@ -37,7 +36,6 @@ public boolean getUseDeveloperSupport() {
protected List<ReactPackage> getPackages() {
return Arrays.asList(
new MainReactPackage(),
new RNScreensPackage(),
new RNGestureHandlerPackage(),
new ImagePickerPackage(),
new RNFSPackage(),
Expand Down
2 changes: 0 additions & 2 deletions DemoApp/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
rootProject.name = 'DemoApp'
include ':react-native-screens'
project(':react-native-screens').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-screens/android')
include ':react-native-gesture-handler'
project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android')
include ':react-native-image-picker'
Expand Down

0 comments on commit b70b20f

Please sign in to comment.