mdbaniani

Results 20 comments of mdbaniani

plz somebody implement this as soon as possible. because specially when you limit the default comment numbers to be shown , it is very logical that the latest ones should...

var persianjs = require("persianjs") persianJs("12000000").digitsToWords().toString(); Expected result: دوازده میلیون Returned result: دوازده میلیون و هزار

> I'm also running into this. Manual linking has failed for me unfortunately. same here

imagine somebody wants to selects his/her birthday. he/she has 30 years old and the default current date is today. the user has to touch the previous button 30 * 12...

same problem here. any workaround? the calendar is impossible to use without a fix.

> The app properly works on Android TV and the layout adapts to landscape mode. However the app does not show up in apps list screen. > > I tested...

> > @alexanderblackh copying the files over also worked for me, an update to the docs would be very appreciated! :) > > Would also like to note, this only...

> addRange(): The given range isn't in document. try [this](https://github.com/pasicopan/react-quill-image-uploader/issues/2#issuecomment-1033811773)

> try imageContainerStyles: { > ...styles here > } as far as I remember I tried everything. I think the mentioned style only styles the image container (as mentioned) and...

> I know this is pretty old, but I was able to set the image size like this: > > ```js > image: ( > source={require("./assets/icon.png")} > resizeMode="contain" > style={{...