Skip to content

(Android) Alert layout is broken on React Native 0.60.4 #25881

Description

@thomasonweb

(Android) Alert layout is broken on React Native 0.60.4.
Android only issue. iOS is looking fine.

Screenshot_20190730-112746_Ablo Debug

React Native version:
0.60.4

Steps To Reproduce

Run the following example code:
Alert.alert( 'Title', 'Description goes here', [{ text: 'buttonOne', onPress: (): void => { /* */ }, }, { text: 'buttonTwo', onPress: (): void => { /* */ }, }], { onDismiss: (): void => { /* */ }, }, )

Describe what you expected to happen:

Alerts should look like this: https://facebook.github.io/react-native/docs/alert
Paddings are missing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    API: AlertBugPlatform: AndroidAndroid applications.StaleThere has been a lack of activity on this issue and it may be closed soon.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions