Skip to content

Commit

Permalink
Fixed rippleColor crashing on android API 16
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Nov 19, 2017
1 parent fc471fc commit ca74718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/views/AnchorSheetView.js
Expand Up @@ -134,7 +134,7 @@ class AnchorSheetView extends Component {
autoAnchor
elevation={18}
backgroundColor={'#ffffff'}
rippleColor="grey"
rippleColor={'#55ffffff'}
/>
</CoordinatorLayout>
)
Expand Down
2 changes: 1 addition & 1 deletion example/views/GoogleMapsView.js
Expand Up @@ -259,7 +259,7 @@ class GoogleMapsView extends Component {
autoAnchor
elevation={18}
rippleEffect={true}
rippleColor="grey"
rippleColor="#55ffffff"
icon="directions"
iconProvider={IconMDI}
iconColor={WHITE}
Expand Down
2 changes: 1 addition & 1 deletion example/views/SimpleView.js
Expand Up @@ -66,7 +66,7 @@ class SimpleView extends Component {
iconColor='#4589f2'
iconProvider={Icon}
backgroundColor={'#ffffff'}
rippleColor="grey"
rippleColor={'#55ffffff'}
/>
</CoordinatorLayout>
)
Expand Down

0 comments on commit ca74718

Please sign in to comment.