A react-native component library that implements the Fluent Design System.
FluentUI React Native is a javascript component library that provides developers with controls that are part of the Fluent Design System. These controls are built on React Native and are customizable. The library is still in the alpha stages of development but developers are encouraged to download and use the components, though they may encounter some issues. Feedback and issue filing are welcomed to improve the quality of the library.
To begin using FluentUI React Native in an existing React Native project, follow these steps:
npm install @fluentui/react-native
import { Text, Checkbox } from '@fluentui/react-native';
Note: If you encounter an error regarding pragma and pragmaFrag when using the package, try switching to classic runtime.
FluentUI React Native is a javascript component library that provides developers with customizable controls based on the Fluent Design System. It is built on React Native and supports multiple platforms. The library is still in the alpha stages of development, but feedback and issue filing are encouraged to improve its quality. Installation is simple and can be done in existing React Native projects. Overall, FluentUI React Native is a promising library for developers looking to create visually appealing and responsive applications.