Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshdeep Singh authored and Arshdeep Singh committed Jan 12, 2024
1 parent bb2ba86 commit 6725bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ import * as BLUIThemes from '@brightlayer-ui/react-native-themes';

This Document contains a set of style overrides in components around various [React Native Paper](https://callstack.github.io/react-native-paper/index.html) components.

By default, the theming mechanism provided by RNP is very minimal and does not allow us to style components precisely the way we want for Brightlayer UI applications. The theme does not cover all cases to circumvent this issue, for some components, the end user may need to add extra styles or theme overrides inline that can be used to bring them in alignment with Brightlayer UI applications
By default, the theming mechanism provided by RNP is very minimal and does not allow us to style components precisely the way we want for Brightlayer UI applications. The theme does not cover all cases to circumvent this issue, for some components, you may need to add extra styles or theme overrides inline that can be used to bring them in alignment with Brightlayer UI applications

To style components listed in the document to look correct in the application, the end user should use the [Brightlayer UI Components Style Override](https://github.com/etn-ccis/blui-react-native-themes/blob/master/RNPComponents/RNPComponents.md) in place of the respective components from React Native Paper.
To style components listed in the document to look correct in the application, you should use the [Brightlayer UI Components Style Override](https://github.com/etn-ccis/blui-react-native-themes/blob/master/RNPComponents/RNPComponents.md) in place of the respective components from React Native Paper.

### TypeScript

Expand Down
2 changes: 1 addition & 1 deletion RNPComponents/RNPComponents.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## React Native Paper Component Style Overrides

These styles override components will simplify this process so that the end user does not create the component designs to bring them in alignment with Brightlayer UI applications.
These styles override components will simplify this process so that you do not create the component designs to bring them in alignment with Brightlayer UI applications.

- ### Avatar

Expand Down

0 comments on commit 6725bf4

Please sign in to comment.