Skip to content

Commit af0b9c9

Browse files
Stop hanging on zero-conf scan
1 parent babb614 commit af0b9c9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-native-material-kit": "github:xinthink/react-native-material-kit",
2424
"react-native-scrollable-tab-view": "^0.5.0",
2525
"react-native-vector-icons": "^2.0.3",
26-
"react-native-zeroconf": "^0.3.1"
26+
"react-native-zeroconf": "^0.5.1"
2727
},
2828
"devDependencies": {
2929
"chai": "^3.5.0",

src/components/Toolbar.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ export default class Toolbar extends Component {
1717
_actionSelected = (actionIndex) => {
1818
switch (actionIndex) {
1919
case 0: {
20-
this.props.navigator.push({
21-
name: 'search'
22-
})
23-
break
24-
}
25-
case 1: {
2620
this.props.navigator.push({
2721
name: 'settings'
2822
})

0 commit comments

Comments
 (0)