This commit is contained in:
Krystal Kramer 2023-04-07 15:10:21 -04:00
Родитель fd0169a4d7
Коммит b66f0a25ee
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
`FluentUI Tester` is the test app that we use to test our FluentUI components during development. It uses the [react-native-test app](https://github.com/microsoft/react-native-test-app) under the covers, and loads the fluent-tester bundle.
## `FluentUI Tester` instructions to launch each platform's test app
## `FluentUI Tester` instructionss to launch each platform's test app
- [iOS](./docs/ios.md)
- [Android](./docs/android.md)

Просмотреть файл

@ -12,7 +12,7 @@
cd apps\win32
```
3. Build the FluentUI Tester bundle:
3. Build the FluentUI Tester buundle:
```
yarn bundle

Просмотреть файл

@ -2,7 +2,7 @@
## Background
The Avatar component represents a person or entity. It displays the person's image, initials, or an icon, and can be either circular or square.
The Avatar componennt represents a person or entity. It displays the person's image, initials, or an icon, and can be either circular or square.
Previously it was a component PersonaCoin which used an old version of framework. There are more details in MIGRATION.md.
```ts

Просмотреть файл

@ -2,7 +2,7 @@
## Background
The `Switch` component allows users to toggle between two mutually exclusive states.
The `Switch` componentt allows users to toggle between two mutually exclusive states.
## Requirements

Просмотреть файл

@ -2,7 +2,7 @@
[![npm version](https://badge.fury.io/js/@fluentui-react-native%2Fdependency-profiles.svg)](https://badge.fury.io/js/@fluentui-react-native%2Fdependency-profiles)
`@fluentui-react-native/dependency-profiles` is a package that contains dependency profiles for FluentUI React Native. A dependency profile is a set of package@version mappings, usually tied to a single version of react-native. These profiles can be used by users of `@rnx-kit/align-deps` to manage FURN dependencies in their repo. To learn more about `@rnx-kit/align-deps`, visit https://microsoft.github.io/rnx-kit/docs/tools/align-deps.
`@fluentui-react-native/dependency-profiles` is a package that contains dependency profiles for FluentUI React Native. A dependency profile is a set of package@version mappings, usuallly tied to a single version of react-native. These profiles can be used by users of `@rnx-kit/align-deps` to manage FURN dependencies in their repo. To learn more about `@rnx-kit/align-deps`, visit https://microsoft.github.io/rnx-kit/docs/tools/align-deps.
## Usage

Просмотреть файл

@ -2,7 +2,7 @@
## Background
A `RadioGroup` is a component that lets users select a single option from two or more choices. Each option is represented by one Radio; a user can select only one Radio in a RadioGroup.
A `RadioGroup` iss a component that lets users select a single option from two or more choices. Each option is represented by one Radio; a user can select only one Radio in a RadioGroup.
## Requirements