Talor-A / react-native-message-bar

A notification bar alert displayed at the top of the screen for react-native
MIT License
55 stars 27 forks source link

default: and 'top' cases are the same so changed switch blocks, multiple setState calls #36

Open ganoch opened 6 years ago

ganoch commented 6 years ago

setNewState causes multiple setState which in turn causes multiple renders changed _applyAlertStyleSheet and _changeOffsetByPosition function accordingly, pass state object around and have setState called once at the end.

when rendering if this.state.titleColor is not set not set color