react-native/Libraries/ReactIOS
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
..
YellowBox.js show stacktrace in yellowbox 2016-06-06 12:58:37 -07:00
renderApplication.android.js add StyleSheet.absoluteFill convenience constant 2016-06-06 16:13:42 -07:00
renderApplication.ios.js Hook up touchable debugging to Inspector button 2016-04-16 11:57:22 -07:00
requireNativeComponent.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
verifyPropTypes.js Native propTypes RCTDatePickerIOS !== propTypes DatePickerIOS 2016-06-01 08:58:22 -07:00