react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Material Design for React Native (Android & iOS)

Results 474 react-native-paper issues
Sort by recently updated
recently updated
newest added

observe: TextInput label color in flat mode (outlined mode is fine) mapped to theme.colors.primary expected: TextInput label color in flat mode mapped to theme.colors.onSurfaceVariant https://snack.expo.dev/Fj0K2dFFl

repro provided

This PR introduces new component named: `SegmentedButton`. ### Summary General overview of the component: https://m3.material.io/components/segmented-buttons/overview Highlights: - single or multi-selection - segmented buttons can have 2-5 segments, segments cannot wrap...

Material You (v5)
SegmenetedButtons

### Summary PR introduces some adjustments according to the [comment](https://github.com/callstack/react-native-paper/pull/3300#issuecomment-1212871400) from the previously merged PR. ### Test plan Test and CI should pass.

dependencies

Hello and thank you for your library :) Let me copy/paste a problem posted by @andrei-datcu on [react-navigation](https://github.com/react-navigation/react-navigation/issues/10234), because I have the same problem ## Description Material bottom tabs with...

repro provided

### Current behaviour What I managed to find out is that the animations are not firing and hence the menu doesn't pop up where it should be nor it gets...

needs repro
Menu

Version: "react-native": "0.68.2", "react-native-paper": "5.0.0-rc.3", "react-native-vector-icons": "^9.2.0", Problem: the fontFamily in the ` `does not take effect while the `` does works as expected. https://snack.expo.dev/@wztrustgrid/fontfamilyintheme ``` import { StyleSheet, View...

Typography
repro provided

### Summary The type for onPress was incorrect for Android (default) Radio button ### Test plan Fixed warning in TS

### Current behaviour `onLongPress` doesn't work when passed as a prop to `TouchableRipple` ### Expected behaviour `onLongPress` is executed, as specified by your [documentation](https://callstack.github.io/react-native-paper/touchable-ripple.html#onLongPress) ### Code sample The snack is...

TouchableRipple
repro provided

### Current behaviour ```shell TypeError: undefined is not an object (evaluating 't.colors') This error is located at: in MaterialBottomTabViewInner (created by MaterialBottomTabView) in RCTView (at View.js:32) in View (created by...

bug
repro provided

Hi after issuing this command `npx react-native run-android --variant=release` and install the release apk to my real device the theme is not working RN version : [email protected] RNP version: [email protected]...

Keep opened
Theme