react-native-paper
react-native-paper copied to clipboard
Material Design for React Native (Android & iOS)
In my case I used [Iconoir for React Native](https://github.com/lucaburgio/iconoir/tree/master/packages/iconoir-react-native) but you can use any external or custom icon library which React Native supports. ```cmd import { Mail } from "iconoir-react-native";...
**Is your feature request related to a problem? Please describe.** I have some screens using TextInputs that must be flush to the screen edges. Rather than having a whole separate...
**Is your feature request related to a problem?** No, but it would be nice if the `SearchBar` component could expose a `loading` property. **Describe the solution you'd like** Ideally, when...
### Summary The existing Portal documentation doesn't note that `Provider` supplies a `Portal.Host`; you have to click through to the documentation for `Portal.Host` to find this out. This is key...
### Summary Users going straight to the `Avatar.icon` section of the navigation may not realize there's a section dedicated to Icons above; I didn't. If they don't, it's unclear where...
### Summary SafeAreaProvider (and GestureHandlerRootView) backgrounds are white as default, but to remove that white flickering (or flash) when navigating you must set it color to black. ### Test plan...
I have checked many doc's for resolve this issue but can't find anything. Here i have added the video how it works and image for what is should have to...
### Current behaviour crashed on react native 0.69.1 with fabric enabled crashes saying dispatch command called without surface id - fabric dispatch command must be called through fabric jsi api...
I want to create an Appbar with an editable title, so I used: ```typescript import * as React from 'react'; import { Appbar } from 'react-native-paper'; import {TextInput} from 'react-native';...
Currently in Appbar, `.type` of the children is used to determine what the child is for e.g. [`AppbarBackAction`](https://github.com/callstack/react-native-paper/blob/6afa4fb98c6826c4d6b80db055ef8f21ed07b59a/src/components/Appbar/Appbar.tsx#L213) Is it possible to override a component's `.type` so that it can...