Tweak haptics, add to post controls (#5977)
* change timing to 10ms, make ios only * add haptics to post controls * rm from like button
This commit is contained in:
@@ -51,9 +51,11 @@ let RepostButton = ({
|
||||
<Button
|
||||
testID="repostBtn"
|
||||
onPress={() => {
|
||||
playHaptic('Light')
|
||||
requireAuth(() => dialogControl.open())
|
||||
}}
|
||||
onLongPress={() => {
|
||||
playHaptic('Heavy')
|
||||
requireAuth(() => onQuote())
|
||||
}}
|
||||
style={[
|
||||
|
||||
Reference in New Issue
Block a user