I'm making forms in React Native using tcomb-form-native (https://github.com/gcanti/tcomb-form-native) module. This module provides a boolean type of input, which renders a Switch component (https://facebook.github.io/react-native/docs/switch.html).
Right now, I'm trying to style it, so the Switch would look like this: 
I'm not sure what would be the best way to achieve that? Using the switch component? using a fake component that triggers the real switch (which would be hidden)?