wix-incubator / react-native-custom-segmented-control

Custom version of the IOS SegmentedControl component
MIT License
168 stars 24 forks source link

Android support? #2

Closed beaur closed 8 years ago

beaur commented 8 years ago

Does this component work on android as well? If not is it on the roadmap?

gran33 commented 8 years ago

Hi @beaurushton, this component doesn't support Android. In Android u have this component in the framework: https://facebook.github.io/react-native/docs/viewpagerandroid.html

It will force u to have different views for each platform (iOS and Android) in different files: myComponent.ios.js myComponent.android.js