Skip to content

Commit 51c5a83

Browse files
committed
[FIX]: Fixed this not building properly? idk
1 parent db1b069 commit 51c5a83

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

app/screens/Search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
View,
99
ScrollView
1010
} from 'react-native';
11-
import SearchBar from 'react-native-search-bar'
11+
import SearchBar from 'react-native-search-bar' // https://www.npmjs.com/package/react-native-search-bar
1212

1313
import { searchPost , getItems} from '../helpers/api';
1414
import {posts} from '../reducers/items';

ios/hackd.xcodeproj/project.pbxproj

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 46;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
1110
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -40,6 +39,7 @@
4039
A1622F732036CA2600B52F96 /* libReactNativeHaptic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A1622F6F2036CA0E00B52F96 /* libReactNativeHaptic.a */; };
4140
A1FE952E2036944300B1087E /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A1FE952B2036942700B1087E /* libReactNativeNavigation.a */; };
4241
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
42+
4956C8E817984D44AF15080B /* libRNSearchBar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 881264E1C22747F5B0A84608 /* libRNSearchBar.a */; };
4343
/* End PBXBuildFile section */
4444

4545
/* Begin PBXContainerItemProxy section */
@@ -378,6 +378,8 @@
378378
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
379379
C2CF41F2E4494C6681665E2D /* RNTableView.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNTableView.xcodeproj; path = "../node_modules/react-native-tableview/RNTableView.xcodeproj"; sourceTree = "<group>"; };
380380
EA8641CF51434BDFBD70E90B /* libRNTableView.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNTableView.a; sourceTree = "<group>"; };
381+
8DF4D81DB4EF4E99BD826526 /* RNSearchBar.xcodeproj */ = {isa = PBXFileReference; name = "RNSearchBar.xcodeproj"; path = "../node_modules/react-native-search-bar/ios/RNSearchBar.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
382+
881264E1C22747F5B0A84608 /* libRNSearchBar.a */ = {isa = PBXFileReference; name = "libRNSearchBar.a"; path = "libRNSearchBar.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
381383
/* End PBXFileReference section */
382384

383385
/* Begin PBXFrameworksBuildPhase section */
@@ -410,6 +412,7 @@
410412
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
411413
2DFA5FC5A9DB4F089EDF3478 /* libRNTableView.a in Frameworks */,
412414
86411DEED3CA41479F95BD16 /* libSafariViewManager.a in Frameworks */,
415+
4956C8E817984D44AF15080B /* libRNSearchBar.a in Frameworks */,
413416
);
414417
runOnlyForDeploymentPostprocessing = 0;
415418
};
@@ -598,6 +601,7 @@
598601
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
599602
C2CF41F2E4494C6681665E2D /* RNTableView.xcodeproj */,
600603
94E0F0BEF8BC4DB495D8AD86 /* SafariViewManager.xcodeproj */,
604+
8DF4D81DB4EF4E99BD826526 /* RNSearchBar.xcodeproj */,
601605
);
602606
name = Libraries;
603607
sourceTree = "<group>";
@@ -1295,6 +1299,7 @@
12951299
"$(inherited)",
12961300
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
12971301
"$(SRCROOT)/../node_modules/react-native-safari-view",
1302+
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
12981303
);
12991304
INFOPLIST_FILE = hackdTests/Info.plist;
13001305
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1303,6 +1308,7 @@
13031308
"$(inherited)",
13041309
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13051310
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1311+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13061312
);
13071313
OTHER_LDFLAGS = (
13081314
"-ObjC",
@@ -1323,6 +1329,7 @@
13231329
"$(inherited)",
13241330
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
13251331
"$(SRCROOT)/../node_modules/react-native-safari-view",
1332+
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
13261333
);
13271334
INFOPLIST_FILE = hackdTests/Info.plist;
13281335
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1331,6 +1338,7 @@
13311338
"$(inherited)",
13321339
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13331340
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1341+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13341342
);
13351343
OTHER_LDFLAGS = (
13361344
"-ObjC",
@@ -1353,6 +1361,7 @@
13531361
"$(inherited)",
13541362
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
13551363
"$(SRCROOT)/../node_modules/react-native-safari-view",
1364+
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
13561365
);
13571366
INFOPLIST_FILE = hackd/Info.plist;
13581367
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1377,6 +1386,7 @@
13771386
"$(inherited)",
13781387
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
13791388
"$(SRCROOT)/../node_modules/react-native-safari-view",
1389+
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
13801390
);
13811391
INFOPLIST_FILE = hackd/Info.plist;
13821392
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1407,13 +1417,15 @@
14071417
"$(inherited)",
14081418
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
14091419
"$(SRCROOT)/../node_modules/react-native-safari-view",
1420+
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
14101421
);
14111422
INFOPLIST_FILE = "hackd-tvOS/Info.plist";
14121423
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
14131424
LIBRARY_SEARCH_PATHS = (
14141425
"$(inherited)",
14151426
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14161427
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1428+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14171429
);
14181430
OTHER_LDFLAGS = (
14191431
"-ObjC",
@@ -1444,13 +1456,15 @@
14441456
"$(inherited)",
14451457
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
14461458
"$(SRCROOT)/../node_modules/react-native-safari-view",
1459+
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
14471460
);
14481461
INFOPLIST_FILE = "hackd-tvOS/Info.plist";
14491462
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
14501463
LIBRARY_SEARCH_PATHS = (
14511464
"$(inherited)",
14521465
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14531466
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1467+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14541468
);
14551469
OTHER_LDFLAGS = (
14561470
"-ObjC",
@@ -1482,6 +1496,7 @@
14821496
"$(inherited)",
14831497
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14841498
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1499+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14851500
);
14861501
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.hackd-tvOSTests";
14871502
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1509,6 +1524,7 @@
15091524
"$(inherited)",
15101525
"\"$(SRCROOT)/$(TARGET_NAME)\"",
15111526
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1527+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
15121528
);
15131529
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.hackd-tvOSTests";
15141530
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)