Slavik Manukyan 54d8f221c2 Way to pass styles to nested view
Summary:
Ability to pass styles to nested view for _position_ behavior.

Use case:

``` jsx
<KeyboardAvoidingView
          behavior={'position'}
          style={{ flex: 1 }}
          contentContainerStyle={{ flex: 1 }}
          keyboardVerticalOffset={ - VERTICAL_OFFSET }
>
          <SomeContainer   />
</KeyboardAvoidingView>
```
Closes https://github.com/facebook/react-native/pull/9065

Differential Revision: D3662876

Pulled By: javache

fbshipit-source-id: 9b08a04449431c4e563ef4464b5a7dba1fc02e4b
2016-08-03 11:28:58 -07:00
..
2016-08-02 14:28:29 -07:00
2016-07-06 12:58:41 -07:00
2016-07-14 11:13:27 -07:00
2016-08-02 20:58:28 -07:00
2016-07-19 10:43:29 -07:00
2016-08-02 14:28:29 -07:00
2016-07-25 03:43:29 -07:00
2016-07-25 03:43:29 -07:00