### Install @carbon/react-native using npm Source: https://carbon-design-system.github.io/carbon-react-native/index Command to install the @carbon/react-native package as a production dependency using npm. ```Shell npm install -S @carbon/react-native ``` -------------------------------- ### Install @carbon/react-native using Yarn Source: https://carbon-design-system.github.io/carbon-react-native/index Command to install the @carbon/react-native package as a production dependency using Yarn. ```Shell yarn add @carbon/react-native ``` -------------------------------- ### Import and use Carbon React Native Button component Source: https://carbon-design-system.github.io/carbon-react-native/index Example demonstrating how to import and use the `Button` component from `@carbon/react-native` with a primary kind and custom text. It includes a placeholder `onPress` handler. ```JavaScript import { Button } from '@carbon/react-native';