Skip to content

Commit

Permalink
Add FlatList, SectionList & VirtualizedList
Browse files Browse the repository at this point in the history
  • Loading branch information
Kureev committed Apr 8, 2017
1 parent f52e467 commit 0855eff
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

- Migrate from the decrepated `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))

## [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 0855eff

Please sign in to comment.