import variable from "./../variables/platform"; export default (variables = variable) => { const pickerTheme = { flex:1 }; return pickerTheme; };