tleunen / react-number-editor

Custom number editor (text field) react component
MIT License
70 stars 15 forks source link

react-native support ? #7

Closed mydearxym closed 9 years ago

mydearxym commented 9 years ago

amazing work! is this component support react-native?

tleunen commented 9 years ago

Never tried React Native yet so I don't know. But because the syntax changed between simple React and React Native, I'm pretty sure it's not supported and would need a few changes. Feel free to try it and submit the needed changes if it's not too many changes, otherwise I think another repo would be better.

KyleAMathews commented 9 years ago

This module wouldn't work on IOS as it relies the DOM for touch support, etc.

mydearxym commented 9 years ago

thanks ~ maybe use webView inside react-native is the better choice~