From 8cbe9e9edadd6c687f111057176fd1b3da94e887 Mon Sep 17 00:00:00 2001 From: Florian Rival Date: Mon, 14 Nov 2016 20:06:49 +0100 Subject: [PATCH] Explain that using this module is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda563d..653053b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # React Native Camera Roll **UPDATE:** -As of react-native `0.19`, the [CameraRoll module](https://facebook.github.io/react-native/docs/cameraroll.html#content) is now available on Android too! +### As of react-native `0.19`, the [`CameraRoll` API](https://facebook.github.io/react-native/docs/cameraroll.html#content) is now available on Android too! You should not use this module anymore and only use the `CameraRoll` API from React Native. ## Table of contents