From 62f53ffaa7f5ccdebe133ce0d212ee80fc85c37c Mon Sep 17 00:00:00 2001 From: Raincal Date: Wed, 25 May 2016 00:08:01 -0700 Subject: [PATCH] remove paddingTop in AnimatedGratuitousApp Summary: Please see the screenshot below. ![qq20160525-0](https://cloud.githubusercontent.com/assets/6279478/15526182/74170a9e-2262-11e6-8f99-5e121ed7b9c1.png) Closes https://github.com/facebook/react-native/pull/7733 Differential Revision: D3345791 fbshipit-source-id: 4e5885197a42b760a800970156fcdebadf227575 --- Examples/UIExplorer/AnimatedGratuitousApp/AnExApp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/UIExplorer/AnimatedGratuitousApp/AnExApp.js b/Examples/UIExplorer/AnimatedGratuitousApp/AnExApp.js index 58af5045a19..20153889ab4 100644 --- a/Examples/UIExplorer/AnimatedGratuitousApp/AnExApp.js +++ b/Examples/UIExplorer/AnimatedGratuitousApp/AnExApp.js @@ -281,7 +281,6 @@ function moveToClosest({activeKey, keys, restLayouts}, position) { var styles = StyleSheet.create({ container: { flex: 1, - paddingTop: 64, // push content below nav bar }, grid: { flex: 1,