react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

ActionButton 'hidden' prop does not actually hide it

Open trevor-atlas opened this issue 7 years ago • 7 comments

setting <ActionButton hidden={true} /> does not hide the action button.

trevor-atlas avatar Jun 21 '17 17:06 trevor-atlas

same issue

adyanced avatar Jul 29 '17 14:07 adyanced

@xotahal https://github.com/xotahal/react-native-material-ui/commit/c6e3f0bf00279bb4ebd00e592a6b76f1af1886f3

aburai avatar Jan 16 '18 18:01 aburai

Is there any fix in progress for this issue?

jextrevor avatar Jul 28 '18 18:07 jextrevor

Same issue encountered !

@aburai fix it's working ! @xotahal possible to update this file with the expected ? I use this library on production, thanks to yours ! :)

WestFR avatar Sep 13 '18 13:09 WestFR

For now, I am working around it by manually adding/removing the Action button using JSX

On Thu, Sep 13, 2018, 07:39 Steven F. [email protected] wrote:

Same issue encountered ! Any fix are available ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/xotahal/react-native-material-ui/issues/162#issuecomment-421010397, or mute the thread https://github.com/notifications/unsubscribe-auth/AEsmR4F2rcGsRFUvM9ZvkbIWF6vNNrHkks5uamAigaJpZM4OBRkk .

jextrevor avatar Sep 13 '18 14:09 jextrevor

I'm begginer on ReactNative so i don't what it's possible to do this without modify the main framework file !

Thanks for your solution ! I go to try this !

WestFR avatar Sep 13 '18 14:09 WestFR

Temporary solution

style={{ container:this.state.bottomHidden?{display:'none'}:null, positionContainer: { bottom: 76 }, }}

shelake-chetan avatar Jun 20 '19 10:06 shelake-chetan