Skip to content

Commit 63125ca

Browse files
authored
Merge pull request #1853 from StoDevX/hawkrives-fork-rn-search-bar
Fork react-native-search-bar
2 parents 23e08a6 + 961563a commit 63125ca

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@hawkrives/react-native-alphabetlistview": "1.0.0",
53+
"@hawkrives/react-native-search-bar": "3.0.0-3",
5354
"@hawkrives/react-native-sortable-list": "1.0.1",
5455
"buffer": "5.0.8",
5556
"bugsnag-react-native": "2.6.0",
@@ -82,7 +83,6 @@
8283
"react-native-onesignal": "3.0.6",
8384
"react-native-restart": "0.0.4",
8485
"react-native-safari-view": "2.0.0",
85-
"react-native-search-bar": "3.0.0",
8686
"react-native-tableview-simple": "0.17.1",
8787
"react-native-vector-icons": "4.4.2",
8888
"react-navigation": "1.0.0-beta.11",

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({

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
merge "^1.2.0"
6363
prop-types "^15.6.0"
6464

65+
"@hawkrives/[email protected]":
66+
version "3.0.0-3"
67+
resolved "https://registry.yarnpkg.com/@hawkrives/react-native-search-bar/-/react-native-search-bar-3.0.0-3.tgz#44bfb8888962c1c444f5099bb96be115727431de"
68+
dependencies:
69+
prop-types "^15.6.0"
70+
6571
"@hawkrives/[email protected]":
6672
version "1.0.1"
6773
resolved "https://registry.yarnpkg.com/@hawkrives/react-native-sortable-list/-/react-native-sortable-list-1.0.1.tgz#99a72271a56def44bc226532bf18b79fb3c6e63d"
@@ -4223,10 +4229,6 @@ [email protected]:
42234229
version "2.0.0"
42244230
resolved "https://registry.yarnpkg.com/react-native-safari-view/-/react-native-safari-view-2.0.0.tgz#3aeb40693b0765df16b9beaf8654b60c7ff1d7ed"
42254231

4226-
4227-
version "3.0.0"
4228-
resolved "https://registry.yarnpkg.com/react-native-search-bar/-/react-native-search-bar-3.0.0.tgz#973b38276d06e1731ed52121e94f54b9aed2bfab"
4229-
42304232
react-native-tab-view@^0.0.65:
42314233
version "0.0.65"
42324234
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.65.tgz#b685ea3081ff7c96486cd997361026c407302c59"

0 commit comments

Comments
 (0)