React Native Paper
Có thể bạn quan tâm
React Native Paper is a high-quality, standard-compliant Material Design library that has you covered in all major use-cases.
Learn moreDocsTry out components in our demo apps:
It's free, it's Open Source!55,300
Downloads weekly on npm
7,371
Stars on GitHub
1,306
Number of commits
Look
What makes an app look native?
Its interface. It is responsive, fast and works reliably on both platforms. When building a React component, you have to style each of them yourself, according to the guidelines of the platform you are targeting. This can be overwhelming and non-trivial to do right.
Feel
What makes an app feel native?
Snappy interface that behaves just like any other app. It supports accessibility standards - in other words, it does everything a native app would do. Interactions in React Native are easy to do, but getting to 100% polish requires extra effort. Implementing exact platform-specific animations, making sure it runs under heavy load are just two examples of what we have to think when writing first-class interface.
React-native-paper ships with a lot of components and interactions that are there to satisfy every single use case you might have. See it for yourself.
Paper supports Material You!React Native Paper library officially supports the new Material Design generation called Material You - a brand new and the most expressive design system by Google.
All of the Paper’s components have been adjusted to the latest standards of visual by changes in colors, typography and animations so you can build your apps according to the latest trends.
Achieve more in less timeDon't waste your time writing complex components from scratch.
Standard React code
const Touchable = Platform.OS==='ios'? TouchableOpacity : TouchableWithNativeFeedbackconstButton=({ onPress })=><Touchablestyle={styles.button}onPress={onPress}><Textstyle={styles.text}> Press me</Text></Touchable>const styles = StyleSheet.create({ button:{// Styles here} text:{// Styles here}});With react-native-paper
<ButtononPress={onPress}> Press me</Button>👆Interactions, animations and accessibility.React-native-paper takes care of the details and your UI logic, so you can focus on your users.
Key concepts
react-native-paper focuses in important concepts that are hard to build from scratch.
Platform adaptation
React-native-paper meets high expectations set by iOS and Android ecosystems. Your users will appreciate this choice.
Full theming support
Every app is different - that’s why themes are first-class citizens in React-native-paper. Switch between dark and light modes, customise default colours or make your own. It’s never been that easy.
Accessibility and RTL support
React-native-paper is fully compatible with screen readers, readability tools and right-to-left languages. Make your app inclusive by default.
They are already using react-native-paper
Kurt Kemple
Co-organizer of @NYCGraphQL

brent
Developer @ Expo / React Native

Michał Osadnik
Software Engineer @SWMansion
We are in Discord
Join us in the #react-native-paper channel
Community where people discuss and supports others in building react-native-paper apps.
Join us on DiscordPaper is created by
React Native Core Contributors and official Facebook partners
Callstack cooperates with many clients from various industries, including big enterprises, helping them to improve their React Native products and achieve business goals.
Visit CallstackTừ khóa » Thư Viện Ui React Native
-
11 Thư Viện React Native Component Bạn Nên Biết - Viblo
-
17 Thư Viện Cho React Native Khuyên Dùng 2020 - Viblo
-
Các Thư Viện / Component UI Cho React Native
-
21 Thư Viện Tuyệt Vời Dành Cho Dự án React Native Của Bạn
-
Thư Viện Hoạt ảnh Và Thành Phần Giao Diện Người Dùng React ...
-
Top 9 Thư Viện Thành Phần React UI Mà Bạn Nên Biết Vào Năm 2022
-
12 Thư Viện React Không Thể “làm Ngơ” Khi Bắt đầu Dự án
-
NativeBase: Universal Components For React & React Native
-
Ant Design Of React
-
15+ React Native Component Libraries You Should Know In 2022
-
Linking Libraries - React Native
-
Có Thể Sử Dụng Thư Viện Material UI Với React Native Không?
-
Home · React Native Paper