Skip to content

Commit

Permalink
[FIX]: Fixed this not building properly? idk
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrnt committed Feb 25, 2018
1 parent db1b069 commit 51c5a83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/screens/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
View,
ScrollView
} from 'react-native';
import SearchBar from 'react-native-search-bar'
import SearchBar from 'react-native-search-bar' // https://www.npmjs.com/package/react-native-search-bar

import { searchPost , getItems} from '../helpers/api';
import {posts} from '../reducers/items';
Expand Down
18 changes: 17 additions & 1 deletion ios/hackd.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
Expand Down Expand Up @@ -40,6 +39,7 @@
A1622F732036CA2600B52F96 /* libReactNativeHaptic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A1622F6F2036CA0E00B52F96 /* libReactNativeHaptic.a */; };
A1FE952E2036944300B1087E /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A1FE952B2036942700B1087E /* libReactNativeNavigation.a */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
4956C8E817984D44AF15080B /* libRNSearchBar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 881264E1C22747F5B0A84608 /* libRNSearchBar.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -378,6 +378,8 @@
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
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>"; };
EA8641CF51434BDFBD70E90B /* libRNTableView.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNTableView.a; sourceTree = "<group>"; };
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; };
881264E1C22747F5B0A84608 /* libRNSearchBar.a */ = {isa = PBXFileReference; name = "libRNSearchBar.a"; path = "libRNSearchBar.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -410,6 +412,7 @@
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
2DFA5FC5A9DB4F089EDF3478 /* libRNTableView.a in Frameworks */,
86411DEED3CA41479F95BD16 /* libSafariViewManager.a in Frameworks */,
4956C8E817984D44AF15080B /* libRNSearchBar.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -598,6 +601,7 @@
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
C2CF41F2E4494C6681665E2D /* RNTableView.xcodeproj */,
94E0F0BEF8BC4DB495D8AD86 /* SafariViewManager.xcodeproj */,
8DF4D81DB4EF4E99BD826526 /* RNSearchBar.xcodeproj */,
);
name = Libraries;
sourceTree = "<group>";
Expand Down Expand Up @@ -1295,6 +1299,7 @@
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
"$(SRCROOT)/../node_modules/react-native-safari-view",
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
);
INFOPLIST_FILE = hackdTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -1303,6 +1308,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
Expand All @@ -1323,6 +1329,7 @@
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
"$(SRCROOT)/../node_modules/react-native-safari-view",
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
);
INFOPLIST_FILE = hackdTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -1331,6 +1338,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
Expand All @@ -1353,6 +1361,7 @@
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
"$(SRCROOT)/../node_modules/react-native-safari-view",
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
);
INFOPLIST_FILE = hackd/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -1377,6 +1386,7 @@
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
"$(SRCROOT)/../node_modules/react-native-safari-view",
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
);
INFOPLIST_FILE = hackd/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down Expand Up @@ -1407,13 +1417,15 @@
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
"$(SRCROOT)/../node_modules/react-native-safari-view",
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
);
INFOPLIST_FILE = "hackd-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
Expand Down Expand Up @@ -1444,13 +1456,15 @@
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-tableview/RNTableView",
"$(SRCROOT)/../node_modules/react-native-safari-view",
"$(SRCROOT)/../node_modules/react-native-search-bar/ios",
);
INFOPLIST_FILE = "hackd-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
Expand Down Expand Up @@ -1482,6 +1496,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.hackd-tvOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1509,6 +1524,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.hackd-tvOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 51c5a83

Please sign in to comment.