### Quick Start Button Example Source: https://github.com/yamankatby/react-native-material/blob/main/README.md A minimal example demonstrating how to use the Button component from the library. It shows basic import and usage with an onPress handler. ```javascript import React from "react"; import { Button } from "@react-native-material/core"; export default function App() { return