Skip to content

Commit

Permalink
Close Button Click Issue Resolved in KeyboardAvoidingView (#26236)
Browse files Browse the repository at this point in the history
Summary:
Encountered an issue with close button on KeyboardAvoidingView Page in RNTester App.

## Changelog

[Android] [Fixed] - Button click issue resolved
[iOS] [Fixed] - Button click issue resolved
Pull Request resolved: #26236

Test Plan: Ran build and tests locally.

Differential Revision: D17369818

Pulled By: PeteTheHeat

fbshipit-source-id: 89ce9f1e1c0dd89e9eac4f4c62da4e962539efcd
  • Loading branch information
saxenanickk authored and facebook-github-bot committed Sep 13, 2019
1 parent 507b783 commit f1c6029
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -101,8 +101,9 @@ const styles = StyleSheet.create({
},
closeButton: {
position: 'absolute',
top: 30,
top: 40,
left: 10,
padding: 10,
},
});

Expand Down

0 comments on commit f1c6029

Please sign in to comment.