* Adding screenshots to readme
* * add screenshots folder
* fixed multi choice, when nothing was selected it was giving [ undefined ]
* no spacing in showProgress when horizontal style
* readme nit
* update table of contents
* readme nit
* Update DialogAndroid.java
Support regular RN color value, no more crashing after first callback is consumed.
* new api in js
* updated js
* types fixing
* fixed class name from MaterialDialog to AndroidDialog
* Whops it should be DialogAndroid, not AndroidDialog
* fix showProgress - plan to remove this, just testing
* update readme
* added mroe examples
* assignDefaults example
* alternative shorthand signatures
* more readme
* deprecate string as item, selctedIndex, selectedIndices. moved to object as item, with label
* changes based on discusion with @vonovak
* readme nits
* readme nit
* readme touchups
* readme nit
* testing and fixes per testing
* .padStart is not same as prefix
quick fix, although I'd say that serializing the result as JSON on the java side and simply passing it on on the js side would be nicer... (could do it, if you'd be interested)