This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ export default class Debug extends ResponsiveComponent {
143143}
144144```
145145
146- ### getStyleSheet
146+ ### getStylesheet
147147
148148``` jsx
149149import React from " react" ;
150- import {ResponsiveComponent , getStyleSheet } from " react-native-responsive-ui" ;
150+ import {ResponsiveComponent , getStylesheet } from " react-native-responsive-ui" ;
151151
152152export 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+ ```
You can’t perform that action at this time.
0 commit comments