- Customizable version of alert for react native
 - Version: 0.0.1
 
- Alert
- overlay - screen size container shading background content
 - container - content wrapper
- body - container
- icon - svg grapihcs
 - title - name
 - text - message
 
 - actions - container for buttons
- button - one or two buttons for actions
 
 
 - body - container
 
 
- icon: svg element
 - title: string
 - text: string
 - buttons: array [{text, onPress, style}]
- text: string
 - onPress: function
 - style: theme preDefined ['neutral', 'negative', 'positive']
 
 
- container
 - button
 
- show
 
- visible: bool