1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Video working

This commit is contained in:
Zhiyuan Zheng
2020-10-30 20:03:44 +01:00
parent 2fae98cb9e
commit aa53533534
11 changed files with 319 additions and 182 deletions

View File

@ -75,7 +75,8 @@ const styles = StyleSheet.create({
})
Actioned.propTypes = {
action: PropTypes.oneOf(['favourite', 'follow', 'poll', 'reblog']).isRequired,
action: PropTypes.oneOf(['favourite', 'follow', 'mention', 'poll', 'reblog'])
.isRequired,
name: PropTypes.string,
emojis: PropTypes.arrayOf(propTypesEmoji),
notification: PropTypes.bool