Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit bf94ba0

Browse files
authored
Merge pull request #83 from wcandillon/docs-fix
chore: fix docs typo
2 parents 354d4a6 + 2e6959d commit bf94ba0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ export default class Debug extends ResponsiveComponent {
143143
}
144144
```
145145

146-
### getStyleSheet
146+
### getStylesheet
147147

148148
```jsx
149149
import React from "react";
150-
import {ResponsiveComponent, getStyleSheet} from "react-native-responsive-ui";
150+
import {ResponsiveComponent, getStylesheet} from "react-native-responsive-ui";
151151

152152
export default class Debug extends ResponsiveComponent {
153153
render() {
@@ -158,8 +158,8 @@ export default class Debug extends ResponsiveComponent {
158158
style: { container: { backgroundColor: "red" } }
159159
}
160160
];
161-
const style = getStyleSheet({width, height}, styles)
161+
const style = getStylesheet({width, height}, styles)
162162
return <View style={style.container} />
163163
}
164164
}
165-
```
165+
```

0 commit comments

Comments
 (0)