react-native-material-ui
react-native-material-ui copied to clipboard
ActionButton 'hidden' prop does not actually hide it
setting <ActionButton hidden={true} />
does not hide the action button.
same issue
@xotahal https://github.com/xotahal/react-native-material-ui/commit/c6e3f0bf00279bb4ebd00e592a6b76f1af1886f3
Is there any fix in progress for this issue?
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 ! :)
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 .
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 !
Temporary solution
style={{ container:this.state.bottomHidden?{display:'none'}:null, positionContainer: { bottom: 76 }, }}