Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jerrysam
Copy link
Contributor

@jerrysam jerrysam commented Apr 2, 2020

…tive-elements"

This reverts commit b7ccc87.

playIcon: {
fontSize: 92,
color: '#333',
},
Copy link

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',
Copy link

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,
Copy link

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: {
Copy link

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',
},
Copy link

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} />
Copy link

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>
Copy link

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}
Copy link

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}
Copy link

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space indentation expected

@hernanmd hernanmd self-assigned this Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants