Arman

Results 17 comments of Arman

It's a little bit tricky but here it is for anyone who looks for it: ```javascript {timeToShow.includes('S') ? this.renderDoubleDigits(timeLabels.d, newTime[3]) : null} {showSeparator && timeToShow.includes('S') && timeToShow.includes('M') ? this.renderSeparator() :...

Yes here it is. I made it a bit simplified... ```javascript import React from 'react'; import { SafeAreaView, TouchableOpacity, Text, InteractionManager, } from 'react-native'; import Ionicons from 'react-native-vector-icons/Ionicons'; import {primaryColor}...

Yes but I think 1.5s would be optimum for it, or its much better if you define a setter for that too. The other thing came to my mind on...

@hearsilent I've got it running. -the duration is ok. -show on press hold not working -and for the other option this happens. ![sample](https://user-images.githubusercontent.com/53018491/79011993-8670fe00-7b7a-11ea-8d4e-222d051f74ec.png) FYI: currently it's on `showOnPressHold | showOnProgressChange`...

@hearsilent Sure, here is the simplest way. I tried to simulate the value change using a secondary slider: XML: ````xml ```` and the Java: ````java import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import...

@hearsilent It works good for me. About the other option: it's still not working. The current issue is the bubble should show up when you hold the thumb (not dragging...

@hearsilent I called it before setting the listener as You mentioned in docs unfortunately it didn't work.

@hearsilent I understand it, and I did so. but the thing that I suspect is me explaining what I mean incorrectly. Can You please tell me the simple logic behind...

@hearsilent so far so good. I'll be waiting

Hi everyone, I need this with dynamic labels, so I can't use the **awebfont.ir**. Have you found a solution?