Skip to content

Commit

Permalink
Remove react-native-image-picker from platform
Browse files Browse the repository at this point in the history
  • Loading branch information
aesqe committed Jul 10, 2019
1 parent 988dea8 commit 71eb19d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ android {

dependencies {
//NativeModuleInjectionMark-app-gradle-dependencies
compile project(':react-native-image-picker')
compile project(':react-native-linear-gradient')
compile project(':react-native-photo-view')
compile project(':react-native-vector-icons')
Expand Down
2 changes: 0 additions & 2 deletions android/app/src/main/java/com/shoutemapp/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoader;
import com.imagepicker.ImagePickerPackage;
import com.oblador.vectoricons.VectorIconsPackage;
import com.reactnative.photoview.PhotoViewPackage;
//NativeModuleInjectionMark-mainApplication-import
Expand All @@ -33,7 +32,6 @@ protected List<ReactPackage> getPackages() {
//NativeModuleInjectionMark-mainApplication-getPackages
new MainReactPackage(),
new VectorIconsPackage(),
new ImagePickerPackage(),
new LinearGradientPackage(),
new PhotoViewPackage()
);
Expand Down
3 changes: 0 additions & 3 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ rootProject.name = 'ShoutemApp'

include ':app'

include ':react-native-image-picker'
project(':react-native-image-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-picker/android')

include ':react-native-linear-gradient'
project(':react-native-linear-gradient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linear-gradient/android')

Expand Down
32 changes: 0 additions & 32 deletions ios/ShoutemApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
7B2977FC4CF24707A62677C4 /* Rubik-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0449A2C73D3946AE869E979D /* Rubik-BoldItalic.ttf */; };
7EB9E0ABCB3646F3AD0825FE /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7412AE3E73704AF899BB23F1 /* MaterialIcons.ttf */; };
809F105E2035D51C00E7C3B7 /* libBVLinearGradient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 802575471FCDCA1A0054160A /* libBVLinearGradient.a */; };
809F10682035D60000E7C3B7 /* libRNImagePicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8025756D1FCDCA1A0054160A /* libRNImagePicker.a */; };
809F106A2035D61200E7C3B7 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 802575771FCDCA1A0054160A /* libRNVectorIcons.a */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
8DD9E66F1DF861DE00D85AF6 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DD9E66C1DF8604E00D85AF6 /* libRCTAnimation.a */; };
Expand Down Expand Up @@ -234,13 +233,6 @@
remoteGlobalIDString = 134814201AA4EA6300B7C361;
remoteInfo = BVLinearGradient;
};
8025756C1FCDCA1A0054160A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64B31A0B45584BF3B20D1193 /* RNImagePicker.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 014A3B5C1C6CF33500B6D375;
remoteInfo = RNImagePicker;
};
802575761FCDCA1A0054160A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 76432D9B4A714B60944EA23F /* RNVectorIcons.xcodeproj */;
Expand Down Expand Up @@ -363,7 +355,6 @@
465FAB230718430789478FBB /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
49057C3259AC4BF595C560C0 /* Rubik-Italic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Rubik-Italic.ttf"; path = "../node_modules/@shoutem/ui/fonts/Rubik-Italic.ttf"; sourceTree = "<group>"; };
57A3105520D6AA0F00C05C67 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
64B31A0B45584BF3B20D1193 /* RNImagePicker.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNImagePicker.xcodeproj; path = "../node_modules/react-native-image-picker/ios/RNImagePicker.xcodeproj"; sourceTree = "<group>"; };
7412AE3E73704AF899BB23F1 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
76432D9B4A714B60944EA23F /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
7EFC29E2138D48C0B5742BA8 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -405,7 +396,6 @@
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
809F105E2035D51C00E7C3B7 /* libBVLinearGradient.a in Frameworks */,
809F10682035D60000E7C3B7 /* libRNImagePicker.a in Frameworks */,
809F106A2035D61200E7C3B7 /* libRNVectorIcons.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -554,14 +544,6 @@
name = Products;
sourceTree = "<group>";
};
802575691FCDCA1A0054160A /* Products */ = {
isa = PBXGroup;
children = (
8025756D1FCDCA1A0054160A /* libRNImagePicker.a */,
);
name = Products;
sourceTree = "<group>";
};
802575731FCDCA1A0054160A /* Products */ = {
isa = PBXGroup;
children = (
Expand All @@ -582,7 +564,6 @@
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
isa = PBXGroup;
children = (
64B31A0B45584BF3B20D1193 /* RNImagePicker.xcodeproj */,
76432D9B4A714B60944EA23F /* RNVectorIcons.xcodeproj */,
CF63F42320B541A6A1707CDE /* BVLinearGradient.xcodeproj */,
8DD9E6661DF8604E00D85AF6 /* RCTAnimation.xcodeproj */,
Expand Down Expand Up @@ -780,10 +761,6 @@
ProductGroup = 146834001AC3E56700842450 /* Products */;
ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
},
{
ProductGroup = 802575691FCDCA1A0054160A /* Products */;
ProjectRef = 64B31A0B45584BF3B20D1193 /* RNImagePicker.xcodeproj */;
},
{
ProductGroup = 802575731FCDCA1A0054160A /* Products */;
ProjectRef = 76432D9B4A714B60944EA23F /* RNVectorIcons.xcodeproj */;
Expand Down Expand Up @@ -979,13 +956,6 @@
remoteRef = 802575461FCDCA1A0054160A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
8025756D1FCDCA1A0054160A /* libRNImagePicker.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRNImagePicker.a;
remoteRef = 8025756C1FCDCA1A0054160A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
802575771FCDCA1A0054160A /* libRNVectorIcons.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down Expand Up @@ -1190,7 +1160,6 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native/Libraries/**",
Expand Down Expand Up @@ -1226,7 +1195,6 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native/Libraries/**",
Expand Down

0 comments on commit 71eb19d

Please sign in to comment.