Skip to content

Commit f31ba39

Browse files
committed
unlink react-native-view-shot
1 parent ccac11b commit f31ba39

File tree

4 files changed

+0
-37
lines changed

4 files changed

+0
-37
lines changed

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ dependencies {
202202
compile project(':react-native-onesignal')
203203
compile project(':react-native-restart')
204204
compile project(':react-native-vector-icons')
205-
compile project(':react-native-view-shot')
206205
// this is for react-native itself
207206
compile fileTree(dir: "libs", include: ["*.jar"])
208207
compile "com.android.support:appcompat-v7:23.0.1"

android/app/src/main/java/com/allaboutolaf/MainApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import com.oblador.keychain.KeychainPackage;
2525
import com.oblador.vectoricons.VectorIconsPackage;
2626
import com.pusherman.networkinfo.RNNetworkInfoPackage;
27-
import fr.greweb.reactnativeviewshot.RNViewShotPackage;
2827

2928
import java.io.File;
3029
import java.io.IOException;

android/settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ project(':react-native-restart').projectDir = new File(rootProject.projectDir, '
3838
include ':react-native-vector-icons'
3939
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
4040

41-
include ':react-native-view-shot'
42-
project(':react-native-view-shot').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-view-shot/android')

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
3A0CEA921DEA203F0036E739 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A0CEA781DEA20340036E739 /* libRCTAnimation.a */; };
3939
3AE408501E1E280800F0FD83 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3AE4084F1E1E280800F0FD83 /* LaunchScreen.storyboard */; };
4040
56DC65C1BF07427AA1F84CFC /* libSafariViewManager.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D530CE76BA714A59B2BECB28 /* libSafariViewManager.a */; };
41-
570ACE6B68F941838FFABAA9 /* libRNViewShot.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CBE5D51CAA854462BCB6C610 /* libRNViewShot.a */; };
4241
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
4342
9304AFEA1BEF4D77A9BE9E47 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8EFDF596D3434455B7F672D3 /* libRNVectorIcons.a */; };
4443
9E5D73F8D3CC4F7499359624 /* libRNNetworkInfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C476D4877F945308C96FF0F /* libRNNetworkInfo.a */; };
@@ -92,13 +91,6 @@
9291
remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
9392
remoteInfo = RNVectorIcons;
9493
};
95-
002D2C491E7216B2002F518B /* PBXContainerItemProxy */ = {
96-
isa = PBXContainerItemProxy;
97-
containerPortal = 17311DD2DB1B4EE0AFAA0BC4 /* RNViewShot.xcodeproj */;
98-
proxyType = 2;
99-
remoteGlobalIDString = 134814201AA4EA6300B7C361;
100-
remoteInfo = RNViewShot;
101-
};
10294
0035C1021E4F59AE00768B84 /* PBXContainerItemProxy */ = {
10395
isa = PBXContainerItemProxy;
10496
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
@@ -405,7 +397,6 @@
405397
14483BC863F7489F8369E21B /* libRCTRestart.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTRestart.a; sourceTree = "<group>"; };
406398
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
407399
150D47C893AB4ACBA45D7AF8 /* RCTGoogleAnalyticsBridge.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTGoogleAnalyticsBridge.xcodeproj; path = "../node_modules/react-native-google-analytics-bridge/ios/RCTGoogleAnalyticsBridge/RCTGoogleAnalyticsBridge.xcodeproj"; sourceTree = "<group>"; };
408-
17311DD2DB1B4EE0AFAA0BC4 /* RNViewShot.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNViewShot.xcodeproj; path = "../node_modules/react-native-view-shot/ios/RNViewShot.xcodeproj"; sourceTree = "<group>"; };
409400
203BE3D7758C4020A78210B2 /* libRCTOneSignal.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTOneSignal.a; sourceTree = "<group>"; };
410401
209B4AAEEC3F4290A1ED9491 /* libRNKeychain.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNKeychain.a; sourceTree = "<group>"; };
411402
23880A5682F24328A190720F /* RNCalendarEvents.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNCalendarEvents.xcodeproj; path = "../node_modules/react-native-calendar-events/RNCalendarEvents.xcodeproj"; sourceTree = "<group>"; };
@@ -432,7 +423,6 @@
432423
BC36B827687E41ADA029DA16 /* libRNSearchBar.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSearchBar.a; sourceTree = "<group>"; };
433424
C1122D5F37D247E09037EE31 /* BVLinearGradient.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = BVLinearGradient.xcodeproj; path = "../node_modules/react-native-linear-gradient/BVLinearGradient.xcodeproj"; sourceTree = "<group>"; };
434425
C3C50E3D9F6041BA8D55A4F5 /* libBVLinearGradient.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libBVLinearGradient.a; sourceTree = "<group>"; };
435-
CBE5D51CAA854462BCB6C610 /* libRNViewShot.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNViewShot.a; sourceTree = "<group>"; };
436426
CE0A6E16923B40C9930B546C /* ReactNativeCustomTabs.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeCustomTabs.xcodeproj; path = "../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs.xcodeproj"; sourceTree = "<group>"; };
437427
D222CA78E6554BBB83448435 /* libDBCustomTabs.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libDBCustomTabs.a; sourceTree = "<group>"; };
438428
D530CE76BA714A59B2BECB28 /* libSafariViewManager.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libSafariViewManager.a; sourceTree = "<group>"; };
@@ -478,7 +468,6 @@
478468
24C1AB28D1424CD095CB8582 /* libRNKeychain.a in Frameworks */,
479469
56DC65C1BF07427AA1F84CFC /* libSafariViewManager.a in Frameworks */,
480470
A90299E6C1BD45C385BBF8F0 /* libDBCustomTabs.a in Frameworks */,
481-
570ACE6B68F941838FFABAA9 /* libRNViewShot.a in Frameworks */,
482471
102400B4EA274C97864D797E /* libBVLinearGradient.a in Frameworks */,
483472
08F7F607DE694E23AA8238FF /* libRNSearchBar.a in Frameworks */,
484473
24A24E891B0D46F784E47912 /* libBugsnagReactNative.a in Frameworks */,
@@ -540,14 +529,6 @@
540529
name = Products;
541530
sourceTree = "<group>";
542531
};
543-
002D2C241E7216B2002F518B /* Products */ = {
544-
isa = PBXGroup;
545-
children = (
546-
002D2C4A1E7216B2002F518B /* libRNViewShot.a */,
547-
);
548-
name = Products;
549-
sourceTree = "<group>";
550-
};
551532
006118441EE51CD100638440 /* Products */ = {
552533
isa = PBXGroup;
553534
children = (
@@ -823,7 +804,6 @@
823804
7CEE763ECB05435E8CD79870 /* RNNetworkInfo.xcodeproj */,
824805
E288E9E30083441F948E40BF /* RNSearchBar.xcodeproj */,
825806
71D5CCADA66D45008D9A38F2 /* RNVectorIcons.xcodeproj */,
826-
17311DD2DB1B4EE0AFAA0BC4 /* RNViewShot.xcodeproj */,
827807
89FC2AFC0A394CFFAE89242D /* SafariViewManager.xcodeproj */,
828808
23880A5682F24328A190720F /* RNCalendarEvents.xcodeproj */,
829809
);
@@ -1048,10 +1028,6 @@
10481028
ProductGroup = 008413661D5C3AC30034750D /* Products */;
10491029
ProjectRef = 43E420DADB24468C9E296F25 /* RNVectorIcons.xcodeproj */;
10501030
},
1051-
{
1052-
ProductGroup = 002D2C241E7216B2002F518B /* Products */;
1053-
ProjectRef = 17311DD2DB1B4EE0AFAA0BC4 /* RNViewShot.xcodeproj */;
1054-
},
10551031
{
10561032
ProductGroup = 009845971E5DEE6800194E4A /* Products */;
10571033
ProjectRef = 89FC2AFC0A394CFFAE89242D /* SafariViewManager.xcodeproj */;
@@ -1108,13 +1084,6 @@
11081084
remoteRef = 0027B0A61D5C82AA00C2B4FD /* PBXContainerItemProxy */;
11091085
sourceTree = BUILT_PRODUCTS_DIR;
11101086
};
1111-
002D2C4A1E7216B2002F518B /* libRNViewShot.a */ = {
1112-
isa = PBXReferenceProxy;
1113-
fileType = archive.ar;
1114-
path = libRNViewShot.a;
1115-
remoteRef = 002D2C491E7216B2002F518B /* PBXContainerItemProxy */;
1116-
sourceTree = BUILT_PRODUCTS_DIR;
1117-
};
11181087
0035C1031E4F59AE00768B84 /* libyoga.a */ = {
11191088
isa = PBXReferenceProxy;
11201089
fileType = archive.ar;
@@ -1535,7 +1504,6 @@
15351504
"$(SRCROOT)/../node_modules/react-native-onesignal/ios/**",
15361505
"$(SRCROOT)/../node_modules/react-native-safari-view",
15371506
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
1538-
"$(SRCROOT)/../node_modules/react-native-view-shot/ios",
15391507
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
15401508
"$(SRCROOT)/../node_modules/@hawkrives/react-native-search-bar",
15411509
"$(SRCROOT)/../node_modules/bugsnag-react-native/cocoa/**",
@@ -1584,7 +1552,6 @@
15841552
"$(SRCROOT)/../node_modules/react-native-onesignal/ios/**",
15851553
"$(SRCROOT)/../node_modules/react-native-safari-view",
15861554
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
1587-
"$(SRCROOT)/../node_modules/react-native-view-shot/ios",
15881555
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
15891556
"$(SRCROOT)/../node_modules/@hawkrives/react-native-search-bar",
15901557
"$(SRCROOT)/../node_modules/bugsnag-react-native/cocoa/**",

0 commit comments

Comments
 (0)