Skip to content

Commit f1c6029

Browse files
saxenanickkfacebook-github-bot
authored andcommitted
Close Button Click Issue Resolved in KeyboardAvoidingView (#26236)
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
1 parent 507b783 commit f1c6029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RNTester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ const styles = StyleSheet.create({
101101
},
102102
closeButton: {
103103
position: 'absolute',
104-
top: 30,
104+
top: 40,
105105
left: 10,
106+
padding: 10,
106107
},
107108
});
108109

0 commit comments

Comments
 (0)