python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does List.Accordion get highlighted in white when being selected on IOS?
I'm currently using the List.Accordion component by react native paper and when being selected on IOS the entire List.Accordion component gets highlighted in white but on Android it instead gets highl...
Nick
Votes: 0
Answers: 2
How to make react native paper theme snackbar sticky in scroll view at bottom of screen?
I want a sticky snack bar from the react-native paper theme. Currently with scroll up the snack bar goes upside as well. Instead, I want to make it fixed at a position in scroll view.
Gaurav Khatri
Votes: 0
Answers: 1
Center React Native Paper Modal
I might be missing something small here but I can't seem to get my <Modal> component to center in my React Native app. Here is the code for the modal:
...
<Portal>
...
patataskr
Votes: 0
Answers: 1
Type 'Handles' is missing the following properties from type 'TextInput'
I use React Native Paper and react-native-text-input-mask to show a field for the phone number:
// Imports
import {TextInput} from 'react-native-paper'
import TextInputMask from 'react-native-text-inp...
Denis Sologub
Votes: 0
Answers: 1