Skip to content

Commit

Permalink
Merge pull request #806 from microsoft/release/hotfix
Browse files Browse the repository at this point in the history
Fix App Center build
  • Loading branch information
Anna Kocheshkova authored Feb 19, 2020
2 parents 6db3a11 + d5ef59f commit 7085330
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 17 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 @@ -38,7 +37,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
2 changes: 0 additions & 2 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ target 'DemoApp' do
# This commented line is to avoid react-native link adding an optional dependency that is way too heavy.
# pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler'

pod 'RNScreens', :path => '../node_modules/react-native-screens'

end
4 changes: 2 additions & 2 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ DEPENDENCIES:
- AppCenterReactNativeShared (~> 3.0.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- AppCenter
https://msmobilecenter.visualstudio.com/SDK/_git/AppCenterSDK-Specs-Private:
- AppCenterReactNativeShared
trunk:
- AppCenter

SPEC CHECKSUMS:
AppCenter: 7a0bbe928d07467ac8b2d7f6f2a675872a6471d8
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-native-gesture-handler": "1.1.3",
"react-native-image-picker": "0.28.1",
"react-native-modal-selector": "1.1.2",
"react-native-screens": "2.0.0-alpha.34",
"react-native-simple-toast": "0.0.8",
"react-native-screens": "2.0.0-alpha.34",
"react-navigation": "3.13.0",
"stacktrace-parser": "0.1.7"
},
Expand Down
6 changes: 0 additions & 6 deletions TestApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ PODS:
- React
- RNGestureHandler (1.5.0):
- React
- RNScreens (2.0.0-alpha.34):
- React
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -290,7 +288,6 @@ DEPENDENCIES:
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
- RNFS (from `../node_modules/react-native-fs`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNScreens (from `../node_modules/react-native-screens`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -366,8 +363,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-fs"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNScreens:
:path: "../node_modules/react-native-screens"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand Down Expand Up @@ -407,7 +402,6 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 5ae4d57458804e99f73d427214442a6b10a53856
RNFS: 795866388a01de4e470f3b1041a99cf20a343844
RNGestureHandler: a4ddde1ffc6e590c8127b8b7eabfdade45475c74
RNScreens: 9d8a2900cd4f967af70dbfed74b64f77fbb6600a
Yoga: 02036f6383c0008edb7ef0773a0e6beb6ce82bd1

PODFILE CHECKSUM: 64162dc4bf7d5a1f1b45d18a8143677b2578e20e
Expand Down
1 change: 0 additions & 1 deletion TestApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"react-native-gesture-handler": "1.5.0",
"react-native-image-picker": "1.1.0",
"react-native-modal-selector": "1.1.2",
"react-native-screens": "2.0.0-alpha.34",
"react-navigation": "3.13.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7085330

Please sign in to comment.