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

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "0.4.0",
"version": "0.4.1",
"description": "A <Video /> element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",