From 5a255df472a6864babd8f311f6650f96fda8c305 Mon Sep 17 00:00:00 2001 From: Haani Date: Wed, 30 Aug 2017 16:32:39 +0530 Subject: [PATCH] Updated TextInput prop doc --- Libraries/Components/TextInput/TextInput.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 3629efa2c82b69..be140d7f6e4990 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -513,6 +513,13 @@ const TextInput = createReactClass({ /** * If defined, the provided image resource will be rendered on the left. + * The image resource must be inside `/android/app/src/main/res/drawable` and referenced + * like + * ``` + * + * ``` * @platform android */ inlineImageLeft: PropTypes.string,