You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`defaultContainer`| Object | Style for inner view container (**override paddingTop with this**) |`{ flexDirection: 'row', padding: 8 }`|
66
-
|`defaultTextContainer`| Object | Style for inner text container (holds title and message) |`{ flex: 1, padding: 8 }`|
66
+
|`defaultTextContainer`| Object | Style for inner text container (holds title and message) |`{ flex: 1, padding: 8 }`|
67
67
|`wrapperStyle`| Object | styles for the view that wraps the container. For [React Native Web](https://github.com/necolas/react-native-web) support you might want to set this to `{ position: 'fixed' }`|`null`|
68
68
|`containerStyle`| Object | styles for container for custom type only |`{ flexDirection: 'row', backgroundColor: '#202020' }`|
0 commit comments