We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a1fe1 commit a241129Copy full SHA for a241129
README.md
@@ -54,6 +54,15 @@ export const iconSet = {
54
```
55
56
## How to use:
57
+Somewhere in your code (e.g. the root component), just register your Iconset:
58
+```
59
+import {iconSet} from './iconSet';
60
+import Ikon from 'react-native-ikon';
61
+
62
+Ikon.registerIconSet(iconSet);
63
64
65
+In your render-functions:
66
67
<Ikon name="lessons.openLesson" />
68
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-ikon",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "flexible IconSets for react-native",
5
"main": "index.js",
6
"repository": {
0 commit comments