[Question]: Is there any support for "standard" material UI input in React Native Paper?
See original GitHub issueHey!
I’d like to use the latest version of react native paper (text input), however I noticed there is only support for:
mode
Type: 'flat' | 'outlined'
Is there any support for the React Native Paper V1 style input / Material UI “standard” input?
What I was hoping to get 🤞 🙏 on V1 (https://callstack.github.io/react-native-paper/1.0/text-input.html)
Similarly seen on material UI “standard” input (https://mui.com/material-ui/react-text-field/):
This is the React Native form I have ATM:
The library we are currently using: import { TextField } from 'rn-material-ui-textfield';
is a fork (seemingly unmaintained) from another unmaintained library with input underline issues on android/ios 😢 Which is why I’m moving over to React Paper! 🔥
This is what the form looks like with the existing unmaintained lib when it “works” (and what I’m hoping to achieve with the latest version React Native Paper):
The Question Really:
Do I need to use an older version of Paper? Or is there a way to achieve this with the latest version via styles / props? I think i tried everything style wise, but maybe not! 🤞
Versions:
react-native: 0.64.3
react-native-paper: ^4.12.1
react-native-vector-icons: 0.0.0
(not using vector icons)
Appreciate any help!
Issue Analytics
- State:
- Created a year ago
- Comments:7 (1 by maintainers)
Top GitHub Comments
Thanks @lukewalczak for the speedy response!
Hey @johnny-mcfadden-dailypay, answering your question there is no support for the v1 style input. The current design is following the v2 MD documentation. In the nearest future we’ll introduce Material You (v3) and input will look very similar: