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-07-28 15:28:43 -07:00
2016-02-15 10:05:34 -08:00
2016-07-26 01:13:31 -07:00
2016-03-02 04:28:38 -08:00
2016-07-05 06:44:33 -07:00
2016-03-02 04:28:38 -08:00
2016-08-03 11:28:58 -07:00
2016-07-05 06:44:33 -07:00
2016-08-01 11:58:36 -07:00
2016-07-26 01:13:31 -07:00
2016-07-05 06:44:33 -07:00
2016-07-26 01:13:31 -07:00
2016-07-05 06:44:33 -07:00
2016-07-28 12:43:34 -07:00
2016-07-26 01:13:31 -07:00
2016-07-05 06:44:33 -07:00
2016-07-05 06:44:33 -07:00
2016-07-26 01:13:31 -07:00
2016-07-05 06:44:33 -07:00
2016-07-05 06:44:33 -07:00
2016-07-26 01:13:31 -07:00
2016-07-26 01:13:31 -07:00
2016-07-31 14:28:28 -07:00
2016-04-06 08:55:20 -07:00
2016-07-20 08:13:37 -07:00
2016-07-05 06:44:33 -07:00
2016-07-27 22:13:26 -07:00
2016-07-26 01:13:31 -07:00
2016-07-31 07:28:23 -07:00
2016-07-26 01:13:31 -07:00
2016-07-26 01:13:31 -07:00
2016-04-17 15:04:19 -07:00
2016-07-05 06:44:33 -07:00
2016-07-05 06:44:33 -07:00
2016-07-26 01:13:31 -07:00
2015-05-18 15:54:07 -08:00