githuboftigran / rn-range-slider

A native slider with range
MIT License
242 stars 136 forks source link

[v1.3.1] JSON value '0' of type NSNumber cannot be converted to NSString #43

Closed ahce closed 4 years ago

ahce commented 4 years ago

This error doesn't occur in version 1.3.0.

It only happens on iOS.

image

Environment

githuboftigran commented 4 years ago

@ahce , you probably forgot to rebuild the application after upgrading to 1.3.1, because all values passed to native views are Strings in 1.3.1.

ahce commented 4 years ago

@githuboftigran Sorry for my mistake, rebuilding works fine!