Spencer Ahrens
e79f5d7e7a
add StyleSheet.absoluteFill convenience constant
...
Summary:
It's annoying and inefficient to create styles like
```
wrapper: {
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
},
```
all the time, so this makes a handy constant for reuse and a helper method to create customized
styles.
Reviewed By: devknoll
Differential Revision: D3389612
fbshipit-source-id: 88fbe9e8ca32a0bc937bf275cf5ae0739ee21302
2016-06-06 16:13:42 -07:00
..
2016-06-04 16:28:19 -07:00
2015-07-24 08:41:58 -08:00
2016-05-17 10:13:29 -07:00
2016-05-18 14:28:26 -07:00
2016-05-23 09:13:37 -07:00
2016-04-25 13:28:31 -07:00
2016-05-16 03:58:23 -07:00
2016-05-19 12:58:21 -07:00
2016-06-01 10:43:28 -07:00
2016-06-06 10:13:28 -07:00
2016-06-06 07:28:24 -07:00
2016-04-21 09:28:23 -07:00
2016-04-21 09:28:23 -07:00
2016-05-24 11:45:51 -07:00
2016-06-06 14:58:59 -07:00
2016-03-08 16:37:24 -08:00
2016-05-25 04:28:36 -07:00
2016-06-06 13:23:30 -07:00
2016-06-01 13:59:16 -07:00
2016-05-24 18:28:26 -07:00
2016-06-01 13:59:16 -07:00
2016-04-25 00:19:25 -07:00
2016-06-05 18:58:24 -07:00
2016-05-27 10:28:23 -07:00
2016-05-24 18:28:26 -07:00
2016-06-03 04:28:23 -07:00
2016-06-02 18:13:23 -07:00
2016-06-06 09:28:24 -07:00
2015-09-29 22:25:23 -07:00
2016-05-23 09:13:37 -07:00
2016-05-26 13:58:17 -07:00
2016-06-06 16:13:42 -07:00
2016-04-21 09:28:23 -07:00
2016-04-21 09:28:23 -07:00
2016-03-02 04:28:38 -08:00
2016-05-23 09:13:37 -07:00
2016-05-26 01:43:30 -07:00
2016-06-06 16:13:42 -07:00
2016-06-06 12:58:37 -07:00
2016-06-03 05:43:26 -07:00
2016-05-16 04:13:56 -07:00
2016-03-29 21:45:20 -07:00
2016-06-06 07:58:36 -07:00
2016-03-02 04:28:38 -08:00
2016-03-15 05:22:22 -07:00