Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
thomasonweb opened this issue Jul 30, 2019 · 2 comments
Closed

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

thomasonweb opened this issue Jul 30, 2019 · 2 comments
Labels
API: Alert Bug Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@thomasonweb
Copy link

(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.

@stale
Copy link

stale bot commented Nov 3, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 3, 2019
@stale
Copy link

stale bot commented Nov 10, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Nov 10, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Nov 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API: Alert Bug Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants