import { View } from 'react-native'; import React from 'react'; /** * A spacer that can be used with the control bar to space out components left and right. */ export const Spacer = () => { return ; };