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
This commit is contained in:
Raincal
2016-05-25 00:08:01 -07:00
committed by Facebook Github Bot 5
parent a8acf8a5ce
commit 62f53ffaa7

View File

@@ -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,