Skip to content

Commit

Permalink
Remove unused styles (#22083)
Browse files Browse the repository at this point in the history
Summary:
Removes unused styles.

NOTE: Lint rule `react-native/no-unused-styles` not added because of custom lint rule internally at Facebook that does this.
Pull Request resolved: facebook/react-native#22083

Differential Revision: D12929443

Pulled By: TheSavior

fbshipit-source-id: d42b0be3db745e445447e65df3b78b61f53e4229
  • Loading branch information
james-watkin committed Nov 5, 2018
1 parent 29aaa20 commit 8ec7bec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SliderExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ class SlidingCompleteExample extends React.Component<
}

const styles = StyleSheet.create({
slider: {
height: 10,
margin: 10,
},
text: {
fontSize: 14,
textAlign: 'center',
Expand Down

0 comments on commit 8ec7bec

Please sign in to comment.