-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "clean up record, stop, play buttons using icons from react-na… #4
base: master
Are you sure you want to change the base?
Conversation
…tive-elements" This reverts commit b7ccc87.
playIcon: { | ||
fontSize: 92, | ||
color: '#333', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
}, | ||
playIcon: { | ||
fontSize: 92, | ||
color: '#333', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
' should be "
The key 'color' is not sorted alphabetically
space indentation expected
backgroundColor: '#333', | ||
}, | ||
playIcon: { | ||
fontSize: 92, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
height: 60, | ||
backgroundColor: '#333', | ||
}, | ||
playIcon: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key 'playIcon' is not sorted alphabetically
space indentation expected
width: 60, | ||
height: 60, | ||
backgroundColor: '#333', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
) | ||
} | ||
|
||
export function StopButton({ onPress }) { | ||
return ( | ||
<TouchableOpacity style={styles.recordButton} onPress={onPress}> | ||
<Icon name="stop" size={50} color="#333" /> | ||
<View style={styles.stopIcon} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
<TouchableOpacity | ||
style={styles.recordButton} | ||
onPress={onPress} | ||
></TouchableOpacity> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
</TouchableOpacity> | ||
<TouchableOpacity | ||
style={styles.recordButton} | ||
onPress={onPress} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
<Icon name="microphone" size={50} color="#333" /> | ||
</TouchableOpacity> | ||
<TouchableOpacity | ||
style={styles.recordButton} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
<TouchableOpacity style={styles.recordButton} onPress={onPress}> | ||
<Icon name="microphone" size={50} color="#333" /> | ||
</TouchableOpacity> | ||
<TouchableOpacity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space indentation expected
…tive-elements"
This reverts commit b7ccc87.