@shopify/react-native-skia 0.1.229 → 0.1.230

Sign up to get free protection for your applications and to get access to all the features.
Files changed (591) hide show
  1. package/android/cpp/jni/JniLoad.cpp +0 -2
  2. package/android/src/main/java/com/shopify/reactnative/skia/RNSkiaModule.java +0 -1
  3. package/android/src/main/java/com/shopify/reactnative/skia/RNSkiaPackage.java +1 -2
  4. package/android/src/main/java/com/shopify/reactnative/skia/SkiaBaseView.java +7 -12
  5. package/android/src/main/java/com/shopify/reactnative/skia/SkiaDomView.java +1 -1
  6. package/android/src/main/java/com/shopify/reactnative/skia/SkiaPictureView.java +1 -1
  7. package/cpp/api/JsiSkApi.h +4 -1
  8. package/cpp/api/JsiSkParagraph.h +15 -0
  9. package/cpp/api/JsiSkParagraphBuilder.h +3 -32
  10. package/cpp/api/JsiSkParagraphBuilderFactory.h +54 -0
  11. package/cpp/rnskia/RNSkJsiViewApi.h +0 -52
  12. package/cpp/rnskia/RNSkManager.cpp +0 -6
  13. package/cpp/rnskia/RNSkView.h +2 -91
  14. package/cpp/rnskia/dom/JsiDomApi.h +0 -9
  15. package/lib/commonjs/animation/index.d.ts +0 -3
  16. package/lib/commonjs/animation/index.js +0 -39
  17. package/lib/commonjs/animation/index.js.map +1 -1
  18. package/lib/commonjs/dom/nodes/JsiSkDOM.d.ts +1 -2
  19. package/lib/commonjs/dom/nodes/JsiSkDOM.js +0 -6
  20. package/lib/commonjs/dom/nodes/JsiSkDOM.js.map +1 -1
  21. package/lib/commonjs/dom/nodes/Node.d.ts +0 -3
  22. package/lib/commonjs/dom/nodes/Node.js +0 -5
  23. package/lib/commonjs/dom/nodes/Node.js.map +1 -1
  24. package/lib/commonjs/dom/nodes/drawings/index.d.ts +0 -1
  25. package/lib/commonjs/dom/nodes/drawings/index.js +0 -13
  26. package/lib/commonjs/dom/nodes/drawings/index.js.map +1 -1
  27. package/lib/commonjs/dom/types/Drawings.d.ts +0 -4
  28. package/lib/commonjs/dom/types/Drawings.js.map +1 -1
  29. package/lib/commonjs/dom/types/NodeType.d.ts +0 -1
  30. package/lib/commonjs/dom/types/NodeType.js +0 -1
  31. package/lib/commonjs/dom/types/NodeType.js.map +1 -1
  32. package/lib/commonjs/dom/types/SkDOM.d.ts +1 -2
  33. package/lib/commonjs/dom/types/SkDOM.js.map +1 -1
  34. package/lib/commonjs/index.d.ts +0 -1
  35. package/lib/commonjs/index.js +0 -14
  36. package/lib/commonjs/index.js.map +1 -1
  37. package/lib/commonjs/mock/index.js +0 -4
  38. package/lib/commonjs/mock/index.js.map +1 -1
  39. package/lib/commonjs/renderer/Canvas.js +2 -21
  40. package/lib/commonjs/renderer/Canvas.js.map +1 -1
  41. package/lib/commonjs/renderer/Container.d.ts +1 -3
  42. package/lib/commonjs/renderer/Container.js +4 -6
  43. package/lib/commonjs/renderer/Container.js.map +1 -1
  44. package/lib/commonjs/renderer/HostComponents.d.ts +1 -6
  45. package/lib/commonjs/renderer/HostComponents.js +0 -3
  46. package/lib/commonjs/renderer/HostComponents.js.map +1 -1
  47. package/lib/commonjs/renderer/HostConfig.js +2 -23
  48. package/lib/commonjs/renderer/HostConfig.js.map +1 -1
  49. package/lib/commonjs/renderer/Reconciler.d.ts +1 -5
  50. package/lib/commonjs/renderer/Reconciler.js +3 -18
  51. package/lib/commonjs/renderer/Reconciler.js.map +1 -1
  52. package/lib/commonjs/renderer/components/index.d.ts +0 -1
  53. package/lib/commonjs/renderer/components/index.js +0 -13
  54. package/lib/commonjs/renderer/components/index.js.map +1 -1
  55. package/lib/commonjs/renderer/index.d.ts +0 -1
  56. package/lib/commonjs/renderer/index.js +0 -13
  57. package/lib/commonjs/renderer/index.js.map +1 -1
  58. package/lib/commonjs/renderer/processors/Animations/Animations.d.ts +1 -8
  59. package/lib/commonjs/renderer/processors/Animations/Animations.js +0 -44
  60. package/lib/commonjs/renderer/processors/Animations/Animations.js.map +1 -1
  61. package/lib/commonjs/skia/types/Paragraph/Paragraph.d.ts +23 -0
  62. package/lib/commonjs/skia/types/Paragraph/Paragraph.js.map +1 -1
  63. package/lib/commonjs/skia/web/JsiSkParagraph.d.ts +3 -0
  64. package/lib/commonjs/skia/web/JsiSkParagraph.js +12 -0
  65. package/lib/commonjs/skia/web/JsiSkParagraph.js.map +1 -1
  66. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js +5 -2
  67. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  68. package/lib/commonjs/views/SkiaBaseWebView.d.ts +0 -7
  69. package/lib/commonjs/views/SkiaBaseWebView.js +0 -17
  70. package/lib/commonjs/views/SkiaBaseWebView.js.map +1 -1
  71. package/lib/commonjs/views/SkiaDomView.d.ts +0 -7
  72. package/lib/commonjs/views/SkiaDomView.js +3 -14
  73. package/lib/commonjs/views/SkiaDomView.js.map +1 -1
  74. package/lib/commonjs/views/SkiaDomView.web.js +4 -14
  75. package/lib/commonjs/views/SkiaDomView.web.js.map +1 -1
  76. package/lib/commonjs/views/SkiaPictureView.d.ts +0 -7
  77. package/lib/commonjs/views/SkiaPictureView.js +3 -14
  78. package/lib/commonjs/views/SkiaPictureView.js.map +1 -1
  79. package/lib/commonjs/views/SkiaViewNativeId.d.ts +3 -0
  80. package/lib/commonjs/views/SkiaViewNativeId.js +11 -0
  81. package/lib/commonjs/views/SkiaViewNativeId.js.map +1 -0
  82. package/lib/commonjs/views/index.d.ts +0 -2
  83. package/lib/commonjs/views/index.js +0 -26
  84. package/lib/commonjs/views/index.js.map +1 -1
  85. package/lib/commonjs/views/types.d.ts +2 -15
  86. package/lib/commonjs/views/types.js.map +1 -1
  87. package/lib/module/animation/index.d.ts +0 -3
  88. package/lib/module/animation/index.js +0 -3
  89. package/lib/module/animation/index.js.map +1 -1
  90. package/lib/module/dom/nodes/JsiSkDOM.d.ts +1 -2
  91. package/lib/module/dom/nodes/JsiSkDOM.js +1 -7
  92. package/lib/module/dom/nodes/JsiSkDOM.js.map +1 -1
  93. package/lib/module/dom/nodes/Node.d.ts +0 -3
  94. package/lib/module/dom/nodes/Node.js +0 -5
  95. package/lib/module/dom/nodes/Node.js.map +1 -1
  96. package/lib/module/dom/nodes/drawings/index.d.ts +0 -1
  97. package/lib/module/dom/nodes/drawings/index.js +0 -1
  98. package/lib/module/dom/nodes/drawings/index.js.map +1 -1
  99. package/lib/module/dom/types/Drawings.d.ts +0 -4
  100. package/lib/module/dom/types/Drawings.js.map +1 -1
  101. package/lib/module/dom/types/NodeType.d.ts +0 -1
  102. package/lib/module/dom/types/NodeType.js +0 -1
  103. package/lib/module/dom/types/NodeType.js.map +1 -1
  104. package/lib/module/dom/types/SkDOM.d.ts +1 -2
  105. package/lib/module/dom/types/SkDOM.js.map +1 -1
  106. package/lib/module/index.d.ts +0 -1
  107. package/lib/module/index.js +0 -1
  108. package/lib/module/index.js.map +1 -1
  109. package/lib/module/mock/index.js +1 -4
  110. package/lib/module/mock/index.js.map +1 -1
  111. package/lib/module/renderer/Canvas.js +2 -20
  112. package/lib/module/renderer/Canvas.js.map +1 -1
  113. package/lib/module/renderer/Container.d.ts +1 -3
  114. package/lib/module/renderer/Container.js +4 -6
  115. package/lib/module/renderer/Container.js.map +1 -1
  116. package/lib/module/renderer/HostComponents.d.ts +1 -6
  117. package/lib/module/renderer/HostComponents.js +0 -3
  118. package/lib/module/renderer/HostComponents.js.map +1 -1
  119. package/lib/module/renderer/HostConfig.js +3 -23
  120. package/lib/module/renderer/HostConfig.js.map +1 -1
  121. package/lib/module/renderer/Reconciler.d.ts +1 -5
  122. package/lib/module/renderer/Reconciler.js +3 -16
  123. package/lib/module/renderer/Reconciler.js.map +1 -1
  124. package/lib/module/renderer/components/index.d.ts +0 -1
  125. package/lib/module/renderer/components/index.js +0 -1
  126. package/lib/module/renderer/components/index.js.map +1 -1
  127. package/lib/module/renderer/index.d.ts +0 -1
  128. package/lib/module/renderer/index.js +0 -1
  129. package/lib/module/renderer/index.js.map +1 -1
  130. package/lib/module/renderer/processors/Animations/Animations.d.ts +1 -8
  131. package/lib/module/renderer/processors/Animations/Animations.js +0 -28
  132. package/lib/module/renderer/processors/Animations/Animations.js.map +1 -1
  133. package/lib/module/skia/types/Paragraph/Paragraph.d.ts +23 -0
  134. package/lib/module/skia/types/Paragraph/Paragraph.js.map +1 -1
  135. package/lib/module/skia/web/JsiSkParagraph.d.ts +3 -0
  136. package/lib/module/skia/web/JsiSkParagraph.js +12 -0
  137. package/lib/module/skia/web/JsiSkParagraph.js.map +1 -1
  138. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js +5 -2
  139. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  140. package/lib/module/views/SkiaBaseWebView.d.ts +0 -7
  141. package/lib/module/views/SkiaBaseWebView.js +0 -17
  142. package/lib/module/views/SkiaBaseWebView.js.map +1 -1
  143. package/lib/module/views/SkiaDomView.d.ts +0 -7
  144. package/lib/module/views/SkiaDomView.js +2 -13
  145. package/lib/module/views/SkiaDomView.js.map +1 -1
  146. package/lib/module/views/SkiaDomView.web.js +4 -13
  147. package/lib/module/views/SkiaDomView.web.js.map +1 -1
  148. package/lib/module/views/SkiaPictureView.d.ts +0 -7
  149. package/lib/module/views/SkiaPictureView.js +2 -13
  150. package/lib/module/views/SkiaPictureView.js.map +1 -1
  151. package/lib/module/views/SkiaViewNativeId.d.ts +3 -0
  152. package/lib/module/views/SkiaViewNativeId.js +4 -0
  153. package/lib/module/views/SkiaViewNativeId.js.map +1 -0
  154. package/lib/module/views/index.d.ts +0 -2
  155. package/lib/module/views/index.js +0 -2
  156. package/lib/module/views/index.js.map +1 -1
  157. package/lib/module/views/types.d.ts +2 -15
  158. package/lib/module/views/types.js.map +1 -1
  159. package/lib/typescript/src/animation/index.d.ts +0 -3
  160. package/lib/typescript/src/dom/nodes/JsiSkDOM.d.ts +1 -2
  161. package/lib/typescript/src/dom/nodes/Node.d.ts +0 -3
  162. package/lib/typescript/src/dom/nodes/drawings/index.d.ts +0 -1
  163. package/lib/typescript/src/dom/types/Drawings.d.ts +0 -4
  164. package/lib/typescript/src/dom/types/NodeType.d.ts +0 -1
  165. package/lib/typescript/src/dom/types/SkDOM.d.ts +1 -2
  166. package/lib/typescript/src/index.d.ts +0 -1
  167. package/lib/typescript/src/renderer/Container.d.ts +1 -3
  168. package/lib/typescript/src/renderer/HostComponents.d.ts +1 -6
  169. package/lib/typescript/src/renderer/Reconciler.d.ts +1 -5
  170. package/lib/typescript/src/renderer/components/index.d.ts +0 -1
  171. package/lib/typescript/src/renderer/index.d.ts +0 -1
  172. package/lib/typescript/src/renderer/processors/Animations/Animations.d.ts +1 -8
  173. package/lib/typescript/src/skia/types/Paragraph/Paragraph.d.ts +23 -0
  174. package/lib/typescript/src/skia/web/JsiSkParagraph.d.ts +3 -0
  175. package/lib/typescript/src/views/SkiaBaseWebView.d.ts +0 -7
  176. package/lib/typescript/src/views/SkiaDomView.d.ts +0 -7
  177. package/lib/typescript/src/views/SkiaPictureView.d.ts +0 -7
  178. package/lib/typescript/src/views/SkiaViewNativeId.d.ts +3 -0
  179. package/lib/typescript/src/views/index.d.ts +0 -2
  180. package/lib/typescript/src/views/types.d.ts +2 -15
  181. package/package.json +1 -1
  182. package/src/animation/index.ts +0 -3
  183. package/src/dom/nodes/JsiSkDOM.ts +0 -12
  184. package/src/dom/nodes/Node.ts +0 -5
  185. package/src/dom/nodes/drawings/index.ts +0 -1
  186. package/src/dom/types/Drawings.ts +0 -5
  187. package/src/dom/types/NodeType.ts +0 -1
  188. package/src/dom/types/SkDOM.ts +0 -4
  189. package/src/index.ts +0 -1
  190. package/src/mock/index.ts +0 -3
  191. package/src/renderer/Canvas.tsx +3 -21
  192. package/src/renderer/Container.tsx +1 -4
  193. package/src/renderer/HostComponents.ts +0 -13
  194. package/src/renderer/HostConfig.ts +3 -24
  195. package/src/renderer/Reconciler.tsx +1 -19
  196. package/src/renderer/components/index.ts +0 -1
  197. package/src/renderer/index.ts +0 -1
  198. package/src/renderer/processors/Animations/Animations.ts +1 -51
  199. package/src/skia/types/Paragraph/Paragraph.ts +25 -0
  200. package/src/skia/web/JsiSkParagraph.ts +11 -0
  201. package/src/skia/web/JsiSkParagraphBuilderFactory.ts +9 -3
  202. package/src/views/SkiaBaseWebView.tsx +0 -19
  203. package/src/views/SkiaDomView.tsx +1 -13
  204. package/src/views/SkiaDomView.web.tsx +1 -6
  205. package/src/views/SkiaPictureView.tsx +1 -13
  206. package/src/views/SkiaViewNativeId.ts +1 -0
  207. package/src/views/index.ts +0 -2
  208. package/src/views/types.ts +2 -26
  209. package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawView.java +0 -44
  210. package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawViewManager.java +0 -34
  211. package/cpp/rnskia/RNSkAnimation.h +0 -65
  212. package/cpp/rnskia/RNSkValueApi.h +0 -72
  213. package/cpp/rnskia/dom/base/JsiDependencyManager.h +0 -297
  214. package/cpp/rnskia/dom/nodes/JsiCustomDrawingNode.h +0 -127
  215. package/cpp/rnskia/dom/props/DrawingProp.h +0 -35
  216. package/cpp/rnskia/values/RNSkClockValue.h +0 -140
  217. package/cpp/rnskia/values/RNSkComputedValue.h +0 -104
  218. package/cpp/rnskia/values/RNSkReadonlyValue.h +0 -166
  219. package/cpp/rnskia/values/RNSkValue.h +0 -116
  220. package/ios/RNSkia-iOS/SkiaDrawView.h +0 -7
  221. package/ios/RNSkia-iOS/SkiaDrawView.mm +0 -72
  222. package/ios/RNSkia-iOS/SkiaDrawViewManager.h +0 -7
  223. package/ios/RNSkia-iOS/SkiaDrawViewManager.mm +0 -50
  224. package/lib/commonjs/animation/decay/decay.d.ts +0 -2
  225. package/lib/commonjs/animation/decay/decay.js +0 -42
  226. package/lib/commonjs/animation/decay/decay.js.map +0 -1
  227. package/lib/commonjs/animation/decay/index.d.ts +0 -1
  228. package/lib/commonjs/animation/decay/index.js +0 -14
  229. package/lib/commonjs/animation/decay/index.js.map +0 -1
  230. package/lib/commonjs/animation/decay/runDecay.d.ts +0 -10
  231. package/lib/commonjs/animation/decay/runDecay.js +0 -48
  232. package/lib/commonjs/animation/decay/runDecay.js.map +0 -1
  233. package/lib/commonjs/animation/decay/types.d.ts +0 -21
  234. package/lib/commonjs/animation/decay/types.js +0 -6
  235. package/lib/commonjs/animation/decay/types.js.map +0 -1
  236. package/lib/commonjs/animation/spring/Spring.d.ts +0 -65
  237. package/lib/commonjs/animation/spring/Spring.js +0 -77
  238. package/lib/commonjs/animation/spring/Spring.js.map +0 -1
  239. package/lib/commonjs/animation/spring/functions/index.d.ts +0 -1
  240. package/lib/commonjs/animation/spring/functions/index.js +0 -14
  241. package/lib/commonjs/animation/spring/functions/index.js.map +0 -1
  242. package/lib/commonjs/animation/spring/functions/spring.d.ts +0 -10
  243. package/lib/commonjs/animation/spring/functions/spring.js +0 -94
  244. package/lib/commonjs/animation/spring/functions/spring.js.map +0 -1
  245. package/lib/commonjs/animation/spring/index.d.ts +0 -3
  246. package/lib/commonjs/animation/spring/index.js +0 -30
  247. package/lib/commonjs/animation/spring/index.js.map +0 -1
  248. package/lib/commonjs/animation/spring/runSpring.d.ts +0 -19
  249. package/lib/commonjs/animation/spring/runSpring.js +0 -35
  250. package/lib/commonjs/animation/spring/runSpring.js.map +0 -1
  251. package/lib/commonjs/animation/spring/types.d.ts +0 -6
  252. package/lib/commonjs/animation/spring/types.js +0 -2
  253. package/lib/commonjs/animation/spring/types.js.map +0 -1
  254. package/lib/commonjs/animation/spring/useSpring.d.ts +0 -13
  255. package/lib/commonjs/animation/spring/useSpring.js +0 -27
  256. package/lib/commonjs/animation/spring/useSpring.js.map +0 -1
  257. package/lib/commonjs/animation/timing/Easing.d.ts +0 -19
  258. package/lib/commonjs/animation/timing/Easing.js +0 -108
  259. package/lib/commonjs/animation/timing/Easing.js.map +0 -1
  260. package/lib/commonjs/animation/timing/createTiming.d.ts +0 -17
  261. package/lib/commonjs/animation/timing/createTiming.js +0 -55
  262. package/lib/commonjs/animation/timing/createTiming.js.map +0 -1
  263. package/lib/commonjs/animation/timing/functions/bezier.d.ts +0 -1
  264. package/lib/commonjs/animation/timing/functions/bezier.js +0 -147
  265. package/lib/commonjs/animation/timing/functions/bezier.js.map +0 -1
  266. package/lib/commonjs/animation/timing/functions/getResolvedParams.d.ts +0 -7
  267. package/lib/commonjs/animation/timing/functions/getResolvedParams.js +0 -52
  268. package/lib/commonjs/animation/timing/functions/getResolvedParams.js.map +0 -1
  269. package/lib/commonjs/animation/timing/functions/index.d.ts +0 -4
  270. package/lib/commonjs/animation/timing/functions/index.js +0 -54
  271. package/lib/commonjs/animation/timing/functions/index.js.map +0 -1
  272. package/lib/commonjs/animation/timing/functions/timing.d.ts +0 -17
  273. package/lib/commonjs/animation/timing/functions/timing.js +0 -50
  274. package/lib/commonjs/animation/timing/functions/timing.js.map +0 -1
  275. package/lib/commonjs/animation/timing/functions/types.d.ts +0 -7
  276. package/lib/commonjs/animation/timing/functions/types.js +0 -2
  277. package/lib/commonjs/animation/timing/functions/types.js.map +0 -1
  278. package/lib/commonjs/animation/timing/index.d.ts +0 -4
  279. package/lib/commonjs/animation/timing/index.js +0 -38
  280. package/lib/commonjs/animation/timing/index.js.map +0 -1
  281. package/lib/commonjs/animation/timing/runTiming.d.ts +0 -19
  282. package/lib/commonjs/animation/timing/runTiming.js +0 -36
  283. package/lib/commonjs/animation/timing/runTiming.js.map +0 -1
  284. package/lib/commonjs/animation/timing/useLoop.d.ts +0 -11
  285. package/lib/commonjs/animation/timing/useLoop.js +0 -25
  286. package/lib/commonjs/animation/timing/useLoop.js.map +0 -1
  287. package/lib/commonjs/animation/timing/useTiming.d.ts +0 -13
  288. package/lib/commonjs/animation/timing/useTiming.js +0 -67
  289. package/lib/commonjs/animation/timing/useTiming.js.map +0 -1
  290. package/lib/commonjs/dom/nodes/drawings/CustomDrawingNode.d.ts +0 -8
  291. package/lib/commonjs/dom/nodes/drawings/CustomDrawingNode.js +0 -28
  292. package/lib/commonjs/dom/nodes/drawings/CustomDrawingNode.js.map +0 -1
  293. package/lib/commonjs/renderer/DependencyManager.d.ts +0 -46
  294. package/lib/commonjs/renderer/DependencyManager.js +0 -185
  295. package/lib/commonjs/renderer/DependencyManager.js.map +0 -1
  296. package/lib/commonjs/renderer/components/Drawing.d.ts +0 -8
  297. package/lib/commonjs/renderer/components/Drawing.js +0 -22
  298. package/lib/commonjs/renderer/components/Drawing.js.map +0 -1
  299. package/lib/commonjs/specs/SkiaDrawViewNativeComponent.d.ts +0 -8
  300. package/lib/commonjs/specs/SkiaDrawViewNativeComponent.js +0 -16
  301. package/lib/commonjs/specs/SkiaDrawViewNativeComponent.js.map +0 -1
  302. package/lib/commonjs/values/api.d.ts +0 -26
  303. package/lib/commonjs/values/api.js +0 -55
  304. package/lib/commonjs/values/api.js.map +0 -1
  305. package/lib/commonjs/values/api.web.d.ts +0 -2
  306. package/lib/commonjs/values/api.web.js +0 -18
  307. package/lib/commonjs/values/api.web.js.map +0 -1
  308. package/lib/commonjs/values/hooks/index.d.ts +0 -4
  309. package/lib/commonjs/values/hooks/index.js +0 -58
  310. package/lib/commonjs/values/hooks/index.js.map +0 -1
  311. package/lib/commonjs/values/hooks/useClockValue.d.ts +0 -9
  312. package/lib/commonjs/values/hooks/useClockValue.js +0 -30
  313. package/lib/commonjs/values/hooks/useClockValue.js.map +0 -1
  314. package/lib/commonjs/values/hooks/useComputedValue.d.ts +0 -11
  315. package/lib/commonjs/values/hooks/useComputedValue.js +0 -32
  316. package/lib/commonjs/values/hooks/useComputedValue.js.map +0 -1
  317. package/lib/commonjs/values/hooks/useValue.d.ts +0 -10
  318. package/lib/commonjs/values/hooks/useValue.js +0 -26
  319. package/lib/commonjs/values/hooks/useValue.js.map +0 -1
  320. package/lib/commonjs/values/hooks/useValueEffect.d.ts +0 -10
  321. package/lib/commonjs/values/hooks/useValueEffect.js +0 -25
  322. package/lib/commonjs/values/hooks/useValueEffect.js.map +0 -1
  323. package/lib/commonjs/values/index.d.ts +0 -4
  324. package/lib/commonjs/values/index.js +0 -58
  325. package/lib/commonjs/values/index.js.map +0 -1
  326. package/lib/commonjs/values/selector.d.ts +0 -14
  327. package/lib/commonjs/values/selector.js +0 -24
  328. package/lib/commonjs/values/selector.js.map +0 -1
  329. package/lib/commonjs/values/types.d.ts +0 -63
  330. package/lib/commonjs/values/types.js +0 -2
  331. package/lib/commonjs/values/types.js.map +0 -1
  332. package/lib/commonjs/values/web/RNSkAnimation.d.ts +0 -9
  333. package/lib/commonjs/values/web/RNSkAnimation.js +0 -46
  334. package/lib/commonjs/values/web/RNSkAnimation.js.map +0 -1
  335. package/lib/commonjs/values/web/RNSkClockValue.d.ts +0 -13
  336. package/lib/commonjs/values/web/RNSkClockValue.js +0 -75
  337. package/lib/commonjs/values/web/RNSkClockValue.js.map +0 -1
  338. package/lib/commonjs/values/web/RNSkComputedValue.d.ts +0 -10
  339. package/lib/commonjs/values/web/RNSkComputedValue.js +0 -59
  340. package/lib/commonjs/values/web/RNSkComputedValue.js.map +0 -1
  341. package/lib/commonjs/values/web/RNSkReadonlyValue.d.ts +0 -12
  342. package/lib/commonjs/values/web/RNSkReadonlyValue.js +0 -51
  343. package/lib/commonjs/values/web/RNSkReadonlyValue.js.map +0 -1
  344. package/lib/commonjs/values/web/RNSkValue.d.ts +0 -14
  345. package/lib/commonjs/values/web/RNSkValue.js +0 -73
  346. package/lib/commonjs/values/web/RNSkValue.js.map +0 -1
  347. package/lib/commonjs/values/web/api.d.ts +0 -2
  348. package/lib/commonjs/values/web/api.js +0 -31
  349. package/lib/commonjs/values/web/api.js.map +0 -1
  350. package/lib/commonjs/values/web/index.d.ts +0 -1
  351. package/lib/commonjs/values/web/index.js +0 -19
  352. package/lib/commonjs/values/web/index.js.map +0 -1
  353. package/lib/commonjs/views/SkiaView.d.ts +0 -35
  354. package/lib/commonjs/views/SkiaView.js +0 -139
  355. package/lib/commonjs/views/SkiaView.js.map +0 -1
  356. package/lib/commonjs/views/SkiaView.web.d.ts +0 -7
  357. package/lib/commonjs/views/SkiaView.web.js +0 -30
  358. package/lib/commonjs/views/SkiaView.web.js.map +0 -1
  359. package/lib/commonjs/views/useDrawCallback.d.ts +0 -8
  360. package/lib/commonjs/views/useDrawCallback.js +0 -23
  361. package/lib/commonjs/views/useDrawCallback.js.map +0 -1
  362. package/lib/module/animation/decay/decay.d.ts +0 -2
  363. package/lib/module/animation/decay/decay.js +0 -33
  364. package/lib/module/animation/decay/decay.js.map +0 -1
  365. package/lib/module/animation/decay/index.d.ts +0 -1
  366. package/lib/module/animation/decay/index.js +0 -2
  367. package/lib/module/animation/decay/index.js.map +0 -1
  368. package/lib/module/animation/decay/runDecay.d.ts +0 -10
  369. package/lib/module/animation/decay/runDecay.js +0 -38
  370. package/lib/module/animation/decay/runDecay.js.map +0 -1
  371. package/lib/module/animation/decay/types.d.ts +0 -21
  372. package/lib/module/animation/decay/types.js +0 -2
  373. package/lib/module/animation/decay/types.js.map +0 -1
  374. package/lib/module/animation/spring/Spring.d.ts +0 -65
  375. package/lib/module/animation/spring/Spring.js +0 -69
  376. package/lib/module/animation/spring/Spring.js.map +0 -1
  377. package/lib/module/animation/spring/functions/index.d.ts +0 -1
  378. package/lib/module/animation/spring/functions/index.js +0 -2
  379. package/lib/module/animation/spring/functions/index.js.map +0 -1
  380. package/lib/module/animation/spring/functions/spring.d.ts +0 -10
  381. package/lib/module/animation/spring/functions/spring.js +0 -85
  382. package/lib/module/animation/spring/functions/spring.js.map +0 -1
  383. package/lib/module/animation/spring/index.d.ts +0 -3
  384. package/lib/module/animation/spring/index.js +0 -4
  385. package/lib/module/animation/spring/index.js.map +0 -1
  386. package/lib/module/animation/spring/runSpring.d.ts +0 -19
  387. package/lib/module/animation/spring/runSpring.js +0 -24
  388. package/lib/module/animation/spring/runSpring.js.map +0 -1
  389. package/lib/module/animation/spring/types.d.ts +0 -6
  390. package/lib/module/animation/spring/types.js +0 -2
  391. package/lib/module/animation/spring/types.js.map +0 -1
  392. package/lib/module/animation/spring/useSpring.d.ts +0 -13
  393. package/lib/module/animation/spring/useSpring.js +0 -16
  394. package/lib/module/animation/spring/useSpring.js.map +0 -1
  395. package/lib/module/animation/timing/Easing.d.ts +0 -19
  396. package/lib/module/animation/timing/Easing.js +0 -98
  397. package/lib/module/animation/timing/Easing.js.map +0 -1
  398. package/lib/module/animation/timing/createTiming.d.ts +0 -17
  399. package/lib/module/animation/timing/createTiming.js +0 -49
  400. package/lib/module/animation/timing/createTiming.js.map +0 -1
  401. package/lib/module/animation/timing/functions/bezier.d.ts +0 -1
  402. package/lib/module/animation/timing/functions/bezier.js +0 -141
  403. package/lib/module/animation/timing/functions/bezier.js.map +0 -1
  404. package/lib/module/animation/timing/functions/getResolvedParams.d.ts +0 -7
  405. package/lib/module/animation/timing/functions/getResolvedParams.js +0 -48
  406. package/lib/module/animation/timing/functions/getResolvedParams.js.map +0 -1
  407. package/lib/module/animation/timing/functions/index.d.ts +0 -4
  408. package/lib/module/animation/timing/functions/index.js +0 -5
  409. package/lib/module/animation/timing/functions/index.js.map +0 -1
  410. package/lib/module/animation/timing/functions/timing.d.ts +0 -17
  411. package/lib/module/animation/timing/functions/timing.js +0 -41
  412. package/lib/module/animation/timing/functions/timing.js.map +0 -1
  413. package/lib/module/animation/timing/functions/types.d.ts +0 -7
  414. package/lib/module/animation/timing/functions/types.js +0 -2
  415. package/lib/module/animation/timing/functions/types.js.map +0 -1
  416. package/lib/module/animation/timing/index.d.ts +0 -4
  417. package/lib/module/animation/timing/index.js +0 -5
  418. package/lib/module/animation/timing/index.js.map +0 -1
  419. package/lib/module/animation/timing/runTiming.d.ts +0 -19
  420. package/lib/module/animation/timing/runTiming.js +0 -26
  421. package/lib/module/animation/timing/runTiming.js.map +0 -1
  422. package/lib/module/animation/timing/useLoop.d.ts +0 -11
  423. package/lib/module/animation/timing/useLoop.js +0 -16
  424. package/lib/module/animation/timing/useLoop.js.map +0 -1
  425. package/lib/module/animation/timing/useTiming.d.ts +0 -13
  426. package/lib/module/animation/timing/useTiming.js +0 -57
  427. package/lib/module/animation/timing/useTiming.js.map +0 -1
  428. package/lib/module/dom/nodes/drawings/CustomDrawingNode.d.ts +0 -8
  429. package/lib/module/dom/nodes/drawings/CustomDrawingNode.js +0 -17
  430. package/lib/module/dom/nodes/drawings/CustomDrawingNode.js.map +0 -1
  431. package/lib/module/renderer/DependencyManager.d.ts +0 -46
  432. package/lib/module/renderer/DependencyManager.js +0 -174
  433. package/lib/module/renderer/DependencyManager.js.map +0 -1
  434. package/lib/module/renderer/components/Drawing.d.ts +0 -8
  435. package/lib/module/renderer/components/Drawing.js +0 -11
  436. package/lib/module/renderer/components/Drawing.js.map +0 -1
  437. package/lib/module/specs/SkiaDrawViewNativeComponent.d.ts +0 -8
  438. package/lib/module/specs/SkiaDrawViewNativeComponent.js +0 -4
  439. package/lib/module/specs/SkiaDrawViewNativeComponent.js.map +0 -1
  440. package/lib/module/values/api.d.ts +0 -26
  441. package/lib/module/values/api.js +0 -48
  442. package/lib/module/values/api.js.map +0 -1
  443. package/lib/module/values/api.web.d.ts +0 -2
  444. package/lib/module/values/api.web.js +0 -7
  445. package/lib/module/values/api.web.js.map +0 -1
  446. package/lib/module/values/hooks/index.d.ts +0 -4
  447. package/lib/module/values/hooks/index.js +0 -5
  448. package/lib/module/values/hooks/index.js.map +0 -1
  449. package/lib/module/values/hooks/useClockValue.d.ts +0 -9
  450. package/lib/module/values/hooks/useClockValue.js +0 -20
  451. package/lib/module/values/hooks/useClockValue.js.map +0 -1
  452. package/lib/module/values/hooks/useComputedValue.d.ts +0 -11
  453. package/lib/module/values/hooks/useComputedValue.js +0 -21
  454. package/lib/module/values/hooks/useComputedValue.js.map +0 -1
  455. package/lib/module/values/hooks/useValue.d.ts +0 -10
  456. package/lib/module/values/hooks/useValue.js +0 -16
  457. package/lib/module/values/hooks/useValue.js.map +0 -1
  458. package/lib/module/values/hooks/useValueEffect.d.ts +0 -10
  459. package/lib/module/values/hooks/useValueEffect.js +0 -16
  460. package/lib/module/values/hooks/useValueEffect.js.map +0 -1
  461. package/lib/module/values/index.d.ts +0 -4
  462. package/lib/module/values/index.js +0 -5
  463. package/lib/module/values/index.js.map +0 -1
  464. package/lib/module/values/selector.d.ts +0 -14
  465. package/lib/module/values/selector.js +0 -15
  466. package/lib/module/values/selector.js.map +0 -1
  467. package/lib/module/values/types.d.ts +0 -63
  468. package/lib/module/values/types.js +0 -2
  469. package/lib/module/values/types.js.map +0 -1
  470. package/lib/module/values/web/RNSkAnimation.d.ts +0 -9
  471. package/lib/module/values/web/RNSkAnimation.js +0 -36
  472. package/lib/module/values/web/RNSkAnimation.js.map +0 -1
  473. package/lib/module/values/web/RNSkClockValue.d.ts +0 -13
  474. package/lib/module/values/web/RNSkClockValue.js +0 -65
  475. package/lib/module/values/web/RNSkClockValue.js.map +0 -1
  476. package/lib/module/values/web/RNSkComputedValue.d.ts +0 -10
  477. package/lib/module/values/web/RNSkComputedValue.js +0 -49
  478. package/lib/module/values/web/RNSkComputedValue.js.map +0 -1
  479. package/lib/module/values/web/RNSkReadonlyValue.d.ts +0 -12
  480. package/lib/module/values/web/RNSkReadonlyValue.js +0 -42
  481. package/lib/module/values/web/RNSkReadonlyValue.js.map +0 -1
  482. package/lib/module/values/web/RNSkValue.d.ts +0 -14
  483. package/lib/module/values/web/RNSkValue.js +0 -63
  484. package/lib/module/values/web/RNSkValue.js.map +0 -1
  485. package/lib/module/values/web/api.d.ts +0 -2
  486. package/lib/module/values/web/api.js +0 -19
  487. package/lib/module/values/web/api.js.map +0 -1
  488. package/lib/module/values/web/index.d.ts +0 -1
  489. package/lib/module/values/web/index.js +0 -2
  490. package/lib/module/values/web/index.js.map +0 -1
  491. package/lib/module/views/SkiaView.d.ts +0 -35
  492. package/lib/module/views/SkiaView.js +0 -119
  493. package/lib/module/views/SkiaView.js.map +0 -1
  494. package/lib/module/views/SkiaView.web.d.ts +0 -7
  495. package/lib/module/views/SkiaView.web.js +0 -20
  496. package/lib/module/views/SkiaView.web.js.map +0 -1
  497. package/lib/module/views/useDrawCallback.d.ts +0 -8
  498. package/lib/module/views/useDrawCallback.js +0 -14
  499. package/lib/module/views/useDrawCallback.js.map +0 -1
  500. package/lib/typescript/src/animation/decay/decay.d.ts +0 -2
  501. package/lib/typescript/src/animation/decay/index.d.ts +0 -1
  502. package/lib/typescript/src/animation/decay/runDecay.d.ts +0 -10
  503. package/lib/typescript/src/animation/decay/types.d.ts +0 -21
  504. package/lib/typescript/src/animation/spring/Spring.d.ts +0 -65
  505. package/lib/typescript/src/animation/spring/functions/index.d.ts +0 -1
  506. package/lib/typescript/src/animation/spring/functions/spring.d.ts +0 -10
  507. package/lib/typescript/src/animation/spring/index.d.ts +0 -3
  508. package/lib/typescript/src/animation/spring/runSpring.d.ts +0 -19
  509. package/lib/typescript/src/animation/spring/types.d.ts +0 -6
  510. package/lib/typescript/src/animation/spring/useSpring.d.ts +0 -13
  511. package/lib/typescript/src/animation/timing/Easing.d.ts +0 -19
  512. package/lib/typescript/src/animation/timing/createTiming.d.ts +0 -17
  513. package/lib/typescript/src/animation/timing/functions/bezier.d.ts +0 -1
  514. package/lib/typescript/src/animation/timing/functions/getResolvedParams.d.ts +0 -7
  515. package/lib/typescript/src/animation/timing/functions/index.d.ts +0 -4
  516. package/lib/typescript/src/animation/timing/functions/timing.d.ts +0 -17
  517. package/lib/typescript/src/animation/timing/functions/types.d.ts +0 -7
  518. package/lib/typescript/src/animation/timing/index.d.ts +0 -4
  519. package/lib/typescript/src/animation/timing/runTiming.d.ts +0 -19
  520. package/lib/typescript/src/animation/timing/useLoop.d.ts +0 -11
  521. package/lib/typescript/src/animation/timing/useTiming.d.ts +0 -13
  522. package/lib/typescript/src/dom/nodes/drawings/CustomDrawingNode.d.ts +0 -8
  523. package/lib/typescript/src/renderer/DependencyManager.d.ts +0 -46
  524. package/lib/typescript/src/renderer/components/Drawing.d.ts +0 -8
  525. package/lib/typescript/src/specs/SkiaDrawViewNativeComponent.d.ts +0 -8
  526. package/lib/typescript/src/values/api.d.ts +0 -26
  527. package/lib/typescript/src/values/api.web.d.ts +0 -2
  528. package/lib/typescript/src/values/hooks/index.d.ts +0 -4
  529. package/lib/typescript/src/values/hooks/useClockValue.d.ts +0 -9
  530. package/lib/typescript/src/values/hooks/useComputedValue.d.ts +0 -11
  531. package/lib/typescript/src/values/hooks/useValue.d.ts +0 -10
  532. package/lib/typescript/src/values/hooks/useValueEffect.d.ts +0 -10
  533. package/lib/typescript/src/values/index.d.ts +0 -4
  534. package/lib/typescript/src/values/selector.d.ts +0 -14
  535. package/lib/typescript/src/values/types.d.ts +0 -63
  536. package/lib/typescript/src/values/web/RNSkAnimation.d.ts +0 -9
  537. package/lib/typescript/src/values/web/RNSkClockValue.d.ts +0 -13
  538. package/lib/typescript/src/values/web/RNSkComputedValue.d.ts +0 -10
  539. package/lib/typescript/src/values/web/RNSkReadonlyValue.d.ts +0 -12
  540. package/lib/typescript/src/values/web/RNSkValue.d.ts +0 -14
  541. package/lib/typescript/src/values/web/api.d.ts +0 -2
  542. package/lib/typescript/src/values/web/index.d.ts +0 -1
  543. package/lib/typescript/src/views/SkiaView.d.ts +0 -35
  544. package/lib/typescript/src/views/SkiaView.web.d.ts +0 -7
  545. package/lib/typescript/src/views/useDrawCallback.d.ts +0 -8
  546. package/src/animation/decay/decay.ts +0 -35
  547. package/src/animation/decay/index.ts +0 -1
  548. package/src/animation/decay/runDecay.ts +0 -40
  549. package/src/animation/decay/types.ts +0 -24
  550. package/src/animation/spring/Spring.ts +0 -61
  551. package/src/animation/spring/functions/index.ts +0 -1
  552. package/src/animation/spring/functions/spring.ts +0 -86
  553. package/src/animation/spring/index.ts +0 -3
  554. package/src/animation/spring/runSpring.ts +0 -40
  555. package/src/animation/spring/types.ts +0 -6
  556. package/src/animation/spring/useSpring.ts +0 -31
  557. package/src/animation/timing/Easing.ts +0 -102
  558. package/src/animation/timing/createTiming.ts +0 -62
  559. package/src/animation/timing/functions/bezier.ts +0 -165
  560. package/src/animation/timing/functions/getResolvedParams.ts +0 -50
  561. package/src/animation/timing/functions/index.ts +0 -4
  562. package/src/animation/timing/functions/timing.ts +0 -44
  563. package/src/animation/timing/functions/types.ts +0 -8
  564. package/src/animation/timing/index.ts +0 -4
  565. package/src/animation/timing/runTiming.ts +0 -36
  566. package/src/animation/timing/useLoop.ts +0 -21
  567. package/src/animation/timing/useTiming.ts +0 -71
  568. package/src/dom/nodes/drawings/CustomDrawingNode.ts +0 -21
  569. package/src/renderer/DependencyManager.tsx +0 -196
  570. package/src/renderer/components/Drawing.tsx +0 -12
  571. package/src/specs/SkiaDrawViewNativeComponent.ts +0 -10
  572. package/src/values/api.ts +0 -61
  573. package/src/values/api.web.ts +0 -5
  574. package/src/values/hooks/index.ts +0 -4
  575. package/src/values/hooks/useClockValue.ts +0 -21
  576. package/src/values/hooks/useComputedValue.ts +0 -24
  577. package/src/values/hooks/useValue.ts +0 -17
  578. package/src/values/hooks/useValueEffect.ts +0 -18
  579. package/src/values/index.ts +0 -4
  580. package/src/values/selector.ts +0 -24
  581. package/src/values/types.ts +0 -73
  582. package/src/values/web/RNSkAnimation.ts +0 -33
  583. package/src/values/web/RNSkClockValue.ts +0 -58
  584. package/src/values/web/RNSkComputedValue.ts +0 -49
  585. package/src/values/web/RNSkReadonlyValue.ts +0 -38
  586. package/src/values/web/RNSkValue.ts +0 -57
  587. package/src/values/web/api.ts +0 -33
  588. package/src/values/web/index.ts +0 -1
  589. package/src/views/SkiaView.tsx +0 -111
  590. package/src/views/SkiaView.web.tsx +0 -22
  591. package/src/views/useDrawCallback.ts +0 -19
@@ -1 +0,0 @@
1
- {"version":3,"names":["useMemo","useDrawCallback","callback","deps"],"sources":["useDrawCallback.ts"],"sourcesContent":["import type { DependencyList } from \"react\";\nimport { useMemo } from \"react\";\n\nimport type { RNSkiaDrawCallback } from \"./types\";\n\n/**\n * Creates a memoized callback for the onDraw handler of a Skia component.\n * @param callback The callback to memoize.\n * @param deps Dependencies for the callback.\n * */\nexport const useDrawCallback = (\n callback: RNSkiaDrawCallback,\n deps: DependencyList = []\n) => {\n return useMemo(() => {\n return callback;\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, deps);\n};\n"],"mappings":"AACA,SAASA,OAAT,QAAwB,OAAxB;;AAIA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,eAAe,GAAG,UAC7BC,QAD6B,EAG1B;EAAA,IADHC,IACG,uEADoB,EACpB;EACH,OAAOH,OAAO,CAAC,MAAM;IACnB,OAAOE,QAAP,CADmB,CAEnB;EACD,CAHa,EAGXC,IAHW,CAAd;AAID,CARM"}
@@ -1,2 +0,0 @@
1
- import type { DecayState, DefaultDecayConfig } from "./types";
2
- export declare const decay: (now: number, state: DecayState, config: DefaultDecayConfig) => DecayState;
@@ -1 +0,0 @@
1
- export { runDecay } from "./runDecay";
@@ -1,10 +0,0 @@
1
- import type { SkiaMutableValue } from "../../values/types";
2
- import type { DecayConfig } from "./types";
3
- /**
4
- * Runs a decay animation from the current value to zero with the given decay
5
- * configuration.
6
- * @param value value to animate
7
- * @param config Configuration or default configuration
8
- * @returns Animation
9
- */
10
- export declare const runDecay: (value: SkiaMutableValue<number>, config?: DecayConfig) => import("../../values/types").SkiaAnimation;
@@ -1,21 +0,0 @@
1
- import type { AnimationState } from "../../values/types";
2
- export interface DecayConfig {
3
- from?: number;
4
- deceleration?: number;
5
- velocityFactor?: number;
6
- clamp?: number[];
7
- velocity?: number;
8
- }
9
- export interface DefaultDecayConfig {
10
- from: number;
11
- deceleration: number;
12
- velocityFactor: number;
13
- clamp?: number[];
14
- velocity: number;
15
- }
16
- export interface DecayState extends AnimationState {
17
- lastTimestamp: number;
18
- startTimestamp: number;
19
- initialVelocity: number;
20
- velocity: number;
21
- }
@@ -1,65 +0,0 @@
1
- import type { SpringConfig } from "./types";
2
- export declare const Spring: {
3
- Config: {
4
- Gentle: {
5
- mass: number;
6
- stiffness: number;
7
- damping: number;
8
- velocity: number;
9
- };
10
- Wobbly: {
11
- mass: number;
12
- stiffness: number;
13
- damping: number;
14
- velocity: number;
15
- };
16
- WobblySlow: {
17
- mass: number;
18
- stiffness: number;
19
- damping: number;
20
- velocity: number;
21
- };
22
- Stiff: {
23
- mass: number;
24
- stiffness: number;
25
- damping: number;
26
- velocity: number;
27
- };
28
- Default: {
29
- mass: number;
30
- stiffness: number;
31
- damping: number;
32
- velocity: number;
33
- };
34
- };
35
- Gentle: (config?: SpringConfig) => {
36
- mass: number;
37
- stiffness: number;
38
- velocity: number;
39
- damping: number;
40
- };
41
- Wobbly: (config?: SpringConfig) => {
42
- mass: number;
43
- stiffness: number;
44
- velocity: number;
45
- damping: number;
46
- };
47
- WobblySlow: (config?: SpringConfig) => {
48
- mass: number;
49
- stiffness: number;
50
- velocity: number;
51
- damping: number;
52
- };
53
- Stiff: (config?: SpringConfig) => {
54
- mass: number;
55
- stiffness: number;
56
- velocity: number;
57
- damping: number;
58
- };
59
- Default: (config?: SpringConfig) => {
60
- mass: number;
61
- stiffness: number;
62
- velocity: number;
63
- damping: number;
64
- };
65
- };
@@ -1 +0,0 @@
1
- export { createSpringEasing } from "./spring";
@@ -1,10 +0,0 @@
1
- import type { SpringConfig } from "../types";
2
- import type { TimingConfig } from "../../types";
3
- /**
4
- * @description Returns a cached jsContext function for a spring with duration
5
- * @param mass The mass of the spring
6
- * @param stiffness The stiffness of the spring
7
- * @param damping Spring damping
8
- * @param velocity The initial velocity
9
- */
10
- export declare const createSpringEasing: (params: Partial<SpringConfig>) => TimingConfig;
@@ -1,3 +0,0 @@
1
- export { Spring } from "./Spring";
2
- export { runSpring } from "./runSpring";
3
- export { useSpring } from "./useSpring";
@@ -1,19 +0,0 @@
1
- import type { SkiaMutableValue, SkiaAnimation } from "../../values/types";
2
- import type { AnimationParams, SpringConfig, AnimationCallback } from "../types";
3
- /**
4
- * @deprecated Use Reanimated 3 for animations:
5
- * https://shopify.github.io/react-native-skia/docs/animations/animations
6
- *
7
- * Creates a new animation on an existing value that will be driven by
8
- * an animation value. The value will be run from / to the value in
9
- * params and modified by the provided easing curve for the length of
10
- * the duration. When the value has reached its desired "to" value the
11
- * animation will be stopped.
12
- *
13
- * @param value The value to animate
14
- * @param toOrParams To value or Animation parameters
15
- * @param config Spring configuration
16
- * @returns an animation value that can be used to start/stop
17
- * the animation.
18
- */
19
- export declare const runSpring: (value: SkiaMutableValue<number>, toOrParams: number | AnimationParams, config?: SpringConfig, callback?: AnimationCallback) => SkiaAnimation;
@@ -1,6 +0,0 @@
1
- export interface SpringConfig {
2
- mass?: number;
3
- stiffness?: number;
4
- velocity?: number;
5
- damping?: number;
6
- }
@@ -1,13 +0,0 @@
1
- import type { SkiaValue } from "../../values/types";
2
- import type { SpringConfig, AnimationParams, AnimationCallback } from "../types";
3
- /**
4
- * @deprecated Use Reanimated 3 for animations:
5
- * https://shopify.github.io/react-native-skia/docs/animations/animations
6
- *
7
- * Creats a spring based animation value that will run whenever
8
- * the animation parameters change.
9
- * @param toOrParams
10
- * @param config
11
- * @returns
12
- */
13
- export declare const useSpring: (toOrParams: number | AnimationParams, config?: SpringConfig, callback?: AnimationCallback) => SkiaValue<number>;
@@ -1,19 +0,0 @@
1
- export declare class Easing {
2
- static step0(n: number): number;
3
- static step1(n: number): number;
4
- static linear(t: number): number;
5
- static ease(t: number): number;
6
- static quad(t: number): number;
7
- static cubic(t: number): number;
8
- static poly(n: number): (t: number) => number;
9
- static sin(t: number): number;
10
- static circle(t: number): number;
11
- static exp(t: number): number;
12
- static elastic(bounciness?: number): (t: number) => number;
13
- static back(s?: number): (t: number) => number;
14
- static bounce(t: number): number;
15
- static bezier(x1: number, y1: number, x2: number, y2: number): (t: number) => number;
16
- static in(easing: (t: number) => number): (t: number) => number;
17
- static out(easing: (t: number) => number): (t: number) => number;
18
- static inOut(easing: (t: number) => number): (t: number) => number;
19
- }
@@ -1,17 +0,0 @@
1
- import type { TimingConfig, RequiredAnimationParams, AnimationCallback } from "../types";
2
- import type { SkiaMutableValue } from "../../values/types";
3
- /**
4
- * Creates an animation that is driven by a clock value.
5
- * The value will be run from / to the value in params and modified
6
- * by the provided easing curve for the length of the duration. When
7
- * the value has reached its desired "to" value the animation
8
- * will be stopped. If loop is set to true, the animation will continue
9
- * to run until stopped.
10
- *
11
- * @param params Animation parameters
12
- * @param config Spring or timing configuration
13
- * @param value Optional value that the animation will update
14
- * @params an animation value that can be used to start/stop
15
- * the animation.
16
- */
17
- export declare const createTiming: (params: RequiredAnimationParams & Required<TimingConfig>, value?: SkiaMutableValue<number>, callback?: AnimationCallback) => import("../../values/types").SkiaAnimation;
@@ -1 +0,0 @@
1
- export declare function bezier(mX1: number, mY1: number, mX2: number, mY2: number): (x: number) => number;
@@ -1,7 +0,0 @@
1
- import type { RequiredAnimationParams, AnimationParams, TimingConfig } from "../../types";
2
- /**
3
- * Resolves parameters from optional values to a single object
4
- * @param toOrParams Params or to value
5
- * @param config timing/spring configuration
6
- */
7
- export declare const getResolvedParams: (toOrParams: number | AnimationParams, config?: TimingConfig) => RequiredAnimationParams & Required<TimingConfig>;
@@ -1,4 +0,0 @@
1
- export { bezier } from "./bezier";
2
- export { timing } from "./timing";
3
- export * from "./types";
4
- export * from "./getResolvedParams";
@@ -1,17 +0,0 @@
1
- import type { AnimationState } from "../../../values/types";
2
- /**
3
- * Calculates and returns a timing value based on the
4
- * input parameters. The timing value is a number between
5
- * 0 and 1.
6
- * @param t
7
- * @param duration
8
- * @param easing
9
- * @param loop
10
- * @param yoyo
11
- * @param onStop
12
- * @returns
13
- */
14
- export declare const timing: (t: number, duration: number, easing: (t: number) => number, loop: boolean, yoyo: boolean, state: AnimationState) => {
15
- current: number;
16
- finished: boolean;
17
- };
@@ -1,7 +0,0 @@
1
- export type EasingFunction = (value: number) => number;
2
- export interface TimingConfig {
3
- from?: number;
4
- to?: number;
5
- duration?: number;
6
- easing?: EasingFunction;
7
- }
@@ -1,4 +0,0 @@
1
- export { Easing } from "./Easing";
2
- export { useTiming } from "./useTiming";
3
- export { useLoop } from "./useLoop";
4
- export { runTiming } from "./runTiming";
@@ -1,19 +0,0 @@
1
- import type { SkiaMutableValue, SkiaAnimation } from "../../values/types";
2
- import type { AnimationParams, TimingConfig, AnimationCallback } from "../types";
3
- /**
4
- * @deprecated Use Reanimated 3 for animations:
5
- * https://shopify.github.io/react-native-skia/docs/animations/animations
6
- *
7
- * Creates a new animation on an existing value that will be driven by
8
- * an animation value. The value will be run from / to the value in
9
- * params and modified by the provided easing curve for the length of
10
- * the duration. When the value has reached its desired "to" value the
11
- * animation will be stopped.
12
- *
13
- * @param value The value to animate
14
- * @param toOrParams To value or Animation parameters
15
- * @param config Spring or timing configuration
16
- * @returns an animation value that can be used to start/stop
17
- * the animation.
18
- */
19
- export declare const runTiming: (value: SkiaMutableValue<number>, toOrParams: number | AnimationParams, config?: TimingConfig, callback?: AnimationCallback) => SkiaAnimation;
@@ -1,11 +0,0 @@
1
- import type { TimingConfig } from "../types";
2
- /**
3
- * @deprecated Use Reanimated 3 for animations:
4
- * https://shopify.github.io/react-native-skia/docs/animations/animations
5
- *
6
- * Configures a looped timing value. The value will go back and forth
7
- * between 0 and 1 and back.
8
- * @param config Timing configuration for easing and duration
9
- * @returns A value that can be used for further animations
10
- */
11
- export declare const useLoop: (config?: TimingConfig) => import("../..").SkiaValue<number>;
@@ -1,13 +0,0 @@
1
- import type { SkiaValue } from "../../values/types";
2
- import type { AnimationParams, TimingConfig, AnimationCallback } from "../types";
3
- /**
4
- * @deprecated Use Reanimated 3 for animations:
5
- * https://shopify.github.io/react-native-skia/docs/animations/animations
6
- *
7
- * Creats an animation value that will run whenever
8
- * the animation parameters change. The animation start immediately.
9
- * @param toOrParams
10
- * @param config
11
- * @returns A value that is animated
12
- */
13
- export declare const useTiming: (toOrParams: number | AnimationParams, config?: TimingConfig, callback?: AnimationCallback) => SkiaValue<number>;
@@ -1,8 +0,0 @@
1
- import type { CustomDrawingNodeProps, DrawingContext } from "../../types";
2
- import { JsiDrawingNode } from "../DrawingNode";
3
- import type { NodeContext } from "../Node";
4
- export declare class CustomDrawingNode extends JsiDrawingNode<CustomDrawingNodeProps, null> {
5
- constructor(ctx: NodeContext, props: CustomDrawingNodeProps);
6
- deriveProps(): null;
7
- draw(ctx: DrawingContext): void;
8
- }
@@ -1,46 +0,0 @@
1
- import type { Node } from "../dom/types";
2
- import type { SkiaValue } from "../values";
3
- import type { AnimatedProps } from "./processors";
4
- type Unsubscribe = () => void;
5
- type Mutator = (value: unknown) => void;
6
- type SubscriptionState = {
7
- nodes: Map<Node<unknown>, Mutator[]>;
8
- unsubscribe: null | Unsubscribe;
9
- };
10
- export declare class DependencyManager {
11
- registerValues: (values: Array<SkiaValue<unknown>>) => () => void;
12
- subscriptions: Map<SkiaValue<unknown>, SubscriptionState>;
13
- unregisterDependantValues: null | Unsubscribe;
14
- constructor(registerValues: (values: Array<SkiaValue<unknown>>) => () => void);
15
- /**
16
- * Call to unsubscribe all value listeners from the given node based
17
- * on the current list of subscriptions for the node. This function
18
- * is typically called when the node is unmounted or when one or more
19
- * properties have changed.
20
- * @param node Node to unsubscribe value listeners from
21
- */
22
- unsubscribeNode(node: Node<unknown>): void;
23
- /**
24
- * Adds listeners to the provided values so that the node is notified
25
- * when a value changes. This is done in an optimized way so that this
26
- * class only needs to listen to the value once and then forwards the
27
- * change to the node and its listener. This method is typically called
28
- * when the node is mounted and when one or more props on the node changes.
29
- * @param node Node to subscribe to value changes for
30
- * @param props Node's properties
31
- */
32
- subscribeNode<P>(node: Node<unknown>, props: AnimatedProps<P>): void;
33
- /**
34
- * Called when the hosting container is mounted or updated. This ensures that we have
35
- * a ref to the underlying SkiaView so that we can registers redraw listeners
36
- * on values used in the current View automatically.
37
- */
38
- update(): void;
39
- /**
40
- * Called when the hosting container is unmounted or recreated. This ensures that we remove
41
- * all subscriptions to Skia values so that we don't have any listeners left after
42
- * the component is removed.
43
- */
44
- remove(): void;
45
- }
46
- export {};
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- import type { CustomDrawingNodeProps } from "../../dom/types";
3
- /**
4
- * @deprecated If you are looking to use the Skia imperative API, you can use:
5
- * The picture API: https://shopify.github.io/react-native-skia/docs/shapes/pictures/
6
- * The offscreen API: https://shopify.github.io/react-native-skia/docs/animations/textures
7
- */
8
- export declare const Drawing: (props: CustomDrawingNodeProps) => React.JSX.Element;
@@ -1,8 +0,0 @@
1
- /// <reference types="react-native/types/modules/Codegen" />
2
- import type { ViewProps } from "react-native";
3
- export interface NativeProps extends ViewProps {
4
- mode: string;
5
- debug?: boolean;
6
- }
7
- declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
8
- export default _default;
@@ -1,26 +0,0 @@
1
- import type { AnimationState, ISkiaValueApi, SkiaAnimation, SkiaClockValue, SkiaMutableValue, SkiaValue } from "./types";
2
- declare global {
3
- var SkiaValueApi: ISkiaValueApi;
4
- }
5
- export declare const ValueApi: {
6
- /**
7
- * @deprecated Use Reanimated 3
8
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
9
- */
10
- createValue<T>(initialValue: T): SkiaMutableValue<T>;
11
- /**
12
- * @deprecated Use Reanimated 3
13
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
14
- */
15
- createComputedValue<R>(cb: () => R, values: SkiaValue<unknown>[]): SkiaValue<R>;
16
- /**
17
- * @deprecated Use Reanimated 3
18
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
19
- */
20
- createClockValue(): SkiaClockValue;
21
- /**
22
- * @deprecated Use Reanimated 3
23
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
24
- */
25
- createAnimation<S extends AnimationState = AnimationState>(cb: (t: number, state: S | undefined) => S): SkiaAnimation;
26
- };
@@ -1,2 +0,0 @@
1
- export declare const ValueApi: import("./types").ISkiaValueApi;
2
- export declare const createValue: <T>(initialValue: T) => import("./types").SkiaMutableValue<T>, createComputedValue: <R>(cb: () => R, values: import("./types").SkiaValue<unknown>[]) => import("./types").SkiaValue<R>;
@@ -1,4 +0,0 @@
1
- export * from "./useClockValue";
2
- export * from "./useComputedValue";
3
- export * from "./useValue";
4
- export * from "./useValueEffect";
@@ -1,9 +0,0 @@
1
- /**
2
- * @deprecated Use Reanimated 3
3
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
4
- *
5
- * @returns A new value that will be updated on every frame redraw with the
6
- * number of milliseconds elapsed since the value was started.
7
- * The clock is created in the stopped state.
8
- */
9
- export declare const useClockValue: () => import("..").SkiaClockValue;
@@ -1,11 +0,0 @@
1
- /**
2
- * @deprecated Use Reanimated 3
3
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
4
- *
5
- * Creates a new computed value - a value that will calculate its value depending
6
- * on other values.
7
- * @param cb Callback to calculate new value
8
- * @param values Dependant values
9
- * @returns A readonly value
10
- */
11
- export declare const useComputedValue: <R>(cb: () => R, values: unknown[]) => import("..").SkiaValue<R>;
@@ -1,10 +0,0 @@
1
- import type { SkiaMutableValue } from "../types";
2
- /**
3
- * @deprecated Use Reanimated 3
4
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
5
- *
6
- * Creates a new value that holds some data.
7
- * @param v Value to hold
8
- * @returns A Value of type of v
9
- */
10
- export declare const useValue: <T>(v: T) => SkiaMutableValue<T>;
@@ -1,10 +0,0 @@
1
- import type { SkiaValue } from "../types";
2
- /**
3
- * @deprecated Use Reanimated 3
4
- * for animating Skia: https://shopify.github.io/react-native-skia/docs/animations/animations
5
- *
6
- * Sets up an effect that will be run whenever the value changes
7
- * @param value Value to subscribe to changes on
8
- * @param cb Callback to run when value changes
9
- */
10
- export declare const useValueEffect: <T>(value: SkiaValue<T>, cb: (v: T) => void) => void;
@@ -1,4 +0,0 @@
1
- export * from "./types";
2
- export * from "./hooks";
3
- export * from "./api";
4
- export * from "./selector";
@@ -1,14 +0,0 @@
1
- import type { SkiaValue } from "./types";
2
- export type SkiaSelector<TReturn, TInput = unknown> = {
3
- value: SkiaValue<TInput>;
4
- selector: (v: TInput) => TReturn;
5
- };
6
- /**
7
- * Wraps a Skia Value with a selector function. The selector function can access the
8
- * inner values of the Skia Value so that we can dynamically ready array values and
9
- * object values when doing animations in Skia.
10
- * @param value Dependant value
11
- * @param selector Selector function to calculate new value from the Skia Value's value
12
- * @returns A descriptor that will be used by the reconciler to calculate the value
13
- */
14
- export declare const Selector: <TInput, TReturn>(value: SkiaValue<TInput>, selector: (v: TInput) => TReturn) => SkiaSelector<TReturn, TInput>;
@@ -1,63 +0,0 @@
1
- export interface SkiaValue<T = number> {
2
- /**
3
- * Gets the value hold by the Value object
4
- */
5
- readonly current: T;
6
- /**
7
- * Adds a listener that is called when value changes.
8
- * Returns unsubscribe method.
9
- */
10
- addListener: (cb: (value: T) => void) => () => void;
11
- /**
12
- * Invalidates the value. Has different meaning depending on the type of the value.
13
- */
14
- dispose: () => void;
15
- /**
16
- * Field to make typechecking easier
17
- */
18
- __typename__: "RNSkValue";
19
- }
20
- export interface SkiaMutableValue<T = number> extends SkiaValue<T> {
21
- /**
22
- * Get/sets the value hold by the Value object
23
- */
24
- current: T;
25
- /**
26
- * Get/sets the animation controlling the value
27
- * */
28
- animation: SkiaAnimation | undefined;
29
- }
30
- export interface SkiaClockValue extends SkiaValue<number> {
31
- start: () => void;
32
- stop: () => void;
33
- }
34
- export interface SkiaAnimation extends SkiaClockValue {
35
- cancel: () => void;
36
- }
37
- export interface AnimationState {
38
- current: number;
39
- finished: boolean;
40
- }
41
- export interface ISkiaValueApi {
42
- /**
43
- * Creates a new value that holds the initial value and that
44
- * can be changed.
45
- */
46
- createValue<T>(initialValue: T): SkiaMutableValue<T>;
47
- /**
48
- * Creates a computed value. This is a calculated value that returns the result of
49
- * a function that is called with the values of the dependencies.
50
- */
51
- createComputedValue<R>(cb: () => R, values: Array<SkiaValue<unknown>>): SkiaValue<R>;
52
- /**
53
- * Creates a clock value where the value is the number of milliseconds elapsed
54
- * since the clock was created
55
- */
56
- createClockValue(): SkiaClockValue;
57
- /**
58
- * Creates an animation that is driven from a clock and updated every frame.
59
- * @param cb Callback to calculate next value from time.
60
- * @returns An animation object that can control a value.
61
- */
62
- createAnimation<S extends AnimationState = AnimationState>(cb: (t: number, state: S | undefined) => S): SkiaAnimation;
63
- }
@@ -1,9 +0,0 @@
1
- import type { AnimationState, SkiaAnimation } from "../types";
2
- import { RNSkClockValue } from "./RNSkClockValue";
3
- export declare class RNSkAnimation<S extends AnimationState = AnimationState> extends RNSkClockValue implements SkiaAnimation {
4
- constructor(callback: (t: number, state: S | undefined) => S, raf: (callback: (time: number) => void) => number);
5
- private _callback;
6
- private _animationState;
7
- cancel(): void;
8
- protected update(nextValue: number): void;
9
- }
@@ -1,13 +0,0 @@
1
- import type { SkiaClockValue } from "../types";
2
- import { RNSkReadonlyValue } from "./RNSkReadonlyValue";
3
- export declare class RNSkClockValue extends RNSkReadonlyValue<number> implements SkiaClockValue {
4
- constructor(raf: (callback: (time: number) => void) => number);
5
- private _raf;
6
- private _start;
7
- private _stop;
8
- private _state;
9
- private notifyUpdate;
10
- protected tick(value: number): void;
11
- start(): void;
12
- stop(): void;
13
- }
@@ -1,10 +0,0 @@
1
- import type { DependencyList } from "react";
2
- import { RNSkReadonlyValue } from "./RNSkReadonlyValue";
3
- export declare class RNSkComputedValue<T> extends RNSkReadonlyValue<T> {
4
- constructor(callback: () => T, dependencies: DependencyList);
5
- private dependecyUpdated;
6
- private _callback;
7
- private _unsubscribers;
8
- unsubscribe(): void;
9
- dispose(): void;
10
- }
@@ -1,12 +0,0 @@
1
- import type { SkiaValue } from "../types";
2
- export declare class RNSkReadonlyValue<T> implements SkiaValue<T> {
3
- constructor(value: T);
4
- private _current;
5
- private _listeners;
6
- private notifyListeners;
7
- protected update(nextValue: T): void;
8
- readonly __typename__ = "RNSkValue";
9
- get current(): T;
10
- addListener(cb: (value: T) => void): () => void;
11
- dispose(): void;
12
- }
@@ -1,14 +0,0 @@
1
- import type { SkiaAnimation, SkiaValue } from "../types";
2
- import { RNSkReadonlyValue } from "./RNSkReadonlyValue";
3
- export declare class RNSkValue<T> extends RNSkReadonlyValue<T> implements SkiaValue<T> {
4
- constructor(value: T);
5
- set current(value: T);
6
- get current(): T;
7
- private _unsubscribe;
8
- private unsubscribe;
9
- private subscribe;
10
- private animationDidUpdate;
11
- private _animation;
12
- get animation(): SkiaAnimation | undefined;
13
- set animation(v: SkiaAnimation | undefined);
14
- }
@@ -1,2 +0,0 @@
1
- import type { ISkiaValueApi } from "../types";
2
- export declare const ValueApi: ISkiaValueApi;
@@ -1 +0,0 @@
1
- export * from "./api";