Skip to content

Commit 6108a42

Browse files
committed
use my fork of react-native-search-bar in the code
1 parent ab5fdcb commit 6108a42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
D222CA78E6554BBB83448435 /* libDBCustomTabs.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libDBCustomTabs.a; sourceTree = "<group>"; };
438438
D530CE76BA714A59B2BECB28 /* libSafariViewManager.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libSafariViewManager.a; sourceTree = "<group>"; };
439439
DBE3B3C3883845C787D391C2 /* RCTRestart.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTRestart.xcodeproj; path = "../node_modules/react-native-restart/ios/RCTRestart.xcodeproj"; sourceTree = "<group>"; };
440-
E288E9E30083441F948E40BF /* RNSearchBar.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSearchBar.xcodeproj; path = "../node_modules/react-native-search-bar/RNSearchBar.xcodeproj"; sourceTree = "<group>"; };
440+
E288E9E30083441F948E40BF /* RNSearchBar.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSearchBar.xcodeproj; path = "../node_modules/@hawkrives/react-native-search-bar/RNSearchBar.xcodeproj"; sourceTree = "<group>"; };
441441
E6FBE71A05CC43E2B4885180 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
442442
F803FE6585F04E9F8D3C053F /* libRCTGoogleAnalyticsBridge.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTGoogleAnalyticsBridge.a; sourceTree = "<group>"; };
443443
/* End PBXFileReference section */
@@ -1537,7 +1537,7 @@
15371537
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
15381538
"$(SRCROOT)/../node_modules/react-native-view-shot/ios",
15391539
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1540-
"$(SRCROOT)/../node_modules/react-native-search-bar",
1540+
"$(SRCROOT)/../node_modules/@hawkrives/react-native-search-bar",
15411541
"$(SRCROOT)/../node_modules/bugsnag-react-native/cocoa/**",
15421542
"$(SRCROOT)/../node_modules/react-native-maps/ios/**",
15431543
"$(SRCROOT)/../node_modules/react-native-network-info/ios",
@@ -1586,7 +1586,7 @@
15861586
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
15871587
"$(SRCROOT)/../node_modules/react-native-view-shot/ios",
15881588
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1589-
"$(SRCROOT)/../node_modules/react-native-search-bar",
1589+
"$(SRCROOT)/../node_modules/@hawkrives/react-native-search-bar",
15901590
"$(SRCROOT)/../node_modules/bugsnag-react-native/cocoa/**",
15911591
"$(SRCROOT)/../node_modules/react-native-maps/ios/**",
15921592
"$(SRCROOT)/../node_modules/react-native-network-info/ios",

source/views/components/searchbar/index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import React from 'react'
44
import {StyleSheet} from 'react-native'
5-
import NativeSearchBar from 'react-native-search-bar'
5+
import NativeSearchBar from '@hawkrives/react-native-search-bar'
66
import * as c from '../colors'
77

88
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)