react-native-ico-software-development 5.1.2 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/static/c.png ADDED
Binary file
Binary file
Binary file
package/typings.d.ts CHANGED
@@ -1,39 +1,45 @@
1
1
  declare module 'react-native-ico-software-development' {
2
2
  import { ReactNode } from 'react';
3
- import { SvgProps, AdditionalProps } from 'react-native-svg';
3
+ import { SvgProps } from 'react-native-svg';
4
4
 
5
- type iconNames = 'nginx' |
6
- 'raspberry-pi' |
7
- 'java' |
8
- 'docker' |
9
- 'python' |
10
- 'react' |
11
- 'haskell' |
12
- 'lisp' |
13
- 'common-lisp' |
5
+ type AdditionalProps = {
6
+ onError?: (error: Error) => void;
7
+ onLoad?: () => void;
8
+ fallback?: ReactNode;
9
+ };
10
+
11
+ type iconNames = 'java' |
14
12
  'github' |
15
- 'scratch' |
16
- 'postscript' |
17
13
  'visual-basic' |
18
- 'delphi' |
19
- 'ruby' |
20
- 'c-1' |
21
- 'composer' |
22
- 'c' |
23
- 'go-lang' |
24
- 'gnu-bash' |
25
- 'mysql' |
26
- 'swiftify' |
27
14
  'scala' |
15
+ 'go-lang' |
16
+ 'c' |
17
+ 'react' |
18
+ 'css' |
19
+ 'lisp' |
20
+ 'docker' |
21
+ 'sass' |
28
22
  'swift' |
29
23
  'typescript' |
30
- 'sass' |
31
- 'php' |
24
+ 'python' |
32
25
  'webhook' |
33
- 'javascript' |
26
+ 'c-1' |
27
+ 'composer' |
28
+ 'scratch' |
29
+ 'delphi' |
30
+ 'gnu-bash' |
31
+ 'postscript' |
32
+ 'nginx' |
33
+ 'mysql' |
34
34
  'html-5' |
35
- 'css' |
36
- 'nodejs';
35
+ 'nodejs' |
36
+ 'common-lisp' |
37
+ 'php' |
38
+ 'swiftify' |
39
+ 'raspberry-pi' |
40
+ 'haskell' |
41
+ 'ruby' |
42
+ 'javascript';
37
43
 
38
44
  type iconColors = '#004284' |
39
45
  '#00579E' |
@@ -143,7 +149,7 @@ declare module 'react-native-ico-software-development' {
143
149
  width?: number;
144
150
  height?: number;
145
151
  color?: string;
146
- colors: colorsType;
152
+ colors?: colorsType;
147
153
  stroke?: number;
148
154
  background?: backgroundType | backgroundTypeObj;
149
155
  badge?: number | string | badgeTypeObj;