From e5069321d9d42234907a37512534844219a63307 Mon Sep 17 00:00:00 2001 From: JRK Date: Tue, 20 Feb 2018 10:01:26 +0100 Subject: [PATCH] itemBoxStyle should only override react-native-settings-list inner style Property itemBoxStyle should only override react-native-settings-list inner style and not replace it totally --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 00e7242..abfd12d 100644 --- a/index.js +++ b/index.js @@ -182,7 +182,7 @@ class SettingsList extends React.Component { {item.icon} {item.isAuth ? - + : - + {titleInfoPosition === 'Bottom' ? {item.isEditable ? this._itemEditableBlock(item, inde, 'Bottom') : this._itemTitleBlock(item, index, 'Bottom')}