We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babb614 commit af0b9c9Copy full SHA for af0b9c9
package.json
@@ -23,7 +23,7 @@
23
"react-native-material-kit": "github:xinthink/react-native-material-kit",
24
"react-native-scrollable-tab-view": "^0.5.0",
25
"react-native-vector-icons": "^2.0.3",
26
- "react-native-zeroconf": "^0.3.1"
+ "react-native-zeroconf": "^0.5.1"
27
},
28
"devDependencies": {
29
"chai": "^3.5.0",
src/components/Toolbar.js
@@ -17,12 +17,6 @@ export default class Toolbar extends Component {
17
_actionSelected = (actionIndex) => {
18
switch (actionIndex) {
19
case 0: {
20
- this.props.navigator.push({
21
- name: 'search'
22
- })
- break
- }
- case 1: {
this.props.navigator.push({
name: 'settings'
})
0 commit comments