Skip to content

Commit

Permalink
Fix image lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdario committed Nov 14, 2017
1 parent 8cb35e0 commit b072790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColorWheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class ColorWheel extends Component {
style={[styles.coverResponder, this.props.style]}>
<Image
style={[styles.img, {height: radius * 2, width: radius * 2}]}
source={require('yeti/app/assets/img/color-wheel.png')} />
source={require('./color-wheel.png')} />
<Animated.View
{...this._panResponder.panHandlers}
style={[this.state.pan.getLayout(), styles.circle, {
Expand Down

0 comments on commit b072790

Please sign in to comment.