react-native-message-bar
react-native-message-bar copied to clipboard
A notification bar alert displayed at the top of the screen for react-native
YellowBox.js:71 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...
Message bar alert appearing on previous screen instead of current screen but whenever a state of current component changes than it works properly
First of all, thank you for this useful component. Would you be open to a PR supporting the new [createRef](https://reactjs.org/docs/react-api.html#reactcreateref) API? Do you foresee any problem in implementing support?
If the `shouldHideAfterDelay` prop is set to `false` and the MessageBar is not closed, a second call of `showAlert()` while the container component is re-rendered (say for example as for...
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...
A bottom **position** prop doesn't affect real component stroke position (still at the bottom).
I was going to submit a PR from this, and am still happy to do so, but I'd probably make some bad assumptions without getting feedback here on if and...
Along with the `onTapped` callback, I think it would be super helpful for the user to be able to acknowledge, but ignore the message by swiping left or right (both...
To anyone seeing this, I'm going to try to keep improving this library since the original author seems to have gone AWOL. (see [here](https://github.com/KBLNY/react-native-message-bar/issues/36)) please leave a PR! I'll try...