ConnectionStatusBar
Top bar to show a "no internet" connection status. Note: Run on real device for best results
PROPS
| name | description | type | default |
|---|---|---|---|
| label | Text to show as the status | string | 'No internet. Check your connection.' |
| onConnectionChange | Handler to get connection change events propagation | func | |
| allowDismiss | Text to show as the status | bool | false |
| useAbsolutePosition | Use absolute position for the component | bool | true |
EXAMPLE


CODE SAMPLE
See example here.