About 976,000 results
Open links in new tab
  1. Icons | React Native Paper - GitHub Pages

    Many components such as Button accept an icon prop which is used to display an icon. The icon prop supports the following types of values: 1. An icon name. You can pass the name of an icon from MaterialCommunityIcons. This will use the react-native-vector-icons library to display the icon. Example: 2. An image source.

  2. IconButton | React Native Paper - GitHub Pages

    Whether icon button is selected. A selected button receives alternative combination of icon and container colors.

  3. Button | React Native Paper - GitHub Pages

    Style of button's inner content. Use this prop to apply custom height and width, to set a custom padding or to set the icon on the right with flexDirection: 'row-reverse'.

  4. react-native paper button vector-icons float right

    Jul 13, 2020 · Icons in the floating action button on react native not shows the text if the position is center

  5. React Native Paper Button icon size - Stack Overflow

    Jul 10, 2020 · You can do by adding icons as a child, still that feature is not yet developed, they have raised a PR: import { Button, Text } from 'react-native-paper'; style={buttonStyle} mode="contained" contentStyle={buttonContentStyle} <Icon name="warning" size={24} color="#fff" /> <View style={{ width: 16, height: 1 }} />

  6. #22 React Native Paper Icon Button | Customizing & Enhancing Buttons

    In this tutorial, we'll dive into the React Native Paper Icon Button component, focusing on its implementation, customization, and practical use cases to elevate your app's...

  7. How to create a button in react-native using react-native-paper

    Jul 31, 2024 · React Native provides pre-defined components like button and TouchableOpacity to create buttons in a react native app. In this article, we will see how to create buttons in react-native, their syntax, and different types of buttons available in react-native.

  8. React-Native-Paper Button: A Comprehensive Guide

    Feb 27, 2024 · With its simple API and powerful customization options, the React-native-paper Button component is a valuable tool for any React Native developer looking to create beautiful, functional mobile applications.

  9. Designing a custom UI using React Native Paper

    May 2, 2023 · React Native Paper helps us build a nice UI with the implementation of widely used design principles developed by Google. By providing a set of customizable components with good theming support, we can build an MVP in little to no time.

  10. React Native Paper Icons repository - Stack Overflow

    Aug 1, 2020 · How to get an Icon Component in react-native-paper without Button Component like in react-native-elements

Refresh