From 89828433118d1cfbf1b85bb2985f8aec675018c7 Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Sat, 10 Sep 2016 10:48:10 -0500 Subject: [PATCH] Add note for min RN version for require assets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6567ce1a..320e5902 100644 --- a/README.md +++ b/README.md @@ -118,7 +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/) allows loading image resources shared across iOS and Android without touching native code. 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`. +The asset system [introduced in RN `0.14`](http://www.reactnative.com/react-native-v0-14-0-released/) allows loading image resources shared across iOS and Android without touching native code. 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 [RN `0.33`](https://github.com/facebook/react-native/releases/tag/v0.33.0) iOS is also supported. Requires `react-native-video@0.9.0`. ```