Skip to content

Commit 1fd262c

Browse files
committed
Merge branch 'master' into feat/TabControllerV2
2 parents 2c53fa2 + ec5aa97 commit 1fd262c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ please use `react-native-ui-lib@^3.0.0`
4040
### Step 1
4141
Load your foundations and presets (colors, typography, spacings, etc...)
4242

43-
```
43+
```js
4444
// FoundationConfig.js
4545

4646
import {Colors, Typography, Spacings} from 'react-native-ui-lib';
@@ -71,7 +71,7 @@ Spacings.loadSpacings({
7171
### Step 2
7272
Set default configurations to your components
7373

74-
```
74+
```js
7575
// ComponentsConfig.js
7676

7777
import {ThemeManager} from 'react-native-ui-lib';
@@ -97,7 +97,7 @@ ThemeManager.setComponentTheme('Button', (props, context) => {
9797
Use it all together.
9898
Your configurations will be applied on uilib components so you can use them easily with [modifiers](https://wix.github.io/react-native-ui-lib/foundation/modifiers).
9999

100-
```
100+
```jsx
101101
// MyScreen.js
102102

103103
import React, {Component} from 'react';

0 commit comments

Comments
 (0)