We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e0a9a commit feb03dfCopy full SHA for feb03df
1 file changed
8-styling/8.3-separating-styles-from-component.md
@@ -109,6 +109,8 @@ export default Button;
109
>Button.component.style.ios.js
110
111
```js
112
+import { StyleSheet } from 'react-native';
113
+
114
export default StyleSheet.create({
115
container: {
116
padding: 10,
@@ -127,6 +129,8 @@ export default StyleSheet.create({
127
129
>Button.component.style.android.js
128
130
131
132
133
134
135
136
0 commit comments