From 55fbfc0270ed8bd0a67d09975501b95b653c53dc Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Wed, 17 Aug 2016 08:51:03 -0500 Subject: [PATCH] Make more sense --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b4c47e1..6d9a9178 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,7 @@ var styles = StyleSheet.create({ ### Load files with the RN Asset System -The asset system [introduced in RN `0.14`](http://www.reactnative.com/react-native-v0-14-0-released/) allowed loading image resources shared across iOS and Android. As of RN `0.31` [the same is true](https://github.com/facebook/react-native/commit/91ff6868a554c4930fd5fda6ba8044dbd56c8374) of mp4 video assets for Android. As of `0.32` iOS should also be supported. - -With As of version `react-native-video@0.9.0`, it's also be used to load video files in the same manner, e.g. +The asset system [introduced in RN `0.14`](http://www.reactnative.com/react-native-v0-14-0-released/) allowed loading image resources shared across iOS and Android. As of RN `0.31` [the same is true](https://github.com/facebook/react-native/commit/91ff6868a554c4930fd5fda6ba8044dbd56c8374) of mp4 video assets for Android. As of `0.32` iOS should also be supported. Requires `react-native-video@0.9.0`. ```