Version: 0.0.5
Last Updated: Unknown
Display notification with text from the top.
Update the App.js file.
import NotificationTop from 'components/NotificationTop'; import NotificationBottom from 'components/NotificationBottom'; export default class App extends Component { render() { return ( <Provider store={store}> <PersistGate persistor={persistor}> <NotificationTop /> <ReduxNavigation /> <NotificationBottom /> </PersistGate> </Provider> ); } }