@pompadour/react-native-skia 1.5.0 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. package/lib/commonjs/specs/SkiaDomViewNativeComponent.d.ts +1 -1
  2. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.d.ts +1 -1
  3. package/lib/module/specs/SkiaDomViewNativeComponent.d.ts +1 -1
  4. package/lib/module/specs/SkiaPictureViewNativeComponent.d.ts +1 -1
  5. package/lib/typescript/src/specs/SkiaDomViewNativeComponent.d.ts +1 -1
  6. package/lib/typescript/src/specs/SkiaPictureViewNativeComponent.d.ts +1 -1
  7. package/libs/android/arm64-v8a/libskottie.a +0 -0
  8. package/libs/android/armeabi-v7a/libskottie.a +0 -0
  9. package/libs/android/x86/libskottie.a +0 -0
  10. package/libs/android/x86_64/libskottie.a +0 -0
  11. package/libs/ios/libskia.xcframework/ios-arm64_arm64e/libskia.a +0 -0
  12. package/libs/ios/libskia.xcframework/ios-arm64_arm64e_x86_64-simulator/libskia.a +0 -0
  13. package/libs/ios/libskottie.xcframework/Info.plist +5 -5
  14. package/libs/ios/libskottie.xcframework/ios-arm64_arm64e/libskottie.a +0 -0
  15. package/libs/ios/libskottie.xcframework/ios-arm64_arm64e_x86_64-simulator/libskottie.a +0 -0
  16. package/libs/ios/libskparagraph.xcframework/ios-arm64_arm64e/libskparagraph.a +0 -0
  17. package/libs/ios/libskparagraph.xcframework/ios-arm64_arm64e_x86_64-simulator/libskparagraph.a +0 -0
  18. package/libs/ios/libsksg.xcframework/ios-arm64_arm64e/libsksg.a +0 -0
  19. package/libs/ios/libsksg.xcframework/ios-arm64_arm64e_x86_64-simulator/libsksg.a +0 -0
  20. package/libs/ios/libskshaper.xcframework/Info.plist +5 -5
  21. package/libs/ios/libskshaper.xcframework/ios-arm64_arm64e/libskshaper.a +0 -0
  22. package/libs/ios/libskshaper.xcframework/ios-arm64_arm64e_x86_64-simulator/libskshaper.a +0 -0
  23. package/libs/ios/libskunicode.xcframework/ios-arm64_arm64e/libskunicode.a +0 -0
  24. package/libs/ios/libskunicode.xcframework/ios-arm64_arm64e_x86_64-simulator/libskunicode.a +0 -0
  25. package/libs/ios/libsvg.xcframework/Info.plist +5 -5
  26. package/libs/ios/libsvg.xcframework/ios-arm64_arm64e/libsvg.a +0 -0
  27. package/libs/ios/libsvg.xcframework/ios-arm64_arm64e_x86_64-simulator/libsvg.a +0 -0
  28. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
1
+ /// <reference types="react-native/types/modules/codegen" />
2
2
  import type { ViewProps } from "react-native";
3
3
  export interface NativeProps extends ViewProps {
4
4
  mode: string;
@@ -1,4 +1,4 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
1
+ /// <reference types="react-native/types/modules/codegen" />
2
2
  import type { ViewProps } from "react-native";
3
3
  export interface NativeProps extends ViewProps {
4
4
  mode: string;
@@ -1,4 +1,4 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
1
+ /// <reference types="react-native/types/modules/codegen" />
2
2
  import type { ViewProps } from "react-native";
3
3
  export interface NativeProps extends ViewProps {
4
4
  mode: string;
@@ -1,4 +1,4 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
1
+ /// <reference types="react-native/types/modules/codegen" />
2
2
  import type { ViewProps } from "react-native";
3
3
  export interface NativeProps extends ViewProps {
4
4
  mode: string;
@@ -1,4 +1,4 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
1
+ /// <reference types="react-native/types/modules/codegen" />
2
2
  import type { ViewProps } from "react-native";
3
3
  export interface NativeProps extends ViewProps {
4
4
  mode: string;
@@ -1,4 +1,4 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
1
+ /// <reference types="react-native/types/modules/codegen" />
2
2
  import type { ViewProps } from "react-native";
3
3
  export interface NativeProps extends ViewProps {
4
4
  mode: string;
Binary file
Binary file
Binary file
@@ -8,34 +8,34 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>libskottie.a</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64_arm64e</string>
11
+ <string>ios-arm64_arm64e_x86_64-simulator</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>libskottie.a</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
17
  <string>arm64e</string>
18
+ <string>x86_64</string>
18
19
  </array>
19
20
  <key>SupportedPlatform</key>
20
21
  <string>ios</string>
22
+ <key>SupportedPlatformVariant</key>
23
+ <string>simulator</string>
21
24
  </dict>
22
25
  <dict>
23
26
  <key>BinaryPath</key>
24
27
  <string>libskottie.a</string>
25
28
  <key>LibraryIdentifier</key>
26
- <string>ios-arm64_arm64e_x86_64-simulator</string>
29
+ <string>ios-arm64_arm64e</string>
27
30
  <key>LibraryPath</key>
28
31
  <string>libskottie.a</string>
29
32
  <key>SupportedArchitectures</key>
30
33
  <array>
31
34
  <string>arm64</string>
32
35
  <string>arm64e</string>
33
- <string>x86_64</string>
34
36
  </array>
35
37
  <key>SupportedPlatform</key>
36
38
  <string>ios</string>
37
- <key>SupportedPlatformVariant</key>
38
- <string>simulator</string>
39
39
  </dict>
40
40
  </array>
41
41
  <key>CFBundlePackageType</key>
@@ -8,34 +8,34 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>libskshaper.a</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64_arm64e_x86_64-simulator</string>
11
+ <string>ios-arm64_arm64e</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>libskshaper.a</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
17
  <string>arm64e</string>
18
- <string>x86_64</string>
19
18
  </array>
20
19
  <key>SupportedPlatform</key>
21
20
  <string>ios</string>
22
- <key>SupportedPlatformVariant</key>
23
- <string>simulator</string>
24
21
  </dict>
25
22
  <dict>
26
23
  <key>BinaryPath</key>
27
24
  <string>libskshaper.a</string>
28
25
  <key>LibraryIdentifier</key>
29
- <string>ios-arm64_arm64e</string>
26
+ <string>ios-arm64_arm64e_x86_64-simulator</string>
30
27
  <key>LibraryPath</key>
31
28
  <string>libskshaper.a</string>
32
29
  <key>SupportedArchitectures</key>
33
30
  <array>
34
31
  <string>arm64</string>
35
32
  <string>arm64e</string>
33
+ <string>x86_64</string>
36
34
  </array>
37
35
  <key>SupportedPlatform</key>
38
36
  <string>ios</string>
37
+ <key>SupportedPlatformVariant</key>
38
+ <string>simulator</string>
39
39
  </dict>
40
40
  </array>
41
41
  <key>CFBundlePackageType</key>
@@ -8,34 +8,34 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>libsvg.a</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64_arm64e</string>
11
+ <string>ios-arm64_arm64e_x86_64-simulator</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>libsvg.a</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
17
  <string>arm64e</string>
18
+ <string>x86_64</string>
18
19
  </array>
19
20
  <key>SupportedPlatform</key>
20
21
  <string>ios</string>
22
+ <key>SupportedPlatformVariant</key>
23
+ <string>simulator</string>
21
24
  </dict>
22
25
  <dict>
23
26
  <key>BinaryPath</key>
24
27
  <string>libsvg.a</string>
25
28
  <key>LibraryIdentifier</key>
26
- <string>ios-arm64_arm64e_x86_64-simulator</string>
29
+ <string>ios-arm64_arm64e</string>
27
30
  <key>LibraryPath</key>
28
31
  <string>libsvg.a</string>
29
32
  <key>SupportedArchitectures</key>
30
33
  <array>
31
34
  <string>arm64</string>
32
35
  <string>arm64e</string>
33
- <string>x86_64</string>
34
36
  </array>
35
37
  <key>SupportedPlatform</key>
36
38
  <string>ios</string>
37
- <key>SupportedPlatformVariant</key>
38
- <string>simulator</string>
39
39
  </dict>
40
40
  </array>
41
41
  <key>CFBundlePackageType</key>
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "setup-skia-web": "./scripts/setup-canvaskit.js"
8
8
  },
9
9
  "title": "React Native Skia",
10
- "version": "1.5.0",
10
+ "version": "1.5.3",
11
11
  "description": "High-performance React Native Graphics using Skia",
12
12
  "main": "lib/module/index.js",
13
13
  "react-native": "src/index.ts",