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
This extension provides code snippets for `react-native-ui-lib`'s components for Vs Code editor.
4
-
It supports JavaScript and TypeScript, ReactJavaScript and ReactTypeScript.
4
+
This extension provides code snippets for `react-native-ui-lib`'s components for VS Code editor.
5
+
The extension supports JavaScript and TypeScript, ReactJavaScript and ReactTypeScript.
5
6
6
7
## How to use
7
8
8
-
After installing this extension you can generate a code snippet by simply typing a component's name (camelCase) and see the option in the suggestion tooltip.
9
-
Using the tab key you can navigate through the fields to enter your values.
9
+
After installing the extension you can generate a code snippet by simply typing a component's name (camelCase) and see the option in the suggestions tooltip.
10
+
⚠️ Make sure the 'snippet suggestion' option in your user settings is set to 'top' for better visibility.
10
11
11
-
Also, type `rnuilib` and get the uilib import - `import {} from 'react-native-ui-lib'` - to import the components.
12
+
Using the 'tab' key you can navigate through the component's fields to enter your own values.
13
+
14
+
Also, type 'rnuilib' and get the rnuilib import - `import {} from 'react-native-ui-lib'` - necessary to import the rnuilib components.
12
15
13
16
See video:
14
17
15
18

16
19
17
20
## Requirements
18
21
19
-
This extension generate code for `react-native-ui-lib`'s components. `react-native-ui-lib` should be installed as a dependency to your projects. See: https://github.com/wix/react-native-ui-lib#installing
22
+
This extension generate code for `react-native-ui-lib`'s components. `react-native-ui-lib` should be installed as a dependency to your projects. See: https://wix.github.io/react-native-ui-lib/docs/getting-started/setup
0 commit comments