react-native/React
Emil Sjolander 976abf87f2 Add baseline alignment support
Summary:
Add baseline alignment support to react native.

{F65372439}

```
class Playground extends React.Component {
  render() {
    return (
      <View style={{padding: 30, flexDirection: 'row', alignItems: 'baseline'}}>
        <View style={{width: 30, height: 10, backgroundColor: 'red'}}/>
        <View style={{width: 30, height: 20, backgroundColor: 'green'}}/>
        <View style={{width: 30, height: 30, backgroundColor: 'blue'}}/>
      </View>
    );
  }
}
```

Reviewed By: javache

Differential Revision: D4385099

fbshipit-source-id: d7caa6e4c086c4a62e24ef1d5db9c805c470ef2a
2017-01-08 04:43:31 -08:00
..
Base Add baseline alignment support 2017-01-08 04:43:31 -08:00
Executors Fix JSGlobalContext leak 2016-12-12 05:43:34 -08:00
Modules Fix for dimensions not updating correctly on iPad due to screen rotation 2016-12-19 14:58:54 -08:00
Profiler Make React Profiler asm position independent 2016-12-08 14:58:26 -08:00
React.xcodeproj Apple TV support 4: support for input (tvOS focus engine) 2016-12-19 06:28:40 -08:00
Views Add a injectJavaScript method to the WebView component 2017-01-06 20:29:02 -08:00