Corrected the typo in the Example project(package.json)

This commit is contained in:
Kiran Kalyan
2018-07-29 22:16:29 +02:00
parent 277afd18f0
commit d28a87b6e2

View File

@@ -15,10 +15,10 @@
"babel-preset-react-native": "2.0.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12",
"react-native-segemented-control-tab": "file:../"
"react-native-segmented-control-tab": "file:../"
},
"jest": {
"preset": "react-native"
}
}
}