File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,7 @@ export class RNNSearchBar extends React.Component {
78
78
</ Animated . View >
79
79
) ;
80
80
}
81
-
82
- /**
83
- * Both the blur and focus functions below contain a rare
84
- * use case where we need to access the RNN API from the
85
- * component. The architecture of the project discourages
86
- * this practices, and favours access if the RNN API to
87
- * be limited to "screens" in the "./screens" folder.
88
- *
89
- * Although in this case, the component animation does
90
- * not make sense without a accompanied topBar hide/show.
91
- */
92
-
81
+
93
82
/**
94
83
* Sets the search as focused and evokes any side effects
95
84
*/
Original file line number Diff line number Diff line change 17
17
"license" : " MIT" ,
18
18
"dependencies" : {
19
19
"react-native-elements" : " ^1.2.7"
20
+ },
21
+ "peerDependencies" : {
22
+ "react-native-navigation" : " >= 2.0.0"
20
23
}
21
24
}
You can’t perform that action at this time.
0 commit comments