Fix crash from trying to remove observer multiple times

This commit is contained in:
Brent Vatne
2015-05-30 12:47:14 -07:00
parent ca3e6066c2
commit c5eb6b4fec
5 changed files with 27 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.4.0",
"react-native-video": "^0.3.5"
"react-native": "^0.4.4",
"react-native-video": "^0.4.1"
}
}