import React from 'react'; import { Slider, FormControl } from 'native-base'; export const Example = () => { return ( ); };