react-native-app-helpers/createHrComponent Creates a new React component which resembles a HTML <hr> component. Usage import { createHrComponent } from "react-native-app-helpers"; const ExampleHr = createSidebarComponent(`red`, 3); const ExampleScreen = () => ( <ExampleHr /> );