githuboftigran / rn-range-slider

A native slider with range
MIT License
234 stars 130 forks source link

Retain / generate .js files to be included along with the .ts(x) files #132

Closed fahad86 closed 1 year ago

fahad86 commented 1 year ago

Since 2.2.0 rn-range-slider switched to using typescript instead of js. All JS files were removed making the library incompatible with projects using only JS.

TODO:

Generate and include JS(x) files alongside TS(x) files