You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://twitter.com/rnuilib"><imgsrc="https://img.shields.io/twitter/follow/rnuilib.svg?style=flat&colorA=1DA1F2&colorB=20303C&label=Follow%20us%20on%20Twitter"alt="Follow on Twitter"></a>
15
-
16
+
<ahref="https://twitter.com/rnuilib"><imgsrc="https://img.shields.io/twitter/follow/rnuilib.svg?style=flat&colorA=1DA1F2&colorB=20303C&label=Follow%20us%20on%20Twitter"alt="Follow on Twitter"></a>
16
17
17
18
Check out our [Docs](https://wix.github.io/react-native-ui-lib/). <br>
Your configurations will be applied on uilib components so you can use them easily with [modifiers](https://wix.github.io/react-native-ui-lib/docs/foundation/modifiers).
101
+
102
+
Use it all together.
103
+
Your configurations will be applied on uilib components so you can use them easily with [modifiers](https://wix.github.io/react-native-ui-lib/docs/foundation/modifiers).
99
104
100
105
```jsx
101
106
// MyScreen.js
@@ -107,15 +112,16 @@ class MyScreen extends Component {
107
112
render() {
108
113
return (
109
114
<View flex padding-page>
110
-
<Text heading marginB-s4>My Screen</Text>
115
+
<Text heading marginB-s4>
116
+
My Screen
117
+
</Text>
111
118
<Card height={100} center padding-card marginB-s4>
112
119
<Text body>This is an example card </Text>
113
120
</Card>
114
-
121
+
115
122
<Button label="Button" body bg-primaryColor square></Button>
0 commit comments