Skip to content

Commit

Permalink
Merge pull request #662 from Kureev/patch-1
Browse files Browse the repository at this point in the history
Add FlatList, SectionList & VirtualizedList support
  • Loading branch information
kitten committed Apr 14, 2017
2 parents 1bef736 + 9196793 commit 93ba810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. If a contri
### Changed

- Migrated from the deprecated `React.PropTypes` to the `prop-types` package, thanks to [@YasserKaddour](https://github.com/YasserKaddour). (see [#668](https://github.com/styled-components/styled-components/pull/668))
- Add FlatList, SectionList & VirtualizedList support, thanks to @Kureev(https://github.com/Kureev). (see [#662](https://github.com/styled-components/styled-components/pull/662))
- Removed dependency on `glamor` and migrated remaining references to the internval vendored `glamor` module. (see [#663](https://github.com/styled-components/styled-components/pull/663))

## [v1.4.4] — 2017-03-01
Expand Down
2 changes: 1 addition & 1 deletion src/native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const aliases = `ActivityIndicator ActivityIndicatorIOS ART Button DatePickerIOS
SliderIOS SnapshotViewIOS Switch RecyclerViewBackedScrollView RefreshControl StatusBar
SwipeableListView SwitchAndroid SwitchIOS TabBarIOS Text TextInput ToastAndroid ToolbarAndroid
Touchable TouchableHighlight TouchableNativeFeedback TouchableOpacity TouchableWithoutFeedback
View ViewPagerAndroid WebView`
View ViewPagerAndroid WebView FlatList SectionList VirtualizedList`

/* Define a getter for each alias which simply gets the reactNative component
* and passes it to styled */
Expand Down

0 comments on commit 93ba810

Please sign in to comment.