react-native-wagmi-charts 2.1.0 → 2.3.0
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/README.md +26 -4
- package/lib/commonjs/charts/candle/Crosshair.js +3 -3
- package/lib/commonjs/charts/candle/Crosshair.js.map +1 -1
- package/lib/commonjs/charts/candle/CrosshairTooltip.js +4 -4
- package/lib/commonjs/charts/candle/CrosshairTooltip.js.map +1 -1
- package/lib/commonjs/charts/candle/useCandleData.js +1 -1
- package/lib/commonjs/charts/candle/useCandleData.js.map +1 -1
- package/lib/commonjs/charts/candle/useDatetime.js +2 -2
- package/lib/commonjs/charts/candle/useDatetime.js.map +1 -1
- package/lib/commonjs/charts/candle/usePrice.js +2 -2
- package/lib/commonjs/charts/candle/usePrice.js.map +1 -1
- package/lib/commonjs/charts/line/Chart.js +15 -4
- package/lib/commonjs/charts/line/Chart.js.map +1 -1
- package/lib/commonjs/charts/line/ChartPath.js +6 -11
- package/lib/commonjs/charts/line/ChartPath.js.map +1 -1
- package/lib/commonjs/charts/line/Context.js +6 -3
- package/lib/commonjs/charts/line/Context.js.map +1 -1
- package/lib/commonjs/charts/line/Cursor.js +58 -9
- package/lib/commonjs/charts/line/Cursor.js.map +1 -1
- package/lib/commonjs/charts/line/CursorCrosshair.js +1 -1
- package/lib/commonjs/charts/line/CursorCrosshair.js.map +1 -1
- package/lib/commonjs/charts/line/CursorLine.js +5 -4
- package/lib/commonjs/charts/line/CursorLine.js.map +1 -1
- package/lib/commonjs/charts/line/Dot.js +8 -13
- package/lib/commonjs/charts/line/Dot.js.map +1 -1
- package/lib/commonjs/charts/line/Gradient.js +2 -2
- package/lib/commonjs/charts/line/Gradient.js.map +1 -1
- package/lib/commonjs/charts/line/Highlight.js +2 -2
- package/lib/commonjs/charts/line/Highlight.js.map +1 -1
- package/lib/commonjs/charts/line/HorizontalLine.js +4 -9
- package/lib/commonjs/charts/line/HorizontalLine.js.map +1 -1
- package/lib/commonjs/charts/line/HoverTrap/index.web.js +1 -4
- package/lib/commonjs/charts/line/HoverTrap/index.web.js.map +1 -1
- package/lib/commonjs/charts/line/LineChartPathContext.js +19 -0
- package/lib/commonjs/charts/line/LineChartPathContext.js.map +1 -0
- package/lib/commonjs/charts/line/Path.js +2 -2
- package/lib/commonjs/charts/line/Path.js.map +1 -1
- package/lib/commonjs/charts/line/PriceText.js +4 -2
- package/lib/commonjs/charts/line/PriceText.js.map +1 -1
- package/lib/commonjs/charts/line/Tooltip.js +57 -16
- package/lib/commonjs/charts/line/Tooltip.js.map +1 -1
- package/lib/commonjs/charts/line/useCurrentY.js +1 -1
- package/lib/commonjs/charts/line/useCurrentY.js.map +1 -1
- package/lib/commonjs/charts/line/useDatetime.js +3 -3
- package/lib/commonjs/charts/line/useDatetime.js.map +1 -1
- package/lib/commonjs/charts/line/usePrice.js +6 -5
- package/lib/commonjs/charts/line/usePrice.js.map +1 -1
- package/lib/commonjs/charts/line/utils/getArea.js.map +1 -1
- package/lib/commonjs/charts/line/utils/getPath.js +7 -4
- package/lib/commonjs/charts/line/utils/getPath.js.map +1 -1
- package/lib/commonjs/components/AnimatedText.js +1 -1
- package/lib/commonjs/components/AnimatedText.js.map +1 -1
- package/lib/module/charts/candle/Crosshair.js +3 -3
- package/lib/module/charts/candle/Crosshair.js.map +1 -1
- package/lib/module/charts/candle/CrosshairTooltip.js +4 -4
- package/lib/module/charts/candle/CrosshairTooltip.js.map +1 -1
- package/lib/module/charts/candle/useCandleData.js +1 -1
- package/lib/module/charts/candle/useCandleData.js.map +1 -1
- package/lib/module/charts/candle/useDatetime.js +2 -2
- package/lib/module/charts/candle/useDatetime.js.map +1 -1
- package/lib/module/charts/candle/usePrice.js +2 -2
- package/lib/module/charts/candle/usePrice.js.map +1 -1
- package/lib/module/charts/line/Chart.js +14 -4
- package/lib/module/charts/line/Chart.js.map +1 -1
- package/lib/module/charts/line/ChartPath.js +3 -7
- package/lib/module/charts/line/ChartPath.js.map +1 -1
- package/lib/module/charts/line/Context.js +6 -3
- package/lib/module/charts/line/Context.js.map +1 -1
- package/lib/module/charts/line/Cursor.js +58 -9
- package/lib/module/charts/line/Cursor.js.map +1 -1
- package/lib/module/charts/line/CursorCrosshair.js +1 -1
- package/lib/module/charts/line/CursorCrosshair.js.map +1 -1
- package/lib/module/charts/line/CursorLine.js +5 -4
- package/lib/module/charts/line/CursorLine.js.map +1 -1
- package/lib/module/charts/line/Dot.js +8 -13
- package/lib/module/charts/line/Dot.js.map +1 -1
- package/lib/module/charts/line/Gradient.js +1 -1
- package/lib/module/charts/line/Gradient.js.map +1 -1
- package/lib/module/charts/line/Highlight.js +1 -1
- package/lib/module/charts/line/Highlight.js.map +1 -1
- package/lib/module/charts/line/HorizontalLine.js +5 -7
- package/lib/module/charts/line/HorizontalLine.js.map +1 -1
- package/lib/module/charts/line/HoverTrap/index.web.js +1 -3
- package/lib/module/charts/line/HoverTrap/index.web.js.map +1 -1
- package/lib/module/charts/line/LineChartPathContext.js +7 -0
- package/lib/module/charts/line/LineChartPathContext.js.map +1 -0
- package/lib/module/charts/line/Path.js +1 -1
- package/lib/module/charts/line/Path.js.map +1 -1
- package/lib/module/charts/line/PriceText.js +4 -2
- package/lib/module/charts/line/PriceText.js.map +1 -1
- package/lib/module/charts/line/Tooltip.js +58 -17
- package/lib/module/charts/line/Tooltip.js.map +1 -1
- package/lib/module/charts/line/useCurrentY.js +1 -1
- package/lib/module/charts/line/useCurrentY.js.map +1 -1
- package/lib/module/charts/line/useDatetime.js +3 -3
- package/lib/module/charts/line/useDatetime.js.map +1 -1
- package/lib/module/charts/line/usePrice.js +6 -5
- package/lib/module/charts/line/usePrice.js.map +1 -1
- package/lib/module/charts/line/utils/getArea.js.map +1 -1
- package/lib/module/charts/line/utils/getPath.js +7 -4
- package/lib/module/charts/line/utils/getPath.js.map +1 -1
- package/lib/module/components/AnimatedText.js +1 -1
- package/lib/module/components/AnimatedText.js.map +1 -1
- package/lib/typescript/src/charts/line/Chart.d.ts +3 -0
- package/lib/typescript/src/charts/line/ChartPath.d.ts +0 -5
- package/lib/typescript/src/charts/line/Context.d.ts +2 -1
- package/lib/typescript/src/charts/line/Cursor.d.ts +2 -1
- package/lib/typescript/src/charts/line/CursorLine.d.ts +3 -2
- package/lib/typescript/src/charts/line/LineChartPathContext.d.ts +6 -0
- package/lib/typescript/src/charts/line/PriceText.d.ts +6 -1
- package/lib/typescript/src/charts/line/Tooltip.d.ts +10 -3
- package/lib/typescript/src/charts/line/types.d.ts +1 -0
- package/lib/typescript/src/charts/line/useLineChart.d.ts +1 -0
- package/lib/typescript/src/charts/line/usePrice.d.ts +2 -1
- package/lib/typescript/src/charts/line/utils/getPath.d.ts +2 -1
- package/package.json +15 -5
- package/src/charts/candle/Crosshair.tsx +16 -9
- package/src/charts/candle/CrosshairTooltip.tsx +26 -17
- package/src/charts/candle/useCandleData.ts +1 -1
- package/src/charts/candle/useDatetime.ts +2 -2
- package/src/charts/candle/usePrice.ts +2 -2
- package/src/charts/line/Chart.tsx +26 -3
- package/src/charts/line/ChartPath.tsx +15 -7
- package/src/charts/line/Context.tsx +7 -1
- package/src/charts/line/Cursor.tsx +75 -12
- package/src/charts/line/CursorCrosshair.tsx +16 -13
- package/src/charts/line/CursorLine.tsx +13 -9
- package/src/charts/line/Dot.tsx +18 -22
- package/src/charts/line/Gradient.tsx +1 -1
- package/src/charts/line/Highlight.tsx +1 -1
- package/src/charts/line/HorizontalLine.tsx +22 -16
- package/src/charts/line/HoverTrap/index.web.tsx +1 -7
- package/src/charts/line/LineChartPathContext.ts +7 -0
- package/src/charts/line/Path.tsx +1 -1
- package/src/charts/line/PriceText.tsx +7 -1
- package/src/charts/line/Tooltip.tsx +81 -25
- package/src/charts/line/types.ts +1 -0
- package/src/charts/line/useCurrentY.ts +1 -1
- package/src/charts/line/useDatetime.ts +3 -3
- package/src/charts/line/usePrice.ts +10 -5
- package/src/charts/line/utils/getArea.ts +1 -1
- package/src/charts/line/utils/getPath.ts +5 -3
- package/src/components/AnimatedText.tsx +2 -1
- package/.DS_Store +0 -0
- package/.editorconfig +0 -15
- package/.gitattributes +0 -3
- package/.gitignore +0 -60
- package/.husky/_/.gitignore +0 -1
- package/.husky/_/husky.sh +0 -29
- package/.husky/pre-commit +0 -4
- package/.prettierrc.js +0 -5
- package/.yarnrc +0 -3
- package/babel.config.js +0 -3
- package/example/.DS_Store +0 -0
- package/example/.expo/README.md +0 -17
- package/example/.expo/packager-info.json +0 -10
- package/example/.expo/settings.json +0 -10
- package/example/.expo/web/cache/development/babel-loader/0048eab7a1937596c83f7a0a8669a057.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/00e78539c92f01b2990b35cc56404077.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/00fb31a59f8059a371925c6563cc997b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/01548be34380766518c44d302f0da833.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/01dc8e11259412b46f72a16b6f6f989a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/022bc27c62f111b60de1d9cf31798db5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/02341c3581c9b4661b5deec14d244183.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/02864927117d03b881e7a8edfefbce1f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/029e21747cfcaf8be0db65a531a13e45.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/02cacb7980022332144135d930ecea11.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/030b07a0a05e98460988fcc5b21543fd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/03baac388b3f9a631dca74f8f5355871.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/03bc10b4a5ee3eedb5e5f050d616c7ca.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/03e0f78352a5cc290e9a694dfa0457b2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/03f273e96dda522f2f1ffb0c11d9cb41.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/040ef89e9083432c9c572aecfb055253.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/053109a5af2f50846dbff99c9ddaa08b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/05c8ee51599e49b8df4c2aea1c61f9bd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/061e5f7ad7d0922480d8aa5ec61bb646.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/062a149ffbda2b47d4a754da17f0ed89.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/06c9aabc7c8dc32a774403b9acd1d9e3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/06de2f6698410c68adcc5a227728a923.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/078514ef0b378ba9f78589e2d9ed00f0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/078d39387ece388cb409a9de98417dd7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/07b3a89a9e74b685cf404ebf38b09cf3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/080f366125f90a9e8eadd83a478fd0a4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0870d39da57bb2851188686e42cd8929.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/089ef8767f5d45067bcc9b748c2e2ca6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/08ae8c107c10803a4fd1dcd9bb77631b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/099f90b9def7e410f3bba04d6226387e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0a242186b7618fda93384aeb3173eaaf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0a579bb4b1dc23ec08a88f1bdee88608.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0b71299ddceefa8034f07d7bd25f7132.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0ba484ac7ba0d1abe8d566757740b901.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0ba90d135dbde2f2ed800d6988b78450.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0bb2866e03fb170ecb2af745142093ba.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0bb36a2fb4073700b144f62a027bd1de.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0bdbd4da7c535a6cfa3d301a2e03cdb3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0be51050d78340dc2f89663ad0af3632.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0c07be62e43d474eb25c09f670fb08b5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0c837f034f4f17e8b4762c3d2df80d5c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0ca19fcabd7879d8a09389c265186c73.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0cdf4f458fd0cf908dfede501bdba0fc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0d31f492a7a9c529dbcbd75b848d6d0e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0d9788739cbfbd79ea593eeaa1887870.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0da5caa9849b893e893d2f84251d2b0c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0dba3b74d1f9e83e7e1be547f59f9b0d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0dda8bfcef9ddb34113838e01d884c94.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0f7beaa387100bbf52b0795fff708e9b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0fa2c2dc537c942ad8aa7e16f3e3ee7f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0fbfb2dea0d4ca9896ab83137f7a443c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/0fed877538eec4c0fe6fc59a7fba1884.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/10c42328cedbca0b7c02e292cbf7e819.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/119aa1b9951b02dd534f8968d8d3bdcc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/11e5e2a288b722ed1a72951da903668f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/122d66f7c19d923eda33d5be469f98df.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/124b86bda7fafdb400a04e42fb06d241.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/12ddb38f86b223c6168a22c3c441d23c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/12f67411dabf1aba4c19bc21578a1eb6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/12f8b90d6b32fd8d434f74ec0a1cc5de.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1373cfa1a25ef0d52cb4356053bd50a6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/13f991ac86a7338392f35706b6f3ff13.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/14896ac3a706173aa66f99f5ac81de25.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/155b2897eaa205c153dc174759391596.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/156441416de4a576dc90c34dbbb005f4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/159bcfbc06914dc0fa53d932ecdeb3a8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/15adfc2176211fd1b1f1e26ffac54860.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/16431afdd306659127e684ef2c528a5e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/16bf97aa1df29d051e75cdcfe30258ca.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/16d0b8dbc4e2615d53d7a99d3c399b1c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/16d1bc10d8e4f05640c709260fe4cff7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/173757cc1e741e39f50c821a347ca6a7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/17539008e1af521bbd4be8772219d502.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/176b3020eb65c46ea40baf76391fdeca.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/178a06574c91fc5f7d66bb5c1087d694.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/17c2c08b53b428a4549da5c8dfe32283.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/17f33cd1288f2d81431bd2cc3594a889.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/183decf56ac00edb29d05a83cb230ed1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/18b98ff69a443c8d8c34b1e908c8c8c5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/19b862353f8639c724c77fef48f745b9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1ae06e69db0965f0680818d1a4bae914.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1ae598529609953300b8831809806773.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1b60e83cd9326cd1bedb362ca3695db7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1bf72c5e82adfae4cd9fb7d062f43c7b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1d75e19efb03e53ecf3ac88a9bc660f6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1da1472f2e94b667c4f3d73d437b78d2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1db83c8bbf361b4e9c9d637ffd3fda9f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1e954e44cae79871d604d778ed2b019b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1f3db19af6a4daad8ac653aef9a17b3e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/1fa8d4f7956d15e5d2301b5bc0ea5cda.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/20143c2ba144a977d78c7b106120350d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/201eb696584a8e8ed6ccc7f1c94bea83.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/208778a4ee646ee0555ed1e67b562757.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/20b5cfe5b4fae8cc46f24e1ad10f084b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/20e5a97e718e32b1e4793147d6f69e45.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/219c2137c40f30853f1c0da86e6195ae.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2205972b2a20db62efa79ce469cfe964.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2213676b835b1649f016c0bff6b0d893.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/224ade2bbe8e0b2388eb1c55bff3f264.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/22e45563d6234e853ec8e4a4267750d8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/22eb55b287473e3a78908381441cfcb4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/235079d51d6d83ca54da405649b91110.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/23be422a323e77a515117c42beac5044.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/240cb3678995c4254ed6e5c7582952ba.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2530791779144ffab597cad5be52c226.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2572f610636111e63226d070b6df704a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2596af2ade89538878b6d544100f3399.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/25ba14deb6adaac77b56e2c781b4f065.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2662f01bd2d995efd4c68fb1dde0751c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/26cb1b1abe574d9b890ef696f2871346.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/26d2d37f205cec86abab8af6ff0ebc64.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/26e511c3ed7ffeb19f2a5d51e2cac69b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/26e6a4ea55e0d322127634128523cad1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/283e292d5ceb581a50e9755ac42601a2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/288357d67d14eb8a67ea7431f3c8416d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/28d1872152a5070e160a78864dac71c9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/28de677a319035c81b48e51b8c8801ab.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/29518ab58c8aacdb2e5e164fc13d872b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/29d79f626f6ad6bfe79bbbf010acedf3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2a3adcb3c1ad03050e8262f913537bb8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2aa749a94f4df8b760e8acfdb25028ff.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2aaeb9279315ba2ad10a4c0f551e8645.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2acf873c8a41c7ea75a5cc3ae31878f7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2b64d55ee11f0015681db4ce68a395d2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2b68997a650089f484e2aa3b04e19c17.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2b701f7ecf1146a2266cfc4b1f85883b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2c02bff6f2785c6f9c97e54794c5cb1e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2cccd0ecb5914d7b91a0e2a0fbd995c9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2dbbd507ae02c5249d7088f625312a95.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2dce9894a2affe7bfe287cd3e27b4efd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2e27f8a130af009b492bc9f13a3bb578.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2f24be2c7134f588272fcf9f397008bf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2f57f3c72b3b460c5d299bcf081b429b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/2f63db06dec4ae0f934cbe269ca78b7c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3030b35c886f71dc0c5445ba8f6f987a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3053d7b372b5a38a9ffddbf16715f2ce.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3067d2c72bfaf66f5f19c7909af1133e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3146ea18d415deb6177ac03e1355688e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/319feb766afa0b6ef1fd0f61a79d8306.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/341a6c60339e92183d4dc4beb411f72d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/34603acbdde5dfab35a94ddba2a32d46.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/349cd67f61ed6f6ef9bafc83ab8d8fe6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/349f0c8c11b69e43a478d773b131d4d2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/35011e104b58754e49c4d3d702a2f61f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3575ff3ca012124bf251e6cfeca7b7d7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/359f8f7aff4ad2f996000b550df5b917.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/35c0fe0f3af5e5bb30c862ab2f0352fe.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/35e42e8dca6b3242a869b68dd19c9320.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3683ce1bd7ea848ec955de2738873cfb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/36865faf642c5676bc5f905a17d39810.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/368688165f40c4cfc59238bacf69d131.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3690ca8f7494abb6bbf399a72dd529d0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/36e75d47020ead36881558873b7ed051.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/376ebb0e2cf53138b2add663f358ad8e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/381426842d8a1ddb31808178e52a5679.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/38146d6afeec03b463523c4710274e9a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/39185d78dfe042f97cbae91dc8de3fd1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/394f45d48a9648d70c4b5b64076be031.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3972208eae9b5b632b17b21baa8bf208.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/39f743b81b60417ab847556a7179e22a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3a049e796da05d6ab052670916a53c33.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3a36810cc4f07e4758f321a000de6959.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3a98fa6154cd5cd009147a5327c55155.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3b7135501e404451314cdcc9fe0600b8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3ba2512296e39bb9a10f1558a665e9ec.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3c20b6d457837e0ac87f3e648e6eca00.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3c5f38af9e2ec3a91de4f1b4fec17b0a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3d6248624c376f339e299d33a5441fc5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3e1698f99f9fc08d49f7b34982fa5ff9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3e175af3a1473dcb8ab69a8eadb3b64b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3e294ec36b218fbf02cfaec95a0cd10c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3e2d35c9bbfe5423a7d98376bcd56e6b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3e403b91e02d584934276eacc544c816.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3e7a2e7fe4f726704b568371689534ae.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/3f86d59727c3e03e54652149a8f8d3b6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4023fb22b941ed6ef095d0dcc7cf4add.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/40402ff33d7840c2ef429fb4b123038d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/40797a455c2817f0f1c32be3272d45b7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4088615ef9d57b3f7fe4190660ba6ddc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/40b253188172501badb387adbb4975a7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/40c4fde14ef2e0ea53a7432cd848ff2b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/41cb1c00dc7af067825210998d145a55.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/42369b0fb17c85ff071461984d05a57c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/42c2f18b8307bc0d3ea5d84373a5d67f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/434f2b53fb7aea8fa46feed34373ebf1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/437dd685561b93a81742ac2ecbeb7d41.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4435d6138199309e3af3ad15f2f33548.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/44dc1996d592f2e6f37bad3a90765f47.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/458008074e08e5345adedd3d000e8470.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/45873f55ae22e035954bc06cc50b2173.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4645ddff7b2c0d3eb6856ae4db108dfe.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/46679e2a6fceee1389fc81e63b21348f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/46ede8b645ca9607cad48c73ac585da8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/47848e59a8af06715aaa2c06bbdddf86.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4819dcb040e5d4a96a7b84bbb0b1ec20.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4861470a02020675a1ee3db81cf82013.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4864be71b0d3193e0c759b91a9548cce.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/486a97ffd715ec487414761e753727b5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/487488e8e5ae8ef9217e3c56a43ad05a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/49f4c364b909987eb06dde9e5e191155.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4b13fec968ca831c12164f8849618499.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4b2dc2a918984d9c2064864531f0a25e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4b81b318c8d202092e5f11c893ba60ca.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4b929b061248038485fe18a4000f0dc7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4bb899e66458fe70451b960feb748cca.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4bf2841cd4d191e4fcd069fc2defa95d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4bfdf05b16115a8f6be82091518c35be.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4c14d7bff7de294fd991c68522f97ee4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4c3b315099cd265649454fd2a0c799a2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4c723644cc0a1300f119db91b3a4e1d8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4c912e44b450dfff1f0d609c6fcf770c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4c91a10b38720099ce4af9a3b12902e3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4d0a771d1b608f16b9ddadee2a97ce66.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4d466fa65871bcbc64956934ceb7b82f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4def34cd255ca058831e577a22a37fe8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4e225e240a0c5e5724f9d92ab2c2a5c7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4e34feea50a4a09a97c575ab605527bb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4e741f92fbbd92b96334530f6ad10846.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4e7e3d084acb39114c24da2f4db0f14e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4edc3be79a77498f1a49e373457124de.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/4f17a38ef723d2f2f88ab36229447848.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5126e93c01ee93124a5e74d11303b9c8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/519238552f7ca486b938192b9cbcceae.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/51e20d90ac5c3b788724e38bc5e13ee7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/51ffa5d7f07c4e3b52983176341b22b3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5201a3d9e11e2395d17ce85a968b6df9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/520bb792f23fb5a5b75ba6b1671f10ec.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/523038c6dc8ac0e76ef7a23d3eed51ec.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/532fa6c08d38d3c6de9df3cbc1e6a903.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5352894e73c9b0713f12df8da1c6b65c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/53bf8f177165c6b0e75a631aa4519d41.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/53ea8a26aeb6e2759a7f1f5f4f56b6fb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/53eb0e5ade26fcf21aa38d9b826d4cda.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/542e618262a94895f81236112129bd3e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/543d869d3c2430af923c1d46108f9dae.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/546891698aff03b72ed2f6ceb6e7fa89.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5471a749a6e8af27964d87af251c688a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/547a11a6bdd8bda252dfd4614f815fbb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5483ab9ca7310d6774314885fee2a973.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/549d7a1c3d15fdb39d9bffcf267e3f56.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/559811ff6c4183bb0704807cf5b76bab.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/55add2461e97c93eb8aac04bb6999d6f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/55b3b5973e6de9b423b3ec627176a7f9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/566edd7dfdc185ef467beb97fcd9e08c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/567acdadac00f4c65b037849683131b6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/57892340c5b232df0a75f1339c9e68ce.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/57cd82470f76c034961fe1236302abfe.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/586d05cc2c149bd7435298a982b57d60.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/591c326572f80891b2f6d7132b21a0d9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5954d33f838e7e341ebe043096ac7fe5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5a07d6d40bd575c25f45538b187acd8a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5a27a1760bd4f6407b1fea26715a87bc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5a3c1683e7539c1e4776da78585fd8e6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5b1b8b74a9c8d3d83bc0cb2749d3caa5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5b2be6beae3ed7b57f46641414303cf3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5b36330631e46bbf63f870970b2122f7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5b9bc4b234aa59e34135748fd93507b6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5c0087a9595888025264a9904d1b8eef.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5d16233202c82021ddec174b9bb58863.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5d569557de3b7d5fa8afc576ac512a04.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5d646ca9aa7f759e829259ce504269e2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5e0932b9d9679774ae121857f94d9922.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5e4f424ae34ce824d1a402729f6a057e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5e51328fa08bebd0d74b50fb0e6c8097.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5eef44eed8ccb290fe3456e2fe6bf8ed.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5f8621a10c1e567488ff251972a23c6d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/5fd990c9fafaaa91d54e872f7ce7051d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6024b3f768564aaeb1361263b0202a14.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/60303fed71faeaa68ab30e8692335712.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6132085808aa3dcaf4042b13715c74cd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/616140663303400e490ae1f8789bf33f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/61cfc5a0e7335e0b9a219b1cbe277614.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/620f55f17382101002e5e9426ce3e366.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/62676c7e580c2e05b3597d53b1cec852.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/62f012bfa58863dc3ea69f00f9b90a77.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/63167719609db00ff2d6a4eb74823f20.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6320f4e69400d39312489472d7f26d50.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/63a9473d63154c31603b1ec1c728c8ab.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/63bae7aa325e3c82ba555ac19c0912fa.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/63c7331c32b247560f7318cb076a7c40.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/645eaa3c12cea785d12fed54225c1bad.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/64ed04fe3e08408b9268fec4dd1df52a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/64f7c8f31e295eee69738bfe05c5bff5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6526a4a40bd385a0266a45ad7f92898c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/652ab844f358ceb6b4625544fa5d2f99.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/662cbc71202b18650b3fa438c128b6fd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6633c8b78925e32b5c2ea2fb14d284c9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/66ff90fd72218dd01d86a97baa645867.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6775a5f5c0d419a5bcd1bc6b853bf2b6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/679e5028f6e8af7b6b756a4a21a23a37.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/67c83f864d1331ff4472cd80a74b426b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/68189da0029a30976a2484255a17ce79.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/68c4370b36da2b4d2f9e997b0b317baa.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/696a6f2f23efafc28fc3c6d5b5ffaeac.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6991b1cd9f19326a94f92ef5b1b842a8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6a68c0f3ae60b8004305422c65b03939.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6af277fa3a99d89d3b8476cc530dea86.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6b97a59c5465397dba921f389acaafdd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6c27188040ae357512ee2f1ab094c885.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6c2f82c0db7403ccd4f19071f91173e4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6c8a2848fe0f787148c2fb6de4264155.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6d10befa9b8f5fe2e6b3b97898fbf356.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6d187f42d86d8e0b9234c93f769710f3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6d42eddc1aad6d2a82c7091e9ccce61b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6d6f8b41da6a4ba792c39f671105e620.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6db157842077271e6cfe46d85f569c54.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6df029ffc4cb41be03ffeafb769bd625.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6e1b109f621c0d54775303f058483115.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6f12c17d739331ecffc1403342ba41da.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6f1e7f9957d00a46ac253b64011db52e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6f81cab4add782ed35fd68ba00bb1d53.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/6fd1661af13dedb5e44522d491a1caf6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/70011f5e5361437bcf72ec2b53fad9f0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/718db76d78154a4ae20c1822ca1b59ab.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/71c89114f87eec2560a35accc6fb21d7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/71d0f6054d983d91726a1e45d65058af.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/71f17bedd745f584f7abc4f4d51c7ad4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/72b944856e68e4a8a0ed8e4c2413070a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/740b2f1ab937b3d8fae7d547e9118390.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/748a994e95eb1d1311d08dae70ff213a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/74b3b0d02f286a48fe045bb68c2a4650.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/74d8aca04393d958004db6c2ef850b15.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/74edf8cf133b616b8cc485e452e6d907.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/750b4ff6e08ebbe4351e612b44e54b38.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/75e5a5a17124546e2082576bf7d8a6d8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/75fd06c8f0f32fdf100a4b7359ad5f22.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/760fa2ad4684296a4d8910efee774532.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/765c63eb89770f11615c740460d8a605.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7695443a011b53044155a45950f64551.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/76e3dcd07e85aecb3b5fe577d0486e26.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/77348d41c4a630ac871ec1662d753572.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/77a4283c1f4aa52a3ec7489dfcb4fd3c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/77c1d4c9c2134086a760c84c8dbb0767.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7856391ec0a27839d3fa6acbeb9aadda.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/78d3d5bbf14c6f41859897e37d770fcf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7937bbe97984684549fccfdfc1a73280.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/79bb96062935d1e253162731ca79dbb6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/79c9840acdf1d5058d1dd9a3ee4c26a1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/79d14c794bf695a8710614f2650caadc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/79d484d4cd279cefd19f3ae34fbabc47.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7ac59aadbbeb87bbaa689455f49462e7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7addb7eb6bdec7308191a341bbe4f418.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7bb5cc0a83aa7f2ec1bc4921f36d6701.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7c6b46cf1a8d27fbf10098fc7b3147d4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7d920132c8d7c20e90bd5bfd33c0be91.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7dce022fc3dde6e47317238296fa51c3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7e073695c8dd0edfff43941d69ed768f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7ea547e52608eb3d07287f91483f92d0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7edc461562b8366cb17cbd9a035662b5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7ee8dc05c46a7508762c883a95e7b7f1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7ef54a1c471f1e3e0f47cd0e29e7a015.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7ef704bca1ae363b883e828a3792675a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7f523ccd852d399db517ddf7b3116aca.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/7fc7e86041eed94f4e8d6d5dafa84ad9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/809f3bbbf8df916db606ac7c6aad7679.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/80b2a7b63d2968f55ad413f37a77625e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/80bf3fd8e842cdb42492a17c8e1bed27.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/80c8813cbd81ff6bbad4196d310f709c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/80e857d5e29a2374c9308de8cdbcf421.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/81010ad113a890d5fd8280953e708d5e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/817c660469ce59fcb822c4858ad94b5d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/818e78aae9f71eaaa831b03d937efe68.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/819d6861eddf73de1d685137ffd3b3d5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/81da8afb512f1fe3dc5283eed7693dc3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/83675b83ee348c8306591395e5bfd9e8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/83ce5beb699584197b95c23e16070359.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/848d32a1afa411eb58fbde9a4e8be7a7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/84947f8673db23ad699799dd21bbdd50.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/84cbca54aad0ba7ad9155efbe50994e6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8687b87c118edd0ea36f77148c0a0ae6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/86aa7c8020aadae1b6047e779a070006.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/86e1e81a50d45527c06815f7b22d3cfb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/873f17ead5c8a3a89f8c307d3fc3d749.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8768cca418ed67067f18960d229888f1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/889da18092544dc720e42ab160a8ca77.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/88fd90442a3cd6528e4248e448007e21.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8947ed6ed81ae1ed2f0d1a5f7a21d4bd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8a1fbcc937fc9672938d71108f51bfd3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8a809e18963b1a79d7db704eb9e814b3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8b0fa6466bfbb43efbc8a796bb0a058f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8b4cf44a2020fd3061929214e66d69ce.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8bcdd0d74f6bf06c96dc636553f1ada8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8bf958e697bf3ce69193447f5797f8ad.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8bfd7063b443cb17646e674300dd862b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8c61c708fafabf1296dd0daf5e7910eb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8d06501d3b127619583bc480630ad389.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8d60a937161579013d137028e30e0922.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8d9e770602734e0d230feafb37171ca8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8dbfb280c88ee5948b0a3cc84074bd43.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8df99953a7fe26875c55c9bc1e71ca29.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8e29eb23e29046c8b921236d322c844d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8e7ea386f4f497f8c5e0a4a9b80b093a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8edadce2f5d679a4a225dc8a0ed0599e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8eddce3de502ba26239bdaa0931abf8a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8efad0218d4db05da11e8e21002ac55e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8f6e1de5d12755c13e6c50a07e2d0778.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/8faa2e1b05e23388f0f3f9b70ed4132f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9076afdc7c80bd4772da54abf2e574c8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/90b795975488ffe15936e61c096fa274.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/91ed31500f942f97aec1be73e89a7af8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9252abf85af8c03f427a2e2117a1ad62.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/92b72e3964caccd73a132a988edcfae7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/935c5281811e7023b78c26038f5c44a3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/93945109a64716fc3d15a12d81598ef8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/93ee4950a9326c046f9fa65c13dac411.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/93fe9632bb5db4ded992478e2af27d5f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/942ff966d1b2f375164a20370f75739c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/94ec82e971c8bd617ccb1f371516f99e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/952e79673cf0149b0385a4867bf28431.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/952e86a021d3f8c00af76e77a3a2b421.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/954ad5b7f72730fad3a93e8333b0da09.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/957a301738f627a164ba1d2ab1bd927b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/957bea32dcc83e0fc7f2fd8795a8f818.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/95894f21da81a853a458c13777d475ab.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/96026b04efb214a46b3cb671312b9b6e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/960a64fc351e2a3b4224ffa3e526620b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/964cb097c867a1ded7eb7446f5548c22.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/96cc9216a7d44bd92538b1a20e558b4a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9768f896dd4e5f489c2d032e95b359a8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9897d6fc1bbe153c542e6c7b35d22d2c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/98e4f7e158718137c26f2fe60b84369d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9968019b9a7a89353b231c231c18a66f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9a79db1b3eebf8a5a21a547ae71b6eee.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9ae989e87da92329c1f285a30c2be6f5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9b3faa43b9b4d167e300792bd71300eb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9ba4ab6ad62c186c10cc4440ed5f54a7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9c3e01d3c2e1b6b20754bce294a85963.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9c9dd82e74356025c246d4ef7138a9a9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9cb7fabe07406a89bdd8ec845495d384.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9ce0ea8540198d071a57d36dae227cbc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9ce1f17dbfd3a985336dbf39e4903aa3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9d2bab4aa3187dee265f1d9c8ce6f0f6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9de726a6e25216c1ce763780ccfd2b77.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9e653ee142610f0516609ca3fb386739.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9e75ea79fea0209053c68ef4989b4a3a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9f2f6a11de269026061831c947435758.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9f3fd9ca3231e3002df99db9d9616aa0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9f84af378326a4f43f51f4afca0a4738.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/9f904b29589b10b747085de3c6cfd4be.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a012778b5e674c9eb2944f5e6f50089d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a076afeae19d4e15321e5d81cf41364a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a174e09c0cfac080977d6f4995806b79.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a1a9e264a5d28df52eea40ebbe178511.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a261d7c057c570a5d74c5c84cc08e7f9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a32a4d0daa4eb62756e1bb71d418598b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a3611e076e067e7397bd47a9ebe95cf1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a375a3eadad6ab2ce64ed38759b31415.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a375f7f9388cd549b5342455f032cb24.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a3b99e0ec7f17e098c6b02a04282d805.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a3bde08c6c572203f93bcfa1170d4790.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a3bf51a1af912c42396b784cf9851941.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a48b6217b860aab3e81b366a7306ee03.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a4d591b829ddddd57e666af1737b9d34.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a5439975918b87c11694b33af83dab36.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a5813eb247e0c87dcc99934f4b49ae48.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a584b9a0fe744b07e9054b7aa6e79f77.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a5aef7be4e09d6c659add5a82eb53b1e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a630d58e39a9a6af1ce5a8e06315ce60.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a657ac811bb44819902726e55617b187.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a689718c369fcd0f651d9089f15f507e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a6ba6a443c1adacdf7d7744a2af54267.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a78dc48e202b1f3be61ef3bc64699d14.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a79a096843947a83012402bb34b93567.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a85c03e40f8477a0a5885f01166a8aa7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/a92b432753e23bcc2919242ff345817f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aa060898cdab84d74c3084628c331eeb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aa0e6e0aa152ebcb49584ecc82533c72.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aa2c33a01bdef3dd64263863d5e1e71f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aa62c823f7515beb060c751cde5365f2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aad65600986e893d97dd5efbbc82bc19.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aad865b4c9160b648a082ba72163d00c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ab8d4e4e90a2ad47b37f4e4d73fb69cf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/abfc16406c69f7727d3e40be1f492f11.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ac5ac27f40cd535964ff8a0f4a7ee169.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ac5c7f32acb8bbc71777904317929782.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/acb7d1ebf630de004fdbf4297073c72b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/acc343298b9d93f37fea5d0160a6e4ba.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/accfde63bc7861836c7d96f0edf99e15.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/adb3227b48b17f020618b5e6ae28e5a1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ae62b71356d25980c16ffb81fe2d38be.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aebf66a0b170878a4c0f484faab92c87.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/aeda03d4168ed94c7b1e5436bf2e55d2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/af3dd17c6ef8154cf4971c88c6eb677e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/affcd570f78182f4e48f1e0339274e7d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b07b004dd4b5be9c751c59934a92f7b1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b07cfabfb81a762e3e63a2af6bada32a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b0a4e8cf7a76d3009a62200ed32812d9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b1661b3c840f0f1de996ba1d52a39764.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b18b69c1c5e4f8cf7c4ded4ea78be1b5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b265f89f5ab4c2ac5fe0a4efeb01770f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b32b03cd1b812594924db2f0dadb2f56.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b36ad3720ed8bc69cd40bacd30394013.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b39994cdb5251061c12396c51a2a4df5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b3bd282bfd66e7c6728dc9e033e2e5b7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b4914db154b01908445f8961813335bb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b5d4cbb6bcdc394e0d5535f5bbf695e3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b5e102a7b193d671228f7ddc03e9762f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b64b0b9559bbba155f24caa6cf08f433.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b64d7ed6cc2651e474b668ca64580004.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b6e50485f89d6d18b20ec92af1d7d77a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b7cd5dd20bda33ddccdb5231ae48ab94.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b8dfa5de3c421f70e9db524804d13b84.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b919a51bbe877fb67940240410ab8e17.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b946671feb92e88b439dd8ef2a6c5986.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b94c620fffaf0aee6db1c4d1956ad196.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/b9f7f88c506aab3dbc0a17a697f9d1cb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ba8d26034676cafb0e6da5d28881d723.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bb3f7c789c7832591535d92e860b66ed.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bb8a76115e7279a8f704a1eba275902b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bbfb771df3000d27f236c2f6538e6d31.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bc341b30ec186150a32a98e338033719.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bc3aae58b847f110df0eb389edd4b86b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bca25eae1165828580cc055637bfac27.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bcd08666cb6eeb4d7141e38e753e5e5c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bcf66f748963f3ac26d26df58fe29f77.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bd0b7e29ca8c871961c647db1d07050e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/be9a424fb2eb94b49c7c3b6ce0c07d19.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bea462878f1e660514793ed06a1be72e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/beef69cc65e73363978524809c84094f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bf018174df7cdbed5ae77cf03c266fee.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/bf53ba81ac3956a07f41a09fa6c4fa7e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c13c2416aaeb1b85aa8681b0f41fa17e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c15cb7604e78e9a4f0cc5e4b79a227c2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c20807f969171763f83e5286ffb7183c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c2b339b8db3daa5a91ca22f4fe923857.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c2f4ad9f921da12100f998440b20370a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c303af92e5dd411ca77f22bca1971ccb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c309e4999a3ca5404709ed911ec9fdda.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c37b2427c54ed0b731d9413ea475f338.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c390729cb76084d27a499d8b5e574ad0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c3ad64ca938631bdcd3142591dcd02d7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c43017273abd7760afa188cb903bfa5d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c466e35c5dbd7ca225f190ac4fe983aa.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c4d9f3709efea05dfe51b5b3ae5d4ad1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c4e1eebafffb0724425df5b45f08c358.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c5134c3fb7b800b1c9b34655b8e97e4f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c558bd553a6d00a518a39a9a60004a64.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c5964edc803e4bb08165c72d27ca0e53.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c5d4c8ee363ae3a19cd02a3f9817b3b1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c5dfb4580aa26cba8a25198c3894b453.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c62552ef04c76cdb7a94ba2f041360ac.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c69144c50f8f0d981b66c62204aaae74.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c733b561ef63b80564242d9b6f4954ec.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c78a01224ddb57513f9dc1603e721184.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c800cb1a4eccf4cc18e1408cf178b86d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c8c61768113386918420fa8baaa34704.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c94104801dfb90a18288b87decb3c7b3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c965c4dd6cfbe1acc5984c0f27e69884.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/c98f4ddefa349e6a50f455783f82f960.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ca0c207f9e3ba434db8f3775513736e6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ca4498d52ea6fed7e01c9ed5c26fcf95.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ca73168f6c95cb078c01776ef4bd512d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cb195f5c63902492b91ca4c2f455b400.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cba71c3eea31dc8ca85b9ced8f7b1720.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cc2ae312a6441a2fedd76ee22ac87d51.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cc37b4c4f23da7c9d04d8693a5bbaaab.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cced66a0b48653e5bfa98910a88f9fba.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cd081f2f623635b6965d7656912be1f6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cd0e23910d814598adda82d05396be53.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cd55e478acd924f5c082f02840ed8bbb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cd6e9b147db4f5e3265bf18542f6201b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cd8b6c6cd6a24fa61739c4d22dda95f8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cdf6fa5dcab6f3a13fa07e89fe985423.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ce580f3605e11ce41ca71abf9fb32fc7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cec065a6035ae98d73359c588d92c8c8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ceccb76ea280ae97ededa88718ed0c3b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/cfc467109de81a77ce3d683966f4b354.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d046df5680cd4056bdf827f416d3c8b2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d0c3cb818782b9a81bfc30385f72b89b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d0fcdc8e889d972bbb4337e548164f40.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d15a3ca0ba45f6a6cbb1b63b7810e35e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d168cd3939b990979e911bb032f8577b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d1836b27a3272be99da18e96bc42dab6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d282ac03fe3d6ac05de4538ce1e9c00e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d2eb6efe4ffa76b3cab0af535e1e52fe.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d2fc7ecda4f6641f8d52e406be776196.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d358f00c23a45360cbb79dabdb721cd1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d3d5e2781dd751c30bcaeef2108a4bbd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d45d41c244dad2c3ea03ba49a46a0423.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d4f6275737ee0b15864d1784084ec4e9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d5420905583aa27006ceaa13da6b662a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d5552d7ee552fec6e21e0b398feb3ddb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d5cec4c149045421487b8541b94a68b3.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d5e957af6e309a776341859d38205ccc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d6374eec0b6eb2d7538d7ec9d51fe7dd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d6c8e8d8e2fa01556286c656b2fd470b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d72ee3cf688a67b27f18b05bef74d879.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d7573bf1b493a896066b6f45d9c7aa77.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d797775538f909e9de0d644bcf0389e4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d7a4ea460412fb0fca3860f1e0126113.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d7cfda25d1654f23b9938352b3e5f0fd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d7f22047db03832a0314db9bb7c9e4e8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d835d39f7f1e78947f024fd3e7baac91.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d92da9ccd71edac1d6d7f1b72554205f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d96d3b81896e9bd36159e740a504fa01.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/d9b91562265c9867aac3075b134f6718.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dae925659703faa3496df0985e30eb46.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/db2362a80925087fd6dfea2ecf5d1527.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/db44721b3956bd3b7617e773f566987b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dbe08ee59a725c77de92c2ccf9c1f722.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dcc70c8d830be9dfd880c5298c0e5869.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dcd99ce86a9a99d6c582dd618bb0da9a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dd2e7e9f0700b6295764b0357f97fbd1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ddba687cec3fe45cc19f7c824b08d2f4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dee3d7eeaa9d088adee455787ecfdbba.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dee6d26381b0eee37db16f38d32dca5f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/df177e28e870b3f9ed04286275590e05.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/df2a97c39760a6b128a2bccf500f09b0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/df8cca84735630b31c89ab8c4525d586.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/dffc3d3b5387634869406f7b262b0334.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e00a687de4af483a065036c6b80fa9f9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e057ccea7890265eb568f4ea843b9c10.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e0bc2b67f28f7d20625141635fb72278.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e0c343c3fc39409be8007009745f0f06.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e0cb85d97765140dc5b5d5208c9ba0fa.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e12513c015e82fb05ce94ecc8be7102a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e13d64c5b0cbfdf147e8b47baa112969.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e15a3fbd8440519153d5282a30f1f37b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e1630fcfbaff568bf2f669a3e388c026.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e18e89bfc53249e5ebeb448812643401.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e1962858e3fc18c71d271c6eaa3a943d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e1a0963978b2cb66dec1b5d8a5a2c753.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e21dcee29960dda3812a8e73f9b0fcbc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e2673fb3c85a185e6ab75eca05a80f64.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e267b8128c475d71c47f9914b3578229.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e2faafd77df6c4f281c0c99a9e458e54.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e30c76c9a2d4f8d448441c1cb652eb01.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e3b541bfa3824b550bb4753328ea57b4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e3e41ecd377f12917599e490df17750a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e3e477529ed5548f8e901ee83d7395ef.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e40e88a5ee7080ae8c27b8b8b14fbe3b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e4815f1b8edf5002fdece1b55fbc36bb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e5305c23d1c285b3c16d5bbf31831aea.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e54991dfa34b4e617bf4ceac778d28ec.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e656bc77be79a05f8054e227f7f79d12.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e6dda54eeb97664ecf647c4e0d49e089.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e6f55b8bb2f55bff9c7239707407e38b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e71b020cacbbe302bb14d7910742ec2d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e7472dd2c104082f95c6920e14b1ebf1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e7b42d4997a3a0970f307de97b93e04a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e8ecfe4f495e40da9c691725a170eb28.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e915493077bb73d313288ad45d1c2409.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e958dca390e4e96d3ffd3fd3e668de5a.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e9ee1fc9a9a662fdf210526a05895585.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/e9f34adb6cf176473ebe8a287ff9cea0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ea69e12059df73da64e057bade5f4ba1.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/eadf3cd31f335914fa5f8ada3a1adbbf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/eae09ceb3f4483977f405539fff299a4.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/eaffd3d95bf68dd8a7419e53498b4640.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ebbb70e9a4382be368d07b5d046c1462.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ebe11e572ee539ae5369153fcc1b6f74.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ec21f5360e4897cb685f84b6fbf18181.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ec22a1721004d1dffd715720d5c2bda5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ec63eb9ceeb4c06850ea87251e7799bf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ece398d7adaeb2d15814944cdc4f38f5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ee15d7496b6f14edc02d2cd58a7353f9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ee8e3abcff9f49ec89705c0e083bc14e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ef79cc0b13fea249ac3b074f0a0de8eb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/efadf533037054fccfefb405d34aab26.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/efdf5fb16bfb6755d38d6afaec705dcc.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f114b6650124f4aa114c8641a8fb2e95.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f1659a943838ef6080b4c230d68487d6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f205f5a93654153e1b41acf6d6152d7f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f265e7091af5aee6391a1dc72195fc0b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f266b6619650205d99c01705391967fb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f26a2ea3fe78d43644601e71fefe7a1e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f2df4e0da01cdba6223f5bbe6b36ff68.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f3060f14259d3179812abd59791780a5.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f384324970a1d59b46669955648ac6de.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f3ae3ddc97a343c3835b961d6e18934b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f3b600b1c28c90f40371d1f2d941da2f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f3beb518b54ed38f03ac6db8f54e60ff.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f3c616fbd126299d1e806d6ecc1ec318.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f42e9bcb2c70b941d26c869beae57ebd.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f443534deab89b5e0a500eca24b470b0.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f4a9921d6e837efff4d9a9df358e594f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f4c95c91f375005a143433586f729253.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f4f125417024aaa0f10afb51bedbf3f6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f557735276807fa1f2857d869fcf3f24.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f697d6e3e8832c91f0e644a9cbbaf125.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f7551af34198eaeae403b7c9f14ed77f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f7747a8774208f97feee323659c8fd9c.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f78eccb875790b4d905e542a961bf15d.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f79a20eb5fe07a41699a4082250176ee.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f7b6a546f5059f1510208c9c5587c755.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f8161007e70676aff950dd230d92b913.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f89bed9b99073eb34bdcfe509a9eef7b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f8da7cfcc868c4561939eb69b187852b.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f981fff461509e432e764337b548614f.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f9a453849a2adca3c8d16c288ee63674.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/f9c8751528f50853c93bccaef3665cb2.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fa1cac776862e25b801ccd74fe04dedb.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fa7135f62c5758217dd521fe11e4f3be.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fa87a67383617d9e7ac4d10603dc82ff.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fb1afe2167ecb0e405e51371bc59a75e.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fc02f1af2a9db4facfa4f4fc290432fe.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fc62eb1057700a3ed46569b3ca6ae7b8.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fc941b53721fd7910cde57ec192fe407.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fcce772003585ea1a1ac51d619ba94c6.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fd143c0566e976f3b69413de3ca79ebf.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fd655c3e164d6c50e7affcee01046566.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fdada169c1988ef70eea3e2b77f7b727.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fe0a5f0e6f28f358efb1ed12c10b3240.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fe26f1ecddd584420e8646ef68e8eec7.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/fef7a9f8cae2e08dcc89bd0403704cb9.json +0 -1
- package/example/.expo/web/cache/development/babel-loader/ff9a6e20e331b715609602c9bca399e9.json +0 -1
- package/example/README.md +0 -32
- package/example/app.json +0 -22
- package/example/babel.config.js +0 -23
- package/example/index.js +0 -8
- package/example/metro.config.js +0 -40
- package/example/package.json +0 -37
- package/example/src/App.tsx +0 -60
- package/example/src/CandlestickChart.tsx +0 -155
- package/example/src/LineChart.tsx +0 -217
- package/example/src/data/candlestick-data.json +0 -142
- package/example/src/data/candlestick-data2.json +0 -142
- package/example/src/data/line-data.json +0 -82
- package/example/src/data/line-data2.json +0 -82
- package/example/src/line-data-gh.json +0 -18
- package/example/tsconfig.json +0 -6
- package/example/webpack.config.js +0 -25
- package/example/yarn-error.log +0 -0
- package/example/yarn.lock +0 -6831
- package/lib/.DS_Store +0 -0
- package/lib/typescript/example/src/App.d.ts +0 -3
- package/lib/typescript/example/src/CandlestickChart.d.ts +0 -2
- package/lib/typescript/example/src/LineChart.d.ts +0 -2
- package/scripts/bootstrap.js +0 -24
- package/src/.DS_Store +0 -0
- package/tsconfig.build.json +0 -5
- package/tsconfig.json +0 -27
- package/yarn.lock +0 -8676
package/example/.expo/web/cache/development/babel-loader/8b0fa6466bfbb43efbc8a796bb0a058f.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"'use strict';\n\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n if (enumerableOnly) symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n });\n keys.push.apply(keys, symbols);\n }\n\n return keys;\n}\n\nfunction _objectSpread(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n\n if (i % 2) {\n ownKeys(Object(source), true).forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n } else if (Object.getOwnPropertyDescriptors) {\n Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n } else {\n ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n }\n\n return target;\n}\n\nfunction _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nimport invariant from 'fbjs/lib/invariant';\n\nvar ViewabilityHelper = function () {\n function ViewabilityHelper(config) {\n if (config === void 0) {\n config = {\n viewAreaCoveragePercentThreshold: 0\n };\n }\n\n this._hasInteracted = false;\n this._timers = new Set();\n this._viewableIndices = [];\n this._viewableItems = new Map();\n this._config = config;\n }\n\n var _proto = ViewabilityHelper.prototype;\n\n _proto.dispose = function dispose() {\n this._timers.forEach(clearTimeout);\n };\n\n _proto.computeViewableItems = function computeViewableItems(itemCount, scrollOffset, viewportHeight, getFrameMetrics, renderRange) {\n var _this$_config = this._config,\n itemVisiblePercentThreshold = _this$_config.itemVisiblePercentThreshold,\n viewAreaCoveragePercentThreshold = _this$_config.viewAreaCoveragePercentThreshold;\n var viewAreaMode = viewAreaCoveragePercentThreshold != null;\n var viewablePercentThreshold = viewAreaMode ? viewAreaCoveragePercentThreshold : itemVisiblePercentThreshold;\n invariant(viewablePercentThreshold != null && itemVisiblePercentThreshold != null !== (viewAreaCoveragePercentThreshold != null), 'Must set exactly one of itemVisiblePercentThreshold or viewAreaCoveragePercentThreshold');\n var viewableIndices = [];\n\n if (itemCount === 0) {\n return viewableIndices;\n }\n\n var firstVisible = -1;\n\n var _ref = renderRange || {\n first: 0,\n last: itemCount - 1\n },\n first = _ref.first,\n last = _ref.last;\n\n if (last >= itemCount) {\n console.warn('Invalid render range computing viewability ' + JSON.stringify({\n renderRange: renderRange,\n itemCount: itemCount\n }));\n return [];\n }\n\n for (var idx = first; idx <= last; idx++) {\n var metrics = getFrameMetrics(idx);\n\n if (!metrics) {\n continue;\n }\n\n var top = metrics.offset - scrollOffset;\n var bottom = top + metrics.length;\n\n if (top < viewportHeight && bottom > 0) {\n firstVisible = idx;\n\n if (_isViewable(viewAreaMode, viewablePercentThreshold, top, bottom, viewportHeight, metrics.length)) {\n viewableIndices.push(idx);\n }\n } else if (firstVisible >= 0) {\n break;\n }\n }\n\n return viewableIndices;\n };\n\n _proto.onUpdate = function onUpdate(itemCount, scrollOffset, viewportHeight, getFrameMetrics, createViewToken, onViewableItemsChanged, renderRange) {\n var _this = this;\n\n if (this._config.waitForInteraction && !this._hasInteracted || itemCount === 0 || !getFrameMetrics(0)) {\n return;\n }\n\n var viewableIndices = [];\n\n if (itemCount) {\n viewableIndices = this.computeViewableItems(itemCount, scrollOffset, viewportHeight, getFrameMetrics, renderRange);\n }\n\n if (this._viewableIndices.length === viewableIndices.length && this._viewableIndices.every(function (v, ii) {\n return v === viewableIndices[ii];\n })) {\n return;\n }\n\n this._viewableIndices = viewableIndices;\n\n if (this._config.minimumViewTime) {\n var handle = setTimeout(function () {\n _this._timers.delete(handle);\n\n _this._onUpdateSync(viewableIndices, onViewableItemsChanged, createViewToken);\n }, this._config.minimumViewTime);\n\n this._timers.add(handle);\n } else {\n this._onUpdateSync(viewableIndices, onViewableItemsChanged, createViewToken);\n }\n };\n\n _proto.resetViewableIndices = function resetViewableIndices() {\n this._viewableIndices = [];\n };\n\n _proto.recordInteraction = function recordInteraction() {\n this._hasInteracted = true;\n };\n\n _proto._onUpdateSync = function _onUpdateSync(viewableIndicesToCheck, onViewableItemsChanged, createViewToken) {\n var _this2 = this;\n\n viewableIndicesToCheck = viewableIndicesToCheck.filter(function (ii) {\n return _this2._viewableIndices.includes(ii);\n });\n var prevItems = this._viewableItems;\n var nextItems = new Map(viewableIndicesToCheck.map(function (ii) {\n var viewable = createViewToken(ii, true);\n return [viewable.key, viewable];\n }));\n var changed = [];\n\n for (var _iterator = nextItems, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {\n var _ref2;\n\n if (_isArray) {\n if (_i >= _iterator.length) break;\n _ref2 = _iterator[_i++];\n } else {\n _i = _iterator.next();\n if (_i.done) break;\n _ref2 = _i.value;\n }\n\n var _ref4 = _ref2,\n key = _ref4[0],\n viewable = _ref4[1];\n\n if (!prevItems.has(key)) {\n changed.push(viewable);\n }\n }\n\n for (var _iterator2 = prevItems, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {\n var _ref3;\n\n if (_isArray2) {\n if (_i2 >= _iterator2.length) break;\n _ref3 = _iterator2[_i2++];\n } else {\n _i2 = _iterator2.next();\n if (_i2.done) break;\n _ref3 = _i2.value;\n }\n\n var _ref5 = _ref3,\n _key = _ref5[0],\n _viewable = _ref5[1];\n\n if (!nextItems.has(_key)) {\n changed.push(_objectSpread({}, _viewable, {\n isViewable: false\n }));\n }\n }\n\n if (changed.length > 0) {\n this._viewableItems = nextItems;\n onViewableItemsChanged({\n viewableItems: Array.from(nextItems.values()),\n changed: changed,\n viewabilityConfig: this._config\n });\n }\n };\n\n return ViewabilityHelper;\n}();\n\nfunction _isViewable(viewAreaMode, viewablePercentThreshold, top, bottom, viewportHeight, itemLength) {\n if (_isEntirelyVisible(top, bottom, viewportHeight)) {\n return true;\n } else {\n var pixels = _getPixelsVisible(top, bottom, viewportHeight);\n\n var percent = 100 * (viewAreaMode ? pixels / viewportHeight : pixels / itemLength);\n return percent >= viewablePercentThreshold;\n }\n}\n\nfunction _getPixelsVisible(top, bottom, viewportHeight) {\n var visibleHeight = Math.min(bottom, viewportHeight) - Math.max(top, 0);\n return Math.max(0, visibleHeight);\n}\n\nfunction _isEntirelyVisible(top, bottom, viewportHeight) {\n return top >= 0 && bottom <= viewportHeight && bottom > top;\n}\n\nexport default ViewabilityHelper;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/vendor/react-native/ViewabilityHelper/index.js"],"names":["ownKeys","object","enumerableOnly","keys","Object","getOwnPropertySymbols","symbols","filter","sym","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","target","i","arguments","length","source","forEach","key","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","obj","value","configurable","writable","invariant","ViewabilityHelper","config","viewAreaCoveragePercentThreshold","_hasInteracted","_timers","Set","_viewableIndices","_viewableItems","Map","_config","_proto","prototype","dispose","clearTimeout","computeViewableItems","itemCount","scrollOffset","viewportHeight","getFrameMetrics","renderRange","_this$_config","itemVisiblePercentThreshold","viewAreaMode","viewablePercentThreshold","viewableIndices","firstVisible","_ref","first","last","console","warn","JSON","stringify","idx","metrics","top","offset","bottom","_isViewable","onUpdate","createViewToken","onViewableItemsChanged","_this","waitForInteraction","every","v","ii","minimumViewTime","handle","setTimeout","delete","_onUpdateSync","add","resetViewableIndices","recordInteraction","viewableIndicesToCheck","_this2","includes","prevItems","nextItems","map","viewable","changed","_iterator","_isArray","Array","isArray","_i","Symbol","iterator","_ref2","next","done","_ref4","has","_iterator2","_isArray2","_i2","_ref3","_ref5","_key","_viewable","isViewable","viewableItems","from","values","viewabilityConfig","itemLength","_isEntirelyVisible","pixels","_getPixelsVisible","percent","visibleHeight","Math","min","max"],"mappings":"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","sourcesContent":["/**\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n * @format\n */\n'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nimport invariant from 'fbjs/lib/invariant';\n\n/**\n * A Utility class for calculating viewable items based on current metrics like scroll position and\n * layout.\n *\n * An item is said to be in a \"viewable\" state when any of the following\n * is true for longer than `minimumViewTime` milliseconds (after an interaction if `waitForInteraction`\n * is true):\n *\n * - Occupying >= `viewAreaCoveragePercentThreshold` of the view area XOR fraction of the item\n * visible in the view area >= `itemVisiblePercentThreshold`.\n * - Entirely visible on screen\n */\nvar ViewabilityHelper =\n/*#__PURE__*/\nfunction () {\n /* $FlowFixMe(>=0.63.0 site=react_native_fb) This comment suppresses an error\n * found when Flow v0.63 was deployed. To see the error delete this comment\n * and run Flow. */\n function ViewabilityHelper(config) {\n if (config === void 0) {\n config = {\n viewAreaCoveragePercentThreshold: 0\n };\n }\n\n this._hasInteracted = false;\n this._timers = new Set();\n this._viewableIndices = [];\n this._viewableItems = new Map();\n this._config = config;\n }\n /**\n * Cleanup, e.g. on unmount. Clears any pending timers.\n */\n\n\n var _proto = ViewabilityHelper.prototype;\n\n _proto.dispose = function dispose() {\n this._timers.forEach(clearTimeout);\n }\n /**\n * Determines which items are viewable based on the current metrics and config.\n */\n ;\n\n _proto.computeViewableItems = function computeViewableItems(itemCount, scrollOffset, viewportHeight, getFrameMetrics, renderRange) {\n var _this$_config = this._config,\n itemVisiblePercentThreshold = _this$_config.itemVisiblePercentThreshold,\n viewAreaCoveragePercentThreshold = _this$_config.viewAreaCoveragePercentThreshold;\n var viewAreaMode = viewAreaCoveragePercentThreshold != null;\n var viewablePercentThreshold = viewAreaMode ? viewAreaCoveragePercentThreshold : itemVisiblePercentThreshold;\n invariant(viewablePercentThreshold != null && itemVisiblePercentThreshold != null !== (viewAreaCoveragePercentThreshold != null), 'Must set exactly one of itemVisiblePercentThreshold or viewAreaCoveragePercentThreshold');\n var viewableIndices = [];\n\n if (itemCount === 0) {\n return viewableIndices;\n }\n\n var firstVisible = -1;\n\n var _ref = renderRange || {\n first: 0,\n last: itemCount - 1\n },\n first = _ref.first,\n last = _ref.last;\n\n if (last >= itemCount) {\n console.warn('Invalid render range computing viewability ' + JSON.stringify({\n renderRange: renderRange,\n itemCount: itemCount\n }));\n return [];\n }\n\n for (var idx = first; idx <= last; idx++) {\n var metrics = getFrameMetrics(idx);\n\n if (!metrics) {\n continue;\n }\n\n var top = metrics.offset - scrollOffset;\n var bottom = top + metrics.length;\n\n if (top < viewportHeight && bottom > 0) {\n firstVisible = idx;\n\n if (_isViewable(viewAreaMode, viewablePercentThreshold, top, bottom, viewportHeight, metrics.length)) {\n viewableIndices.push(idx);\n }\n } else if (firstVisible >= 0) {\n break;\n }\n }\n\n return viewableIndices;\n }\n /**\n * Figures out which items are viewable and how that has changed from before and calls\n * `onViewableItemsChanged` as appropriate.\n */\n ;\n\n _proto.onUpdate = function onUpdate(itemCount, scrollOffset, viewportHeight, getFrameMetrics, createViewToken, onViewableItemsChanged, renderRange) {\n var _this = this;\n\n if (this._config.waitForInteraction && !this._hasInteracted || itemCount === 0 || !getFrameMetrics(0)) {\n return;\n }\n\n var viewableIndices = [];\n\n if (itemCount) {\n viewableIndices = this.computeViewableItems(itemCount, scrollOffset, viewportHeight, getFrameMetrics, renderRange);\n }\n\n if (this._viewableIndices.length === viewableIndices.length && this._viewableIndices.every(function (v, ii) {\n return v === viewableIndices[ii];\n })) {\n // We might get a lot of scroll events where visibility doesn't change and we don't want to do\n // extra work in those cases.\n return;\n }\n\n this._viewableIndices = viewableIndices;\n\n if (this._config.minimumViewTime) {\n var handle = setTimeout(function () {\n _this._timers.delete(handle);\n\n _this._onUpdateSync(viewableIndices, onViewableItemsChanged, createViewToken);\n }, this._config.minimumViewTime);\n\n this._timers.add(handle);\n } else {\n this._onUpdateSync(viewableIndices, onViewableItemsChanged, createViewToken);\n }\n }\n /**\n * clean-up cached _viewableIndices to evaluate changed items on next update\n */\n ;\n\n _proto.resetViewableIndices = function resetViewableIndices() {\n this._viewableIndices = [];\n }\n /**\n * Records that an interaction has happened even if there has been no scroll.\n */\n ;\n\n _proto.recordInteraction = function recordInteraction() {\n this._hasInteracted = true;\n };\n\n _proto._onUpdateSync = function _onUpdateSync( // $FlowFixMe\n viewableIndicesToCheck, // $FlowFixMe\n onViewableItemsChanged, // $FlowFixMe\n createViewToken) {\n var _this2 = this;\n\n // Filter out indices that have gone out of view since this call was scheduled.\n viewableIndicesToCheck = viewableIndicesToCheck.filter(function (ii) {\n return _this2._viewableIndices.includes(ii);\n });\n var prevItems = this._viewableItems;\n var nextItems = new Map(viewableIndicesToCheck.map(function (ii) {\n var viewable = createViewToken(ii, true);\n return [viewable.key, viewable];\n }));\n var changed = [];\n\n for (var _iterator = nextItems, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {\n var _ref2;\n\n if (_isArray) {\n if (_i >= _iterator.length) break;\n _ref2 = _iterator[_i++];\n } else {\n _i = _iterator.next();\n if (_i.done) break;\n _ref2 = _i.value;\n }\n\n var _ref4 = _ref2,\n key = _ref4[0],\n viewable = _ref4[1];\n\n if (!prevItems.has(key)) {\n changed.push(viewable);\n }\n }\n\n for (var _iterator2 = prevItems, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {\n var _ref3;\n\n if (_isArray2) {\n if (_i2 >= _iterator2.length) break;\n _ref3 = _iterator2[_i2++];\n } else {\n _i2 = _iterator2.next();\n if (_i2.done) break;\n _ref3 = _i2.value;\n }\n\n var _ref5 = _ref3,\n _key = _ref5[0],\n _viewable = _ref5[1];\n\n if (!nextItems.has(_key)) {\n changed.push(_objectSpread({}, _viewable, {\n isViewable: false\n }));\n }\n }\n\n if (changed.length > 0) {\n this._viewableItems = nextItems;\n onViewableItemsChanged({\n viewableItems: Array.from(nextItems.values()),\n changed: changed,\n viewabilityConfig: this._config\n });\n }\n };\n\n return ViewabilityHelper;\n}();\n\nfunction _isViewable(viewAreaMode, viewablePercentThreshold, top, bottom, viewportHeight, itemLength) {\n if (_isEntirelyVisible(top, bottom, viewportHeight)) {\n return true;\n } else {\n var pixels = _getPixelsVisible(top, bottom, viewportHeight);\n\n var percent = 100 * (viewAreaMode ? pixels / viewportHeight : pixels / itemLength);\n return percent >= viewablePercentThreshold;\n }\n}\n\nfunction _getPixelsVisible(top, bottom, viewportHeight) {\n var visibleHeight = Math.min(bottom, viewportHeight) - Math.max(top, 0);\n return Math.max(0, visibleHeight);\n}\n\nfunction _isEntirelyVisible(top, bottom, viewportHeight) {\n return top >= 0 && bottom <= viewportHeight && bottom > top;\n}\n\nexport default ViewabilityHelper;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8b4cf44a2020fd3061929214e66d69ce.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import UIManager from \"../../exports/UIManager\";\nvar TextInputState = {\n _currentlyFocusedNode: null,\n currentlyFocusedField: function currentlyFocusedField() {\n if (document.activeElement !== this._currentlyFocusedNode) {\n this._currentlyFocusedNode = null;\n }\n\n return this._currentlyFocusedNode;\n },\n focusTextInput: function focusTextInput(textFieldNode) {\n if (textFieldNode !== null) {\n this._currentlyFocusedNode = textFieldNode;\n\n if (document.activeElement !== textFieldNode) {\n UIManager.focus(textFieldNode);\n }\n }\n },\n blurTextInput: function blurTextInput(textFieldNode) {\n if (textFieldNode !== null) {\n this._currentlyFocusedNode = null;\n\n if (document.activeElement === textFieldNode) {\n UIManager.blur(textFieldNode);\n }\n }\n }\n};\nexport default TextInputState;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/modules/TextInputState/index.js"],"names":["UIManager","TextInputState","_currentlyFocusedNode","currentlyFocusedField","document","activeElement","focusTextInput","textFieldNode","focus","blurTextInput","blur"],"mappings":"AASA,OAAOA,SAAP;AAOA,IAAIC,cAAc,GAAG;AAInBC,EAAAA,qBAAqB,EAAE,IAJJ;AAUnBC,EAAAA,qBAAqB,EAAE,SAASA,qBAAT,GAAiC;AACtD,QAAIC,QAAQ,CAACC,aAAT,KAA2B,KAAKH,qBAApC,EAA2D;AACzD,WAAKA,qBAAL,GAA6B,IAA7B;AACD;;AAED,WAAO,KAAKA,qBAAZ;AACD,GAhBkB;AAuBnBI,EAAAA,cAAc,EAAE,SAASA,cAAT,CAAwBC,aAAxB,EAAuC;AACrD,QAAIA,aAAa,KAAK,IAAtB,EAA4B;AAC1B,WAAKL,qBAAL,GAA6BK,aAA7B;;AAEA,UAAIH,QAAQ,CAACC,aAAT,KAA2BE,aAA/B,EAA8C;AAC5CP,QAAAA,SAAS,CAACQ,KAAV,CAAgBD,aAAhB;AACD;AACF;AACF,GA/BkB;AAsCnBE,EAAAA,aAAa,EAAE,SAASA,aAAT,CAAuBF,aAAvB,EAAsC;AACnD,QAAIA,aAAa,KAAK,IAAtB,EAA4B;AAC1B,WAAKL,qBAAL,GAA6B,IAA7B;;AAEA,UAAIE,QAAQ,CAACC,aAAT,KAA2BE,aAA/B,EAA8C;AAC5CP,QAAAA,SAAS,CAACU,IAAV,CAAeH,aAAf;AACD;AACF;AACF;AA9CkB,CAArB;AAgDA,eAAeN,cAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport UIManager from '../../exports/UIManager';\n/**\n * This class is responsible for coordinating the \"focused\"\n * state for TextInputs. All calls relating to the keyboard\n * should be funneled through here\n */\n\nvar TextInputState = {\n /**\n * Internal state\n */\n _currentlyFocusedNode: null,\n\n /**\n * Returns the ID of the currently focused text field, if one exists\n * If no text field is focused it returns null\n */\n currentlyFocusedField: function currentlyFocusedField() {\n if (document.activeElement !== this._currentlyFocusedNode) {\n this._currentlyFocusedNode = null;\n }\n\n return this._currentlyFocusedNode;\n },\n\n /**\n * @param {Object} TextInputID id of the text field to focus\n * Focuses the specified text field\n * noop if the text field was already focused\n */\n focusTextInput: function focusTextInput(textFieldNode) {\n if (textFieldNode !== null) {\n this._currentlyFocusedNode = textFieldNode;\n\n if (document.activeElement !== textFieldNode) {\n UIManager.focus(textFieldNode);\n }\n }\n },\n\n /**\n * @param {Object} textFieldNode id of the text field to focus\n * Unfocuses the specified text field\n * noop if it wasn't focused\n */\n blurTextInput: function blurTextInput(textFieldNode) {\n if (textFieldNode !== null) {\n this._currentlyFocusedNode = null;\n\n if (document.activeElement === textFieldNode) {\n UIManager.blur(textFieldNode);\n }\n }\n }\n};\nexport default TextInputState;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8bcdd0d74f6bf06c96dc636553f1ada8.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import _classCallCheck from \"@babel/runtime/helpers/classCallCheck\";\nimport _createClass from \"@babel/runtime/helpers/createClass\";\nimport MutableValue from \"./MutableValue\";\n\nvar Mapper = function () {\n function Mapper(module, mapper) {\n var _this = this;\n\n var inputs = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n var outputs = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : [];\n\n _classCallCheck(this, Mapper);\n\n this.dirty = true;\n this.id = Mapper.MAPPER_ID++;\n this.inputs = this.extractMutablesFromArray(inputs);\n this.outputs = this.extractMutablesFromArray(outputs);\n this.mapper = mapper;\n\n var markDirty = function markDirty() {\n _this.dirty = true;\n module.maybeRequestRender();\n };\n\n this.inputs.forEach(function (input) {\n input.addListener(markDirty);\n });\n }\n\n _createClass(Mapper, [{\n key: \"execute\",\n value: function execute() {\n this.dirty = false;\n this.mapper();\n }\n }, {\n key: \"extractMutablesFromArray\",\n value: function extractMutablesFromArray(array) {\n var res = [];\n\n function extractMutables(value) {\n if (value instanceof MutableValue) {\n res.push(value);\n } else if (Array.isArray(value)) {\n value.forEach(function (v) {\n return extractMutables(v);\n });\n } else if (typeof value === 'object') {\n Object.keys(value).forEach(function (key) {\n extractMutables(value[key]);\n });\n }\n }\n\n extractMutables(array);\n return res;\n }\n }]);\n\n return Mapper;\n}();\n\nexport { Mapper as default };\nMapper.MAPPER_ID = 1;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/js-reanimated/Mapper.js"],"names":["MutableValue","Mapper","module","mapper","inputs","outputs","dirty","id","MAPPER_ID","extractMutablesFromArray","markDirty","maybeRequestRender","forEach","input","addListener","array","res","extractMutables","value","push","Array","isArray","v","Object","keys","key"],"mappings":";;AAEA,OAAOA,YAAP;;IACqBC,M;AACjB,kBAAYC,MAAZ,EAAoBC,MAApB,EAAuD;AAAA;;AAAA,QAA3BC,MAA2B,uEAAlB,EAAkB;AAAA,QAAdC,OAAc,uEAAJ,EAAI;;AAAA;;AACnD,SAAKC,KAAL,GAAa,IAAb;AACA,SAAKC,EAAL,GAAUN,MAAM,CAACO,SAAP,EAAV;AACA,SAAKJ,MAAL,GAAc,KAAKK,wBAAL,CAA8BL,MAA9B,CAAd;AACA,SAAKC,OAAL,GAAe,KAAKI,wBAAL,CAA8BJ,OAA9B,CAAf;AACA,SAAKF,MAAL,GAAcA,MAAd;;AACA,QAAMO,SAAS,GAAG,SAAZA,SAAY,GAAM;AACpB,MAAA,KAAI,CAACJ,KAAL,GAAa,IAAb;AACAJ,MAAAA,MAAM,CAACS,kBAAP;AACH,KAHD;;AAIA,SAAKP,MAAL,CAAYQ,OAAZ,CAAoB,UAACC,KAAD,EAAW;AAC3BA,MAAAA,KAAK,CAACC,WAAN,CAAkBJ,SAAlB;AACH,KAFD;AAGH;;;;WACD,mBAAU;AACN,WAAKJ,KAAL,GAAa,KAAb;AACA,WAAKH,MAAL;AACH;;;WACD,kCAAyBY,KAAzB,EAAgC;AAC5B,UAAMC,GAAG,GAAG,EAAZ;;AACA,eAASC,eAAT,CAAyBC,KAAzB,EAAgC;AAC5B,YAAIA,KAAK,YAAYlB,YAArB,EAAmC;AAC/BgB,UAAAA,GAAG,CAACG,IAAJ,CAASD,KAAT;AACH,SAFD,MAGK,IAAIE,KAAK,CAACC,OAAN,CAAcH,KAAd,CAAJ,EAA0B;AAC3BA,UAAAA,KAAK,CAACN,OAAN,CAAc,UAACU,CAAD;AAAA,mBAAOL,eAAe,CAACK,CAAD,CAAtB;AAAA,WAAd;AACH,SAFI,MAGA,IAAI,OAAOJ,KAAP,KAAiB,QAArB,EAA+B;AAChCK,UAAAA,MAAM,CAACC,IAAP,CAAYN,KAAZ,EAAmBN,OAAnB,CAA2B,UAACa,GAAD,EAAS;AAChCR,YAAAA,eAAe,CAACC,KAAK,CAACO,GAAD,CAAN,CAAf;AACH,WAFD;AAGH;AACJ;;AACDR,MAAAA,eAAe,CAACF,KAAD,CAAf;AACA,aAAOC,GAAP;AACH;;;;;;SApCgBf,M;AAsCrBA,MAAM,CAACO,SAAP,GAAmB,CAAnB","sourcesContent":["// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\nimport MutableValue from './MutableValue';\nexport default class Mapper {\n constructor(module, mapper, inputs = [], outputs = []) {\n this.dirty = true;\n this.id = Mapper.MAPPER_ID++;\n this.inputs = this.extractMutablesFromArray(inputs);\n this.outputs = this.extractMutablesFromArray(outputs);\n this.mapper = mapper;\n const markDirty = () => {\n this.dirty = true;\n module.maybeRequestRender();\n };\n this.inputs.forEach((input) => {\n input.addListener(markDirty);\n });\n }\n execute() {\n this.dirty = false;\n this.mapper();\n }\n extractMutablesFromArray(array) {\n const res = [];\n function extractMutables(value) {\n if (value instanceof MutableValue) {\n res.push(value);\n }\n else if (Array.isArray(value)) {\n value.forEach((v) => extractMutables(v));\n }\n else if (typeof value === 'object') {\n Object.keys(value).forEach((key) => {\n extractMutables(value[key]);\n });\n }\n }\n extractMutables(array);\n return res;\n }\n}\nMapper.MAPPER_ID = 1;\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8bf958e697bf3ce69193447f5797f8ad.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { Easing } from \"./Easing\";\nimport { isColor, convertToHSVA, toRGBA } from \"./Colors\";\nimport NativeReanimated from \"./NativeReanimated\";\nimport Platform from \"react-native-web/dist/exports/Platform\";\nvar IN_STYLE_UPDATER = false;\nexport function initialUpdaterRun(updater) {\n IN_STYLE_UPDATER = true;\n var result = updater();\n IN_STYLE_UPDATER = false;\n return result;\n}\nexport var transform = function () {\n var _f = function _f(value, handler) {\n if (value === undefined) {\n return undefined;\n }\n\n if (typeof value === 'string') {\n var match = value.match(/([A-Za-z]*)(-?\\d*\\.?\\d*)([A-Za-z%]*)/);\n var prefix = match[1];\n var suffix = match[3];\n var number = match[2];\n handler.__prefix = prefix;\n handler.__suffix = suffix;\n return parseFloat(number);\n }\n\n if (handler.__prefix === undefined) {\n return value;\n }\n\n return handler.__prefix + value + handler.__suffix;\n };\n\n _f._closure = {};\n _f.asString = \"function transform(value,handler){if(value===undefined){return undefined;}if(typeof value==='string'){var match=value.match(/([A-Za-z]*)(-?\\\\d*\\\\.?\\\\d*)([A-Za-z%]*)/);var prefix=match[1];var suffix=match[3];var number=match[2];handler.__prefix=prefix;handler.__suffix=suffix;return parseFloat(number);}if(handler.__prefix===undefined){return value;}return handler.__prefix+value+handler.__suffix;}\";\n _f.__workletHash = 10262225681634;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (15:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var transformAnimation = function () {\n var _f = function _f(animation) {\n if (!animation) {\n return;\n }\n\n animation.toValue = transform(animation.toValue, animation);\n animation.current = transform(animation.current, animation);\n animation.startValue = transform(animation.startValue, animation);\n };\n\n _f._closure = {\n transform: transform\n };\n _f.asString = \"function transformAnimation(animation){const{transform}=jsThis._closure;{if(!animation){return;}animation.toValue=transform(animation.toValue,animation);animation.current=transform(animation.current,animation);animation.startValue=transform(animation.startValue,animation);}}\";\n _f.__workletHash = 6788872195137;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (37:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var decorateAnimation = function () {\n var _f = function _f(animation) {\n if (animation.isHigherOrder) {\n return;\n }\n\n var baseOnStart = animation.onStart;\n var baseOnFrame = animation.onFrame;\n var animationCopy = Object.assign({}, animation);\n delete animationCopy.callback;\n\n var prefNumberSuffOnStart = function prefNumberSuffOnStart(animation, value, timestamp, previousAnimation) {\n var val = transform(value, animation);\n transformAnimation(animation);\n if (previousAnimation !== animation) transformAnimation(previousAnimation);\n baseOnStart(animation, val, timestamp, previousAnimation);\n transformAnimation(animation);\n if (previousAnimation !== animation) transformAnimation(previousAnimation);\n };\n\n var prefNumberSuffOnFrame = function prefNumberSuffOnFrame(animation, timestamp) {\n transformAnimation(animation);\n var res = baseOnFrame(animation, timestamp);\n transformAnimation(animation);\n return res;\n };\n\n var tab = ['H', 'S', 'V', 'A'];\n\n var colorOnStart = function colorOnStart(animation, value, timestamp, previousAnimation) {\n var HSVAValue;\n var HSVACurrent;\n var HSVAToValue;\n var res = [];\n\n if (isColor(value)) {\n HSVACurrent = convertToHSVA(animation.current);\n HSVAValue = convertToHSVA(value);\n\n if (animation.toValue) {\n HSVAToValue = convertToHSVA(animation.toValue);\n }\n }\n\n tab.forEach(function (i, index) {\n animation[i] = Object.assign({}, animationCopy);\n animation[i].current = HSVACurrent[index];\n animation[i].toValue = HSVAToValue ? HSVAToValue[index] : undefined;\n animation[i].onStart(animation[i], HSVAValue[index], timestamp, previousAnimation ? previousAnimation[i] : undefined);\n res.push(animation[i].current);\n });\n animation.current = toRGBA(res);\n };\n\n var colorOnFrame = function colorOnFrame(animation, timestamp) {\n var HSVACurrent = convertToHSVA(animation.current);\n var res = [];\n var finished = true;\n tab.forEach(function (i, index) {\n animation[i].current = HSVACurrent[index];\n finished &= animation[i].onFrame(animation[i], timestamp);\n res.push(animation[i].current);\n });\n animation.current = toRGBA(res);\n return finished;\n };\n\n animation.onStart = function (animation, value, timestamp, previousAnimation) {\n if (isColor(value)) {\n colorOnStart(animation, value, timestamp, previousAnimation);\n animation.onFrame = colorOnFrame;\n return;\n } else if (typeof value === 'string') {\n prefNumberSuffOnStart(animation, value, timestamp, previousAnimation);\n animation.onFrame = prefNumberSuffOnFrame;\n return;\n }\n\n baseOnStart(animation, value, timestamp, previousAnimation);\n };\n };\n\n _f._closure = {\n transform: transform,\n transformAnimation: transformAnimation,\n isColor: isColor,\n convertToHSVA: convertToHSVA,\n toRGBA: toRGBA\n };\n _f.asString = \"function decorateAnimation(animation){const{transform,transformAnimation,isColor,convertToHSVA,toRGBA}=jsThis._closure;{if(animation.isHigherOrder){return;}var baseOnStart=animation.onStart;var baseOnFrame=animation.onFrame;var animationCopy=Object.assign({},animation);delete animationCopy.callback;var prefNumberSuffOnStart=function prefNumberSuffOnStart(animation,value,timestamp,previousAnimation){var val=transform(value,animation);transformAnimation(animation);if(previousAnimation!==animation)transformAnimation(previousAnimation);baseOnStart(animation,val,timestamp,previousAnimation);transformAnimation(animation);if(previousAnimation!==animation)transformAnimation(previousAnimation);};var prefNumberSuffOnFrame=function prefNumberSuffOnFrame(animation,timestamp){transformAnimation(animation);var res=baseOnFrame(animation,timestamp);transformAnimation(animation);return res;};var tab=['H','S','V','A'];var colorOnStart=function colorOnStart(animation,value,timestamp,previousAnimation){var HSVAValue;var HSVACurrent;var HSVAToValue;var res=[];if(isColor(value)){HSVACurrent=convertToHSVA(animation.current);HSVAValue=convertToHSVA(value);if(animation.toValue){HSVAToValue=convertToHSVA(animation.toValue);}}tab.forEach(function(i,index){animation[i]=Object.assign({},animationCopy);animation[i].current=HSVACurrent[index];animation[i].toValue=HSVAToValue?HSVAToValue[index]:undefined;animation[i].onStart(animation[i],HSVAValue[index],timestamp,previousAnimation?previousAnimation[i]:undefined);res.push(animation[i].current);});animation.current=toRGBA(res);};var colorOnFrame=function colorOnFrame(animation,timestamp){var HSVACurrent=convertToHSVA(animation.current);var res=[];var finished=true;tab.forEach(function(i,index){animation[i].current=HSVACurrent[index];finished&=animation[i].onFrame(animation[i],timestamp);res.push(animation[i].current);});animation.current=toRGBA(res);return finished;};animation.onStart=function(animation,value,timestamp,previousAnimation){if(isColor(value)){colorOnStart(animation,value,timestamp,previousAnimation);animation.onFrame=colorOnFrame;return;}else if(typeof value==='string'){prefNumberSuffOnStart(animation,value,timestamp,previousAnimation);animation.onFrame=prefNumberSuffOnFrame;return;}baseOnStart(animation,value,timestamp,previousAnimation);};}}\";\n _f.__workletHash = 16350508111510;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (46:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var defineAnimation = function () {\n var _f = function _f(starting, factory) {\n if (IN_STYLE_UPDATER) {\n return starting;\n }\n\n var create = function () {\n var _f = function _f() {\n var animation = factory();\n decorateAnimation(animation);\n return animation;\n };\n\n _f._closure = {\n factory: factory,\n decorateAnimation: decorateAnimation\n };\n _f.asString = \"function _f(){const{factory,decorateAnimation}=jsThis._closure;{var animation=factory();decorateAnimation(animation);return animation;}}\";\n _f.__workletHash = 14637555751476;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (124:19)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }();\n\n if (_WORKLET || !NativeReanimated.native) {\n return create();\n }\n\n return create;\n };\n\n _f._closure = {\n IN_STYLE_UPDATER: IN_STYLE_UPDATER,\n decorateAnimation: decorateAnimation,\n NativeReanimated: {\n native: NativeReanimated.native\n }\n };\n _f.asString = \"function defineAnimation(starting,factory){const{IN_STYLE_UPDATER,decorateAnimation,NativeReanimated}=jsThis._closure;{if(IN_STYLE_UPDATER){return starting;}var create=function(){var _f=function _f(){var animation=factory();decorateAnimation(animation);return animation;};_f._closure={factory:factory,decorateAnimation:decorateAnimation};_f.asString=\\\"function _f(){const{factory,decorateAnimation}=jsThis._closure;{var animation=factory();decorateAnimation(animation);return animation;}}\\\";_f.__workletHash=14637555751476;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (124:19)\\\";global.__reanimatedWorkletInit(_f);return _f;}();if(_WORKLET||!NativeReanimated.native){return create();}return create;}}\";\n _f.__workletHash = 11433187501287;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (119:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var cancelAnimation = function () {\n var _f = function _f(sharedValue) {\n sharedValue.value = sharedValue.value;\n };\n\n _f._closure = {};\n _f.asString = \"function cancelAnimation(sharedValue){sharedValue.value=sharedValue.value;}\";\n _f.__workletHash = 15056882569526;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (135:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var withTiming = function () {\n var _f = function _f(toValue, userConfig, callback) {\n return defineAnimation(toValue, function () {\n var _f = function _f() {\n var config = {\n duration: 300,\n easing: Easing.inOut(Easing.quad)\n };\n\n if (userConfig) {\n Object.keys(userConfig).forEach(function (key) {\n return config[key] = userConfig[key];\n });\n }\n\n function timing(animation, now) {\n var toValue = animation.toValue,\n progress = animation.progress,\n startTime = animation.startTime,\n current = animation.current;\n var runtime = now - startTime;\n\n if (runtime >= config.duration) {\n animation.startTime = 0;\n animation.current = toValue;\n return true;\n }\n\n var newProgress = config.easing(runtime / config.duration);\n var dist = (toValue - current) * (newProgress - progress) / (1 - progress);\n animation.current += dist;\n animation.progress = newProgress;\n return false;\n }\n\n function onStart(animation, value, now, previousAnimation) {\n if (previousAnimation && previousAnimation.type === 'timing' && previousAnimation.toValue === toValue && previousAnimation.startTime) {\n animation.startTime = previousAnimation.startTime;\n animation.progress = previousAnimation.progress;\n } else {\n animation.startTime = now;\n animation.progress = 0;\n }\n\n animation.current = value;\n }\n\n return {\n type: 'timing',\n onFrame: timing,\n onStart: onStart,\n progress: 0,\n toValue: toValue,\n current: toValue,\n callback: callback\n };\n };\n\n _f._closure = {\n Easing: {\n inOut: Easing.inOut,\n quad: Easing.quad\n },\n userConfig: userConfig,\n toValue: toValue,\n callback: callback\n };\n _f.asString = \"function _f(){const{Easing,userConfig,toValue,callback}=jsThis._closure;{var config={duration:300,easing:Easing.inOut(Easing.quad)};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}function timing(animation,now){var toValue=animation.toValue,progress=animation.progress,startTime=animation.startTime,current=animation.current;var runtime=now-startTime;if(runtime>=config.duration){animation.startTime=0;animation.current=toValue;return true;}var newProgress=config.easing(runtime/config.duration);var dist=(toValue-current)*(newProgress-progress)/(1-progress);animation.current+=dist;animation.progress=newProgress;return false;}function onStart(animation,value,now,previousAnimation){if(previousAnimation&&previousAnimation.type==='timing'&&previousAnimation.toValue===toValue&&previousAnimation.startTime){animation.startTime=previousAnimation.startTime;animation.progress=previousAnimation.progress;}else{animation.startTime=now;animation.progress=0;}animation.current=value;}return{type:'timing',onFrame:timing,onStart:onStart,progress:0,toValue:toValue,current:toValue,callback:callback};}}\";\n _f.__workletHash = 15603994719482;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (142:36)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }());\n };\n\n _f._closure = {\n defineAnimation: defineAnimation,\n Easing: {\n inOut: Easing.inOut,\n quad: Easing.quad\n }\n };\n _f.asString = \"function withTiming(toValue,userConfig,callback){const{defineAnimation,Easing}=jsThis._closure;{return defineAnimation(toValue,function(){var _f=function _f(){var config={duration:300,easing:Easing.inOut(Easing.quad)};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}function timing(animation,now){var toValue=animation.toValue,progress=animation.progress,startTime=animation.startTime,current=animation.current;var runtime=now-startTime;if(runtime>=config.duration){animation.startTime=0;animation.current=toValue;return true;}var newProgress=config.easing(runtime/config.duration);var dist=(toValue-current)*(newProgress-progress)/(1-progress);animation.current+=dist;animation.progress=newProgress;return false;}function onStart(animation,value,now,previousAnimation){if(previousAnimation&&previousAnimation.type==='timing'&&previousAnimation.toValue===toValue&&previousAnimation.startTime){animation.startTime=previousAnimation.startTime;animation.progress=previousAnimation.progress;}else{animation.startTime=now;animation.progress=0;}animation.current=value;}return{type:'timing',onFrame:timing,onStart:onStart,progress:0,toValue:toValue,current:toValue,callback:callback};};_f._closure={Easing:{inOut:Easing.inOut,quad:Easing.quad},userConfig:userConfig,toValue:toValue,callback:callback};_f.asString=\\\"function _f(){const{Easing,userConfig,toValue,callback}=jsThis._closure;{var config={duration:300,easing:Easing.inOut(Easing.quad)};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}function timing(animation,now){var toValue=animation.toValue,progress=animation.progress,startTime=animation.startTime,current=animation.current;var runtime=now-startTime;if(runtime>=config.duration){animation.startTime=0;animation.current=toValue;return true;}var newProgress=config.easing(runtime/config.duration);var dist=(toValue-current)*(newProgress-progress)/(1-progress);animation.current+=dist;animation.progress=newProgress;return false;}function onStart(animation,value,now,previousAnimation){if(previousAnimation&&previousAnimation.type==='timing'&&previousAnimation.toValue===toValue&&previousAnimation.startTime){animation.startTime=previousAnimation.startTime;animation.progress=previousAnimation.progress;}else{animation.startTime=now;animation.progress=0;}animation.current=value;}return{type:'timing',onFrame:timing,onStart:onStart,progress:0,toValue:toValue,current:toValue,callback:callback};}}\\\";_f.__workletHash=15603994719482;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (142:36)\\\";global.__reanimatedWorkletInit(_f);return _f;}());}}\";\n _f.__workletHash = 48961785792;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (140:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var withSpring = function () {\n var _f = function _f(toValue, userConfig, callback) {\n return defineAnimation(toValue, function () {\n var _f = function _f() {\n var config = {\n damping: 10,\n mass: 1,\n stiffness: 100,\n overshootClamping: false,\n restDisplacementThreshold: 0.01,\n restSpeedThreshold: 2\n };\n\n if (userConfig) {\n Object.keys(userConfig).forEach(function (key) {\n return config[key] = userConfig[key];\n });\n }\n\n function spring(animation, now) {\n var toValue = animation.toValue,\n lastTimestamp = animation.lastTimestamp,\n current = animation.current,\n velocity = animation.velocity;\n var deltaTime = Math.min(now - lastTimestamp, 64);\n animation.lastTimestamp = now;\n var c = config.damping;\n var m = config.mass;\n var k = config.stiffness;\n var v0 = -velocity;\n var x0 = toValue - current;\n var zeta = c / (2 * Math.sqrt(k * m));\n var omega0 = Math.sqrt(k / m);\n var omega1 = omega0 * Math.sqrt(1 - Math.pow(zeta, 2));\n var t = deltaTime / 1000;\n var sin1 = Math.sin(omega1 * t);\n var cos1 = Math.cos(omega1 * t);\n var underDampedEnvelope = Math.exp(-zeta * omega0 * t);\n var underDampedFrag1 = underDampedEnvelope * (sin1 * ((v0 + zeta * omega0 * x0) / omega1) + x0 * cos1);\n var underDampedPosition = toValue - underDampedFrag1;\n var underDampedVelocity = zeta * omega0 * underDampedFrag1 - underDampedEnvelope * (cos1 * (v0 + zeta * omega0 * x0) - omega1 * x0 * sin1);\n var criticallyDampedEnvelope = Math.exp(-omega0 * t);\n var criticallyDampedPosition = toValue - criticallyDampedEnvelope * (x0 + (v0 + omega0 * x0) * t);\n var criticallyDampedVelocity = criticallyDampedEnvelope * (v0 * (t * omega0 - 1) + t * x0 * omega0 * omega0);\n\n var isOvershooting = function isOvershooting() {\n if (config.overshootClamping && config.stiffness !== 0) {\n return current < toValue ? animation.current > toValue : animation.current < toValue;\n } else {\n return false;\n }\n };\n\n var isVelocity = Math.abs(velocity) < config.restSpeedThreshold;\n var isDisplacement = config.stiffness === 0 || Math.abs(toValue - current) < config.restDisplacementThreshold;\n\n if (zeta < 1) {\n animation.current = underDampedPosition;\n animation.velocity = underDampedVelocity;\n } else {\n animation.current = criticallyDampedPosition;\n animation.velocity = criticallyDampedVelocity;\n }\n\n if (isOvershooting() || isVelocity && isDisplacement) {\n if (config.stiffness !== 0) {\n animation.velocity = 0;\n animation.current = toValue;\n }\n\n return true;\n }\n }\n\n function onStart(animation, value, now, previousAnimation) {\n animation.current = value;\n\n if (previousAnimation) {\n animation.velocity = previousAnimation.velocity || animation.velocity || 0;\n animation.lastTimestamp = previousAnimation.lastTimestamp || now;\n } else {\n animation.lastTimestamp = now;\n }\n }\n\n return {\n onFrame: spring,\n onStart: onStart,\n toValue: toValue,\n velocity: config.velocity || 0,\n current: toValue,\n callback: callback\n };\n };\n\n _f._closure = {\n userConfig: userConfig,\n toValue: toValue,\n callback: callback\n };\n _f.asString = \"function _f(){const{userConfig,toValue,callback}=jsThis._closure;{var config={damping:10,mass:1,stiffness:100,overshootClamping:false,restDisplacementThreshold:0.01,restSpeedThreshold:2};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}function spring(animation,now){var toValue=animation.toValue,lastTimestamp=animation.lastTimestamp,current=animation.current,velocity=animation.velocity;var deltaTime=Math.min(now-lastTimestamp,64);animation.lastTimestamp=now;var c=config.damping;var m=config.mass;var k=config.stiffness;var v0=-velocity;var x0=toValue-current;var zeta=c/(2*Math.sqrt(k*m));var omega0=Math.sqrt(k/m);var omega1=omega0*Math.sqrt(1-Math.pow(zeta,2));var t=deltaTime/1000;var sin1=Math.sin(omega1*t);var cos1=Math.cos(omega1*t);var underDampedEnvelope=Math.exp(-zeta*omega0*t);var underDampedFrag1=underDampedEnvelope*(sin1*((v0+zeta*omega0*x0)/omega1)+x0*cos1);var underDampedPosition=toValue-underDampedFrag1;var underDampedVelocity=zeta*omega0*underDampedFrag1-underDampedEnvelope*(cos1*(v0+zeta*omega0*x0)-omega1*x0*sin1);var criticallyDampedEnvelope=Math.exp(-omega0*t);var criticallyDampedPosition=toValue-criticallyDampedEnvelope*(x0+(v0+omega0*x0)*t);var criticallyDampedVelocity=criticallyDampedEnvelope*(v0*(t*omega0-1)+t*x0*omega0*omega0);var isOvershooting=function isOvershooting(){if(config.overshootClamping&&config.stiffness!==0){return current<toValue?animation.current>toValue:animation.current<toValue;}else{return false;}};var isVelocity=Math.abs(velocity)<config.restSpeedThreshold;var isDisplacement=config.stiffness===0||Math.abs(toValue-current)<config.restDisplacementThreshold;if(zeta<1){animation.current=underDampedPosition;animation.velocity=underDampedVelocity;}else{animation.current=criticallyDampedPosition;animation.velocity=criticallyDampedVelocity;}if(isOvershooting()||isVelocity&&isDisplacement){if(config.stiffness!==0){animation.velocity=0;animation.current=toValue;}return true;}}function onStart(animation,value,now,previousAnimation){animation.current=value;if(previousAnimation){animation.velocity=previousAnimation.velocity||animation.velocity||0;animation.lastTimestamp=previousAnimation.lastTimestamp||now;}else{animation.lastTimestamp=now;}}return{onFrame:spring,onStart:onStart,toValue:toValue,velocity:config.velocity||0,current:toValue,callback:callback};}}\";\n _f.__workletHash = 5879857267303;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (196:36)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }());\n };\n\n _f._closure = {\n defineAnimation: defineAnimation\n };\n _f.asString = \"function withSpring(toValue,userConfig,callback){const{defineAnimation}=jsThis._closure;{return defineAnimation(toValue,function(){var _f=function _f(){var config={damping:10,mass:1,stiffness:100,overshootClamping:false,restDisplacementThreshold:0.01,restSpeedThreshold:2};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}function spring(animation,now){var toValue=animation.toValue,lastTimestamp=animation.lastTimestamp,current=animation.current,velocity=animation.velocity;var deltaTime=Math.min(now-lastTimestamp,64);animation.lastTimestamp=now;var c=config.damping;var m=config.mass;var k=config.stiffness;var v0=-velocity;var x0=toValue-current;var zeta=c/(2*Math.sqrt(k*m));var omega0=Math.sqrt(k/m);var omega1=omega0*Math.sqrt(1-Math.pow(zeta,2));var t=deltaTime/1000;var sin1=Math.sin(omega1*t);var cos1=Math.cos(omega1*t);var underDampedEnvelope=Math.exp(-zeta*omega0*t);var underDampedFrag1=underDampedEnvelope*(sin1*((v0+zeta*omega0*x0)/omega1)+x0*cos1);var underDampedPosition=toValue-underDampedFrag1;var underDampedVelocity=zeta*omega0*underDampedFrag1-underDampedEnvelope*(cos1*(v0+zeta*omega0*x0)-omega1*x0*sin1);var criticallyDampedEnvelope=Math.exp(-omega0*t);var criticallyDampedPosition=toValue-criticallyDampedEnvelope*(x0+(v0+omega0*x0)*t);var criticallyDampedVelocity=criticallyDampedEnvelope*(v0*(t*omega0-1)+t*x0*omega0*omega0);var isOvershooting=function isOvershooting(){if(config.overshootClamping&&config.stiffness!==0){return current<toValue?animation.current>toValue:animation.current<toValue;}else{return false;}};var isVelocity=Math.abs(velocity)<config.restSpeedThreshold;var isDisplacement=config.stiffness===0||Math.abs(toValue-current)<config.restDisplacementThreshold;if(zeta<1){animation.current=underDampedPosition;animation.velocity=underDampedVelocity;}else{animation.current=criticallyDampedPosition;animation.velocity=criticallyDampedVelocity;}if(isOvershooting()||isVelocity&&isDisplacement){if(config.stiffness!==0){animation.velocity=0;animation.current=toValue;}return true;}}function onStart(animation,value,now,previousAnimation){animation.current=value;if(previousAnimation){animation.velocity=previousAnimation.velocity||animation.velocity||0;animation.lastTimestamp=previousAnimation.lastTimestamp||now;}else{animation.lastTimestamp=now;}}return{onFrame:spring,onStart:onStart,toValue:toValue,velocity:config.velocity||0,current:toValue,callback:callback};};_f._closure={userConfig:userConfig,toValue:toValue,callback:callback};_f.asString=\\\"function _f(){const{userConfig,toValue,callback}=jsThis._closure;{var config={damping:10,mass:1,stiffness:100,overshootClamping:false,restDisplacementThreshold:0.01,restSpeedThreshold:2};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}function spring(animation,now){var toValue=animation.toValue,lastTimestamp=animation.lastTimestamp,current=animation.current,velocity=animation.velocity;var deltaTime=Math.min(now-lastTimestamp,64);animation.lastTimestamp=now;var c=config.damping;var m=config.mass;var k=config.stiffness;var v0=-velocity;var x0=toValue-current;var zeta=c/(2*Math.sqrt(k*m));var omega0=Math.sqrt(k/m);var omega1=omega0*Math.sqrt(1-Math.pow(zeta,2));var t=deltaTime/1000;var sin1=Math.sin(omega1*t);var cos1=Math.cos(omega1*t);var underDampedEnvelope=Math.exp(-zeta*omega0*t);var underDampedFrag1=underDampedEnvelope*(sin1*((v0+zeta*omega0*x0)/omega1)+x0*cos1);var underDampedPosition=toValue-underDampedFrag1;var underDampedVelocity=zeta*omega0*underDampedFrag1-underDampedEnvelope*(cos1*(v0+zeta*omega0*x0)-omega1*x0*sin1);var criticallyDampedEnvelope=Math.exp(-omega0*t);var criticallyDampedPosition=toValue-criticallyDampedEnvelope*(x0+(v0+omega0*x0)*t);var criticallyDampedVelocity=criticallyDampedEnvelope*(v0*(t*omega0-1)+t*x0*omega0*omega0);var isOvershooting=function isOvershooting(){if(config.overshootClamping&&config.stiffness!==0){return current<toValue?animation.current>toValue:animation.current<toValue;}else{return false;}};var isVelocity=Math.abs(velocity)<config.restSpeedThreshold;var isDisplacement=config.stiffness===0||Math.abs(toValue-current)<config.restDisplacementThreshold;if(zeta<1){animation.current=underDampedPosition;animation.velocity=underDampedVelocity;}else{animation.current=criticallyDampedPosition;animation.velocity=criticallyDampedVelocity;}if(isOvershooting()||isVelocity&&isDisplacement){if(config.stiffness!==0){animation.velocity=0;animation.current=toValue;}return true;}}function onStart(animation,value,now,previousAnimation){animation.current=value;if(previousAnimation){animation.velocity=previousAnimation.velocity||animation.velocity||0;animation.lastTimestamp=previousAnimation.lastTimestamp||now;}else{animation.lastTimestamp=now;}}return{onFrame:spring,onStart:onStart,toValue:toValue,velocity:config.velocity||0,current:toValue,callback:callback};}}\\\";_f.__workletHash=5879857267303;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (196:36)\\\";global.__reanimatedWorkletInit(_f);return _f;}());}}\";\n _f.__workletHash = 2524253852669;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (194:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var withDecay = function () {\n var _f = function _f(userConfig, callback) {\n return defineAnimation(0, function () {\n var _f = function _f() {\n var config = {\n deceleration: 0.998,\n velocityFactor: Platform.OS !== 'web' ? 1 : 1000\n };\n\n if (userConfig) {\n Object.keys(userConfig).forEach(function (key) {\n return config[key] = userConfig[key];\n });\n }\n\n var VELOCITY_EPS = Platform.OS !== 'web' ? 1 : 1 / 20;\n var SLOPE_FACTOR = 0.1;\n\n function decay(animation, now) {\n var lastTimestamp = animation.lastTimestamp,\n startTimestamp = animation.startTimestamp,\n initialVelocity = animation.initialVelocity,\n current = animation.current,\n velocity = animation.velocity;\n var deltaTime = Math.min(now - lastTimestamp, 64);\n var v = velocity * Math.exp(-(1 - config.deceleration) * (now - startTimestamp) * SLOPE_FACTOR);\n animation.current = current + v * config.velocityFactor * deltaTime / 1000;\n animation.velocity = v;\n animation.lastTimestamp = now;\n\n if (config.clamp) {\n if (initialVelocity < 0 && animation.current <= config.clamp[0]) {\n animation.current = config.clamp[0];\n return true;\n } else if (initialVelocity > 0 && animation.current >= config.clamp[1]) {\n animation.current = config.clamp[1];\n return true;\n }\n }\n\n if (Math.abs(v) < VELOCITY_EPS) {\n return true;\n }\n }\n\n function validateConfig() {\n if (config.clamp) {\n if (Array.isArray(config.clamp)) {\n if (config.clamp.length !== 2) {\n console.error(\"clamp array must contain 2 items but is given \" + config.clamp.length);\n }\n } else {\n console.error(\"config.clamp must be an array but is \" + typeof config.clamp);\n }\n }\n\n if (config.velocityFactor <= 0) {\n console.error(\"config.velocityFactor must be greather then 0 but is \" + config.velocityFactor);\n }\n }\n\n function onStart(animation, value, now) {\n animation.current = value;\n animation.lastTimestamp = now;\n animation.startTimestamp = now;\n animation.initialVelocity = config.velocity;\n validateConfig();\n }\n\n return {\n onFrame: decay,\n onStart: onStart,\n velocity: config.velocity || 0,\n callback: callback\n };\n };\n\n _f._closure = {\n Platform: {\n OS: Platform.OS\n },\n userConfig: userConfig,\n callback: callback\n };\n _f.asString = \"function _f(){const{Platform,userConfig,callback}=jsThis._closure;{var config={deceleration:0.998,velocityFactor:Platform.OS!=='web'?1:1000};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}var VELOCITY_EPS=Platform.OS!=='web'?1:1/20;var SLOPE_FACTOR=0.1;function decay(animation,now){var lastTimestamp=animation.lastTimestamp,startTimestamp=animation.startTimestamp,initialVelocity=animation.initialVelocity,current=animation.current,velocity=animation.velocity;var deltaTime=Math.min(now-lastTimestamp,64);var v=velocity*Math.exp(-(1-config.deceleration)*(now-startTimestamp)*SLOPE_FACTOR);animation.current=current+v*config.velocityFactor*deltaTime/1000;animation.velocity=v;animation.lastTimestamp=now;if(config.clamp){if(initialVelocity<0&&animation.current<=config.clamp[0]){animation.current=config.clamp[0];return true;}else if(initialVelocity>0&&animation.current>=config.clamp[1]){animation.current=config.clamp[1];return true;}}if(Math.abs(v)<VELOCITY_EPS){return true;}}function validateConfig(){if(config.clamp){if(Array.isArray(config.clamp)){if(config.clamp.length!==2){console.error(\\\"clamp array must contain 2 items but is given \\\"+config.clamp.length);}}else{console.error(\\\"config.clamp must be an array but is \\\"+typeof config.clamp);}}if(config.velocityFactor<=0){console.error(\\\"config.velocityFactor must be greather then 0 but is \\\"+config.velocityFactor);}}function onStart(animation,value,now){animation.current=value;animation.lastTimestamp=now;animation.startTimestamp=now;animation.initialVelocity=config.velocity;validateConfig();}return{onFrame:decay,onStart:onStart,velocity:config.velocity||0,callback:callback};}}\";\n _f.__workletHash = 9058052696651;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (293:30)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }());\n };\n\n _f._closure = {\n defineAnimation: defineAnimation,\n Platform: {\n OS: Platform.OS\n }\n };\n _f.asString = \"function withDecay(userConfig,callback){const{defineAnimation,Platform}=jsThis._closure;{return defineAnimation(0,function(){var _f=function _f(){var config={deceleration:0.998,velocityFactor:Platform.OS!=='web'?1:1000};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}var VELOCITY_EPS=Platform.OS!=='web'?1:1/20;var SLOPE_FACTOR=0.1;function decay(animation,now){var lastTimestamp=animation.lastTimestamp,startTimestamp=animation.startTimestamp,initialVelocity=animation.initialVelocity,current=animation.current,velocity=animation.velocity;var deltaTime=Math.min(now-lastTimestamp,64);var v=velocity*Math.exp(-(1-config.deceleration)*(now-startTimestamp)*SLOPE_FACTOR);animation.current=current+v*config.velocityFactor*deltaTime/1000;animation.velocity=v;animation.lastTimestamp=now;if(config.clamp){if(initialVelocity<0&&animation.current<=config.clamp[0]){animation.current=config.clamp[0];return true;}else if(initialVelocity>0&&animation.current>=config.clamp[1]){animation.current=config.clamp[1];return true;}}if(Math.abs(v)<VELOCITY_EPS){return true;}}function validateConfig(){if(config.clamp){if(Array.isArray(config.clamp)){if(config.clamp.length!==2){console.error(\\\"clamp array must contain 2 items but is given \\\"+config.clamp.length);}}else{console.error(\\\"config.clamp must be an array but is \\\"+typeof config.clamp);}}if(config.velocityFactor<=0){console.error(\\\"config.velocityFactor must be greather then 0 but is \\\"+config.velocityFactor);}}function onStart(animation,value,now){animation.current=value;animation.lastTimestamp=now;animation.startTimestamp=now;animation.initialVelocity=config.velocity;validateConfig();}return{onFrame:decay,onStart:onStart,velocity:config.velocity||0,callback:callback};};_f._closure={Platform:{OS:Platform.OS},userConfig:userConfig,callback:callback};_f.asString=\\\"function _f(){const{Platform,userConfig,callback}=jsThis._closure;{var config={deceleration:0.998,velocityFactor:Platform.OS!=='web'?1:1000};if(userConfig){Object.keys(userConfig).forEach(function(key){return config[key]=userConfig[key];});}var VELOCITY_EPS=Platform.OS!=='web'?1:1/20;var SLOPE_FACTOR=0.1;function decay(animation,now){var lastTimestamp=animation.lastTimestamp,startTimestamp=animation.startTimestamp,initialVelocity=animation.initialVelocity,current=animation.current,velocity=animation.velocity;var deltaTime=Math.min(now-lastTimestamp,64);var v=velocity*Math.exp(-(1-config.deceleration)*(now-startTimestamp)*SLOPE_FACTOR);animation.current=current+v*config.velocityFactor*deltaTime/1000;animation.velocity=v;animation.lastTimestamp=now;if(config.clamp){if(initialVelocity<0&&animation.current<=config.clamp[0]){animation.current=config.clamp[0];return true;}else if(initialVelocity>0&&animation.current>=config.clamp[1]){animation.current=config.clamp[1];return true;}}if(Math.abs(v)<VELOCITY_EPS){return true;}}function validateConfig(){if(config.clamp){if(Array.isArray(config.clamp)){if(config.clamp.length!==2){console.error(\\\\\\\"clamp array must contain 2 items but is given \\\\\\\"+config.clamp.length);}}else{console.error(\\\\\\\"config.clamp must be an array but is \\\\\\\"+typeof config.clamp);}}if(config.velocityFactor<=0){console.error(\\\\\\\"config.velocityFactor must be greather then 0 but is \\\\\\\"+config.velocityFactor);}}function onStart(animation,value,now){animation.current=value;animation.lastTimestamp=now;animation.startTimestamp=now;animation.initialVelocity=config.velocity;validateConfig();}return{onFrame:decay,onStart:onStart,velocity:config.velocity||0,callback:callback};}}\\\";_f.__workletHash=9058052696651;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (293:30)\\\";global.__reanimatedWorkletInit(_f);return _f;}());}}\";\n _f.__workletHash = 10175633736486;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (291:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var withDelay = function () {\n var _f = function _f(delayMs, _nextAnimation) {\n return defineAnimation(_nextAnimation, function () {\n var _f = function _f() {\n var nextAnimation = typeof _nextAnimation === 'function' ? _nextAnimation() : _nextAnimation;\n\n function delay(animation, now) {\n var startTime = animation.startTime,\n started = animation.started,\n previousAnimation = animation.previousAnimation;\n\n if (now - startTime > delayMs) {\n if (!started) {\n nextAnimation.onStart(nextAnimation, animation.current, now, previousAnimation);\n animation.previousAnimation = null;\n animation.started = true;\n }\n\n var finished = nextAnimation.onFrame(nextAnimation, now);\n animation.current = nextAnimation.current;\n return finished;\n } else if (previousAnimation) {\n var _finished = previousAnimation.onFrame(previousAnimation, now);\n\n animation.current = previousAnimation.current;\n\n if (_finished) {\n animation.previousAnimation = null;\n }\n }\n\n return false;\n }\n\n function onStart(animation, value, now, previousAnimation) {\n animation.startTime = now;\n animation.started = false;\n animation.current = value;\n animation.previousAnimation = previousAnimation;\n }\n\n var callback = function callback(finished) {\n if (nextAnimation.callback) {\n nextAnimation.callback(finished);\n }\n };\n\n return {\n isHigherOrder: true,\n onFrame: delay,\n onStart: onStart,\n current: nextAnimation.current,\n callback: callback\n };\n };\n\n _f._closure = {\n _nextAnimation: _nextAnimation,\n delayMs: delayMs\n };\n _f.asString = \"function _f(){const{_nextAnimation,delayMs}=jsThis._closure;{var nextAnimation=typeof _nextAnimation==='function'?_nextAnimation():_nextAnimation;function delay(animation,now){var startTime=animation.startTime,started=animation.started,previousAnimation=animation.previousAnimation;if(now-startTime>delayMs){if(!started){nextAnimation.onStart(nextAnimation,animation.current,now,previousAnimation);animation.previousAnimation=null;animation.started=true;}var finished=nextAnimation.onFrame(nextAnimation,now);animation.current=nextAnimation.current;return finished;}else if(previousAnimation){var _finished=previousAnimation.onFrame(previousAnimation,now);animation.current=previousAnimation.current;if(_finished){animation.previousAnimation=null;}}return false;}function onStart(animation,value,now,previousAnimation){animation.startTime=now;animation.started=false;animation.current=value;animation.previousAnimation=previousAnimation;}var callback=function callback(finished){if(nextAnimation.callback){nextAnimation.callback(finished);}};return{isHigherOrder:true,onFrame:delay,onStart:onStart,current:nextAnimation.current,callback:callback};}}\";\n _f.__workletHash = 5674842055498;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (360:43)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }());\n };\n\n _f._closure = {\n defineAnimation: defineAnimation\n };\n _f.asString = \"function withDelay(delayMs,_nextAnimation){const{defineAnimation}=jsThis._closure;{return defineAnimation(_nextAnimation,function(){var _f=function _f(){var nextAnimation=typeof _nextAnimation==='function'?_nextAnimation():_nextAnimation;function delay(animation,now){var startTime=animation.startTime,started=animation.started,previousAnimation=animation.previousAnimation;if(now-startTime>delayMs){if(!started){nextAnimation.onStart(nextAnimation,animation.current,now,previousAnimation);animation.previousAnimation=null;animation.started=true;}var finished=nextAnimation.onFrame(nextAnimation,now);animation.current=nextAnimation.current;return finished;}else if(previousAnimation){var _finished=previousAnimation.onFrame(previousAnimation,now);animation.current=previousAnimation.current;if(_finished){animation.previousAnimation=null;}}return false;}function onStart(animation,value,now,previousAnimation){animation.startTime=now;animation.started=false;animation.current=value;animation.previousAnimation=previousAnimation;}var callback=function callback(finished){if(nextAnimation.callback){nextAnimation.callback(finished);}};return{isHigherOrder:true,onFrame:delay,onStart:onStart,current:nextAnimation.current,callback:callback};};_f._closure={_nextAnimation:_nextAnimation,delayMs:delayMs};_f.asString=\\\"function _f(){const{_nextAnimation,delayMs}=jsThis._closure;{var nextAnimation=typeof _nextAnimation==='function'?_nextAnimation():_nextAnimation;function delay(animation,now){var startTime=animation.startTime,started=animation.started,previousAnimation=animation.previousAnimation;if(now-startTime>delayMs){if(!started){nextAnimation.onStart(nextAnimation,animation.current,now,previousAnimation);animation.previousAnimation=null;animation.started=true;}var finished=nextAnimation.onFrame(nextAnimation,now);animation.current=nextAnimation.current;return finished;}else if(previousAnimation){var _finished=previousAnimation.onFrame(previousAnimation,now);animation.current=previousAnimation.current;if(_finished){animation.previousAnimation=null;}}return false;}function onStart(animation,value,now,previousAnimation){animation.startTime=now;animation.started=false;animation.current=value;animation.previousAnimation=previousAnimation;}var callback=function callback(finished){if(nextAnimation.callback){nextAnimation.callback(finished);}};return{isHigherOrder:true,onFrame:delay,onStart:onStart,current:nextAnimation.current,callback:callback};}}\\\";_f.__workletHash=5674842055498;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (360:43)\\\";global.__reanimatedWorkletInit(_f);return _f;}());}}\";\n _f.__workletHash = 16540798216121;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (358:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var withSequence = function () {\n var _f = function _f() {\n for (var _len = arguments.length, _animations = new Array(_len), _key = 0; _key < _len; _key++) {\n _animations[_key] = arguments[_key];\n }\n\n return defineAnimation(_animations[0], function () {\n var _f = function _f() {\n var animations = _animations.map(function (a) {\n var result = typeof a === 'function' ? a() : a;\n result.finished = false;\n return result;\n });\n\n var firstAnimation = animations[0];\n\n var callback = function callback(finished) {\n if (finished) {\n return;\n }\n\n animations.forEach(function (animation) {\n if (typeof animation.callback === 'function' && !animation.finished) {\n animation.callback(finished);\n }\n });\n };\n\n function sequence(animation, now) {\n var currentAnim = animations[animation.animationIndex];\n var finished = currentAnim.onFrame(currentAnim, now);\n animation.current = currentAnim.current;\n\n if (finished) {\n if (currentAnim.callback) {\n currentAnim.callback(true);\n }\n\n currentAnim.finished = true;\n animation.animationIndex += 1;\n\n if (animation.animationIndex < animations.length) {\n var nextAnim = animations[animation.animationIndex];\n nextAnim.onStart(nextAnim, currentAnim.current, now, currentAnim);\n return false;\n }\n\n return true;\n }\n\n return false;\n }\n\n function onStart(animation, value, now, previousAnimation) {\n if (animations.length === 1) {\n throw Error('withSequence() animation require more than one animation as argument');\n }\n\n animation.animationIndex = 0;\n\n if (previousAnimation === undefined) {\n previousAnimation = animations[animations.length - 1];\n }\n\n firstAnimation.onStart(firstAnimation, value, now, previousAnimation);\n }\n\n return {\n isHigherOrder: true,\n onFrame: sequence,\n onStart: onStart,\n animationIndex: 0,\n current: firstAnimation.current,\n callback: callback\n };\n };\n\n _f._closure = {\n _animations: _animations\n };\n _f.asString = \"function _f(){const{_animations}=jsThis._closure;{var animations=_animations.map(function(a){var result=typeof a==='function'?a():a;result.finished=false;return result;});var firstAnimation=animations[0];var callback=function callback(finished){if(finished){return;}animations.forEach(function(animation){if(typeof animation.callback==='function'&&!animation.finished){animation.callback(finished);}});};function sequence(animation,now){var currentAnim=animations[animation.animationIndex];var finished=currentAnim.onFrame(currentAnim,now);animation.current=currentAnim.current;if(finished){if(currentAnim.callback){currentAnim.callback(true);}currentAnim.finished=true;animation.animationIndex+=1;if(animation.animationIndex<animations.length){var nextAnim=animations[animation.animationIndex];nextAnim.onStart(nextAnim,currentAnim.current,now,currentAnim);return false;}return true;}return false;}function onStart(animation,value,now,previousAnimation){if(animations.length===1){throw Error('withSequence() animation require more than one animation as argument');}animation.animationIndex=0;if(previousAnimation===undefined){previousAnimation=animations[animations.length-1];}firstAnimation.onStart(firstAnimation,value,now,previousAnimation);}return{isHigherOrder:true,onFrame:sequence,onStart:onStart,animationIndex:0,current:firstAnimation.current,callback:callback};}}\";\n _f.__workletHash = 10816390927151;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (406:43)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }());\n };\n\n _f._closure = {\n defineAnimation: defineAnimation\n };\n _f.asString = \"function withSequence(){const{defineAnimation}=jsThis._closure;{for(var _len=arguments.length,_animations=new Array(_len),_key=0;_key<_len;_key++){_animations[_key]=arguments[_key];}return defineAnimation(_animations[0],function(){var _f=function _f(){var animations=_animations.map(function(a){var result=typeof a==='function'?a():a;result.finished=false;return result;});var firstAnimation=animations[0];var callback=function callback(finished){if(finished){return;}animations.forEach(function(animation){if(typeof animation.callback==='function'&&!animation.finished){animation.callback(finished);}});};function sequence(animation,now){var currentAnim=animations[animation.animationIndex];var finished=currentAnim.onFrame(currentAnim,now);animation.current=currentAnim.current;if(finished){if(currentAnim.callback){currentAnim.callback(true);}currentAnim.finished=true;animation.animationIndex+=1;if(animation.animationIndex<animations.length){var nextAnim=animations[animation.animationIndex];nextAnim.onStart(nextAnim,currentAnim.current,now,currentAnim);return false;}return true;}return false;}function onStart(animation,value,now,previousAnimation){if(animations.length===1){throw Error('withSequence() animation require more than one animation as argument');}animation.animationIndex=0;if(previousAnimation===undefined){previousAnimation=animations[animations.length-1];}firstAnimation.onStart(firstAnimation,value,now,previousAnimation);}return{isHigherOrder:true,onFrame:sequence,onStart:onStart,animationIndex:0,current:firstAnimation.current,callback:callback};};_f._closure={_animations:_animations};_f.asString=\\\"function _f(){const{_animations}=jsThis._closure;{var animations=_animations.map(function(a){var result=typeof a==='function'?a():a;result.finished=false;return result;});var firstAnimation=animations[0];var callback=function callback(finished){if(finished){return;}animations.forEach(function(animation){if(typeof animation.callback==='function'&&!animation.finished){animation.callback(finished);}});};function sequence(animation,now){var currentAnim=animations[animation.animationIndex];var finished=currentAnim.onFrame(currentAnim,now);animation.current=currentAnim.current;if(finished){if(currentAnim.callback){currentAnim.callback(true);}currentAnim.finished=true;animation.animationIndex+=1;if(animation.animationIndex<animations.length){var nextAnim=animations[animation.animationIndex];nextAnim.onStart(nextAnim,currentAnim.current,now,currentAnim);return false;}return true;}return false;}function onStart(animation,value,now,previousAnimation){if(animations.length===1){throw Error('withSequence() animation require more than one animation as argument');}animation.animationIndex=0;if(previousAnimation===undefined){previousAnimation=animations[animations.length-1];}firstAnimation.onStart(firstAnimation,value,now,previousAnimation);}return{isHigherOrder:true,onFrame:sequence,onStart:onStart,animationIndex:0,current:firstAnimation.current,callback:callback};}}\\\";_f.__workletHash=10816390927151;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (406:43)\\\";global.__reanimatedWorkletInit(_f);return _f;}());}}\";\n _f.__workletHash = 17064473704516;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (404:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var withRepeat = function () {\n var _f = function _f(_nextAnimation) {\n var numberOfReps = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;\n var reverse = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var callback = arguments.length > 3 ? arguments[3] : undefined;\n return defineAnimation(_nextAnimation, function () {\n var _f = function _f() {\n var nextAnimation = typeof _nextAnimation === 'function' ? _nextAnimation() : _nextAnimation;\n\n function repeat(animation, now) {\n var finished = nextAnimation.onFrame(nextAnimation, now);\n animation.current = nextAnimation.current;\n\n if (finished) {\n animation.reps += 1;\n\n if (nextAnimation.callback) {\n nextAnimation.callback(true, animation.current);\n }\n\n if (numberOfReps > 0 && animation.reps >= numberOfReps) {\n return true;\n }\n\n var startValue = reverse ? nextAnimation.current : animation.startValue;\n\n if (reverse) {\n nextAnimation.toValue = animation.startValue;\n animation.startValue = startValue;\n }\n\n nextAnimation.onStart(nextAnimation, startValue, now, nextAnimation.previousAnimation);\n return false;\n }\n\n return false;\n }\n\n var repCallback = function repCallback(finished) {\n if (callback) {\n callback(finished);\n }\n\n if (!finished && nextAnimation.callback) {\n nextAnimation.callback(false);\n }\n };\n\n function onStart(animation, value, now, previousAnimation) {\n animation.startValue = value;\n animation.reps = 0;\n nextAnimation.onStart(nextAnimation, value, now, previousAnimation);\n }\n\n return {\n isHigherOrder: true,\n onFrame: repeat,\n onStart: onStart,\n reps: 0,\n current: nextAnimation.current,\n callback: repCallback\n };\n };\n\n _f._closure = {\n _nextAnimation: _nextAnimation,\n numberOfReps: numberOfReps,\n reverse: reverse,\n callback: callback\n };\n _f.asString = \"function _f(){const{_nextAnimation,numberOfReps,reverse,callback}=jsThis._closure;{var nextAnimation=typeof _nextAnimation==='function'?_nextAnimation():_nextAnimation;function repeat(animation,now){var finished=nextAnimation.onFrame(nextAnimation,now);animation.current=nextAnimation.current;if(finished){animation.reps+=1;if(nextAnimation.callback){nextAnimation.callback(true,animation.current);}if(numberOfReps>0&&animation.reps>=numberOfReps){return true;}var startValue=reverse?nextAnimation.current:animation.startValue;if(reverse){nextAnimation.toValue=animation.startValue;animation.startValue=startValue;}nextAnimation.onStart(nextAnimation,startValue,now,nextAnimation.previousAnimation);return false;}return false;}var repCallback=function repCallback(finished){if(callback){callback(finished);}if(!finished&&nextAnimation.callback){nextAnimation.callback(false);}};function onStart(animation,value,now,previousAnimation){animation.startValue=value;animation.reps=0;nextAnimation.onStart(nextAnimation,value,now,previousAnimation);}return{isHigherOrder:true,onFrame:repeat,onStart:onStart,reps:0,current:nextAnimation.current,callback:repCallback};}}\";\n _f.__workletHash = 7472311085562;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (469:43)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n }());\n };\n\n _f._closure = {\n defineAnimation: defineAnimation\n };\n _f.asString = \"function withRepeat(_nextAnimation){const{defineAnimation}=jsThis._closure;{var numberOfReps=arguments.length>1&&arguments[1]!==undefined?arguments[1]:2;var reverse=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var callback=arguments.length>3?arguments[3]:undefined;return defineAnimation(_nextAnimation,function(){var _f=function _f(){var nextAnimation=typeof _nextAnimation==='function'?_nextAnimation():_nextAnimation;function repeat(animation,now){var finished=nextAnimation.onFrame(nextAnimation,now);animation.current=nextAnimation.current;if(finished){animation.reps+=1;if(nextAnimation.callback){nextAnimation.callback(true,animation.current);}if(numberOfReps>0&&animation.reps>=numberOfReps){return true;}var startValue=reverse?nextAnimation.current:animation.startValue;if(reverse){nextAnimation.toValue=animation.startValue;animation.startValue=startValue;}nextAnimation.onStart(nextAnimation,startValue,now,nextAnimation.previousAnimation);return false;}return false;}var repCallback=function repCallback(finished){if(callback){callback(finished);}if(!finished&&nextAnimation.callback){nextAnimation.callback(false);}};function onStart(animation,value,now,previousAnimation){animation.startValue=value;animation.reps=0;nextAnimation.onStart(nextAnimation,value,now,previousAnimation);}return{isHigherOrder:true,onFrame:repeat,onStart:onStart,reps:0,current:nextAnimation.current,callback:repCallback};};_f._closure={_nextAnimation:_nextAnimation,numberOfReps:numberOfReps,reverse:reverse,callback:callback};_f.asString=\\\"function _f(){const{_nextAnimation,numberOfReps,reverse,callback}=jsThis._closure;{var nextAnimation=typeof _nextAnimation==='function'?_nextAnimation():_nextAnimation;function repeat(animation,now){var finished=nextAnimation.onFrame(nextAnimation,now);animation.current=nextAnimation.current;if(finished){animation.reps+=1;if(nextAnimation.callback){nextAnimation.callback(true,animation.current);}if(numberOfReps>0&&animation.reps>=numberOfReps){return true;}var startValue=reverse?nextAnimation.current:animation.startValue;if(reverse){nextAnimation.toValue=animation.startValue;animation.startValue=startValue;}nextAnimation.onStart(nextAnimation,startValue,now,nextAnimation.previousAnimation);return false;}return false;}var repCallback=function repCallback(finished){if(callback){callback(finished);}if(!finished&&nextAnimation.callback){nextAnimation.callback(false);}};function onStart(animation,value,now,previousAnimation){animation.startValue=value;animation.reps=0;nextAnimation.onStart(nextAnimation,value,now,previousAnimation);}return{isHigherOrder:true,onFrame:repeat,onStart:onStart,reps:0,current:nextAnimation.current,callback:repCallback};}}\\\";_f.__workletHash=7472311085562;_f.__location=\\\"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (469:43)\\\";global.__reanimatedWorkletInit(_f);return _f;}());}}\";\n _f.__workletHash = 6293770553537;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (467:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var delay = function () {\n var _f = function _f(delayMs, _nextAnimation) {\n console.warn('Method `delay` is deprecated. Please use `withDelay` instead');\n return withDelay(delayMs, _nextAnimation);\n };\n\n _f._closure = {\n withDelay: withDelay\n };\n _f.asString = \"function delay(delayMs,_nextAnimation){const{withDelay}=jsThis._closure;{console.warn('Method `delay` is deprecated. Please use `withDelay` instead');return withDelay(delayMs,_nextAnimation);}}\";\n _f.__workletHash = 7037261769063;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (522:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var repeat = function () {\n var _f = function _f(_nextAnimation) {\n var numberOfReps = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;\n var reverse = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var callback = arguments.length > 3 ? arguments[3] : undefined;\n console.warn('Method `repeat` is deprecated. Please use `withRepeat` instead');\n return withRepeat(_nextAnimation, numberOfReps, reverse, callback);\n };\n\n _f._closure = {\n withRepeat: withRepeat\n };\n _f.asString = \"function repeat(_nextAnimation){const{withRepeat}=jsThis._closure;{var numberOfReps=arguments.length>1&&arguments[1]!==undefined?arguments[1]:2;var reverse=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var callback=arguments.length>3?arguments[3]:undefined;console.warn('Method `repeat` is deprecated. Please use `withRepeat` instead');return withRepeat(_nextAnimation,numberOfReps,reverse,callback);}}\";\n _f.__workletHash = 8082370036915;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (527:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var loop = function () {\n var _f = function _f(nextAnimation) {\n var numberOfLoops = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;\n console.warn('Method `loop` is deprecated. Please use `withRepeat` instead');\n return repeat(nextAnimation, Math.round(numberOfLoops * 2), true);\n };\n\n _f._closure = {\n repeat: repeat\n };\n _f.asString = \"function loop(nextAnimation){const{repeat}=jsThis._closure;{var numberOfLoops=arguments.length>1&&arguments[1]!==undefined?arguments[1]:1;console.warn('Method `loop` is deprecated. Please use `withRepeat` instead');return repeat(nextAnimation,Math.round(numberOfLoops*2),true);}}\";\n _f.__workletHash = 9676077242567;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (532:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var sequence = function () {\n var _f = function _f() {\n console.warn('Method `sequence` is deprecated. Please use `withSequence` instead');\n return withSequence.apply(void 0, arguments);\n };\n\n _f._closure = {\n withSequence: withSequence\n };\n _f.asString = \"function sequence(){const{withSequence}=jsThis._closure;{console.warn('Method `sequence` is deprecated. Please use `withSequence` instead');return withSequence.apply(void 0,arguments);}}\";\n _f.__workletHash = 9405250110463;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js (537:7)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/animations.js"],"names":["Easing","isColor","convertToHSVA","toRGBA","NativeReanimated","IN_STYLE_UPDATER","initialUpdaterRun","updater","result","transform","value","handler","undefined","match","prefix","suffix","number","__prefix","__suffix","parseFloat","transformAnimation","animation","toValue","current","startValue","decorateAnimation","isHigherOrder","baseOnStart","onStart","baseOnFrame","onFrame","animationCopy","Object","assign","callback","prefNumberSuffOnStart","timestamp","previousAnimation","val","prefNumberSuffOnFrame","res","tab","colorOnStart","HSVAValue","HSVACurrent","HSVAToValue","forEach","i","index","push","colorOnFrame","finished","defineAnimation","starting","factory","create","_WORKLET","native","cancelAnimation","sharedValue","withTiming","userConfig","config","duration","easing","inOut","quad","keys","key","timing","now","progress","startTime","runtime","newProgress","dist","type","withSpring","damping","mass","stiffness","overshootClamping","restDisplacementThreshold","restSpeedThreshold","spring","lastTimestamp","velocity","deltaTime","Math","min","c","m","k","v0","x0","zeta","sqrt","omega0","omega1","pow","t","sin1","sin","cos1","cos","underDampedEnvelope","exp","underDampedFrag1","underDampedPosition","underDampedVelocity","criticallyDampedEnvelope","criticallyDampedPosition","criticallyDampedVelocity","isOvershooting","isVelocity","abs","isDisplacement","withDecay","deceleration","velocityFactor","Platform","OS","VELOCITY_EPS","SLOPE_FACTOR","decay","startTimestamp","initialVelocity","v","clamp","validateConfig","Array","isArray","length","console","error","withDelay","delayMs","_nextAnimation","nextAnimation","delay","started","withSequence","_animations","animations","map","a","firstAnimation","sequence","currentAnim","animationIndex","nextAnim","Error","withRepeat","numberOfReps","reverse","repeat","reps","repCallback","warn","loop","numberOfLoops","round"],"mappings":"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","sourcesContent":["/* global _WORKLET */\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\nimport { Easing } from './Easing';\nimport { isColor, convertToHSVA, toRGBA } from './Colors';\nimport NativeReanimated from './NativeReanimated';\nimport { Platform } from 'react-native';\nlet IN_STYLE_UPDATER = false;\nexport function initialUpdaterRun(updater) {\n IN_STYLE_UPDATER = true;\n const result = updater();\n IN_STYLE_UPDATER = false;\n return result;\n}\nexport function transform(value, handler) {\n 'worklet';\n if (value === undefined) {\n return undefined;\n }\n if (typeof value === 'string') {\n // toInt\n // TODO handle color\n const match = value.match(/([A-Za-z]*)(-?\\d*\\.?\\d*)([A-Za-z%]*)/);\n const prefix = match[1];\n const suffix = match[3];\n const number = match[2];\n handler.__prefix = prefix;\n handler.__suffix = suffix;\n return parseFloat(number);\n }\n // toString if __prefix is available and number otherwise\n if (handler.__prefix === undefined) {\n return value;\n }\n return handler.__prefix + value + handler.__suffix;\n}\nexport function transformAnimation(animation) {\n 'worklet';\n if (!animation) {\n return;\n }\n animation.toValue = transform(animation.toValue, animation);\n animation.current = transform(animation.current, animation);\n animation.startValue = transform(animation.startValue, animation);\n}\nexport function decorateAnimation(animation) {\n 'worklet';\n if (animation.isHigherOrder) {\n return;\n }\n const baseOnStart = animation.onStart;\n const baseOnFrame = animation.onFrame;\n const animationCopy = Object.assign({}, animation);\n delete animationCopy.callback;\n const prefNumberSuffOnStart = (animation, value, timestamp, previousAnimation) => {\n const val = transform(value, animation);\n transformAnimation(animation);\n if (previousAnimation !== animation)\n transformAnimation(previousAnimation);\n baseOnStart(animation, val, timestamp, previousAnimation);\n transformAnimation(animation);\n if (previousAnimation !== animation)\n transformAnimation(previousAnimation);\n };\n const prefNumberSuffOnFrame = (animation, timestamp) => {\n transformAnimation(animation);\n const res = baseOnFrame(animation, timestamp);\n transformAnimation(animation);\n return res;\n };\n const tab = ['H', 'S', 'V', 'A'];\n const colorOnStart = (animation, value, timestamp, previousAnimation) => {\n let HSVAValue;\n let HSVACurrent;\n let HSVAToValue;\n const res = [];\n if (isColor(value)) {\n HSVACurrent = convertToHSVA(animation.current);\n HSVAValue = convertToHSVA(value);\n if (animation.toValue) {\n HSVAToValue = convertToHSVA(animation.toValue);\n }\n }\n tab.forEach((i, index) => {\n animation[i] = Object.assign({}, animationCopy);\n animation[i].current = HSVACurrent[index];\n animation[i].toValue = HSVAToValue ? HSVAToValue[index] : undefined;\n animation[i].onStart(animation[i], HSVAValue[index], timestamp, previousAnimation ? previousAnimation[i] : undefined);\n res.push(animation[i].current);\n });\n animation.current = toRGBA(res);\n };\n const colorOnFrame = (animation, timestamp) => {\n const HSVACurrent = convertToHSVA(animation.current);\n const res = [];\n let finished = true;\n tab.forEach((i, index) => {\n animation[i].current = HSVACurrent[index];\n finished &= animation[i].onFrame(animation[i], timestamp);\n res.push(animation[i].current);\n });\n animation.current = toRGBA(res);\n return finished;\n };\n animation.onStart = (animation, value, timestamp, previousAnimation) => {\n if (isColor(value)) {\n colorOnStart(animation, value, timestamp, previousAnimation);\n animation.onFrame = colorOnFrame;\n return;\n }\n else if (typeof value === 'string') {\n prefNumberSuffOnStart(animation, value, timestamp, previousAnimation);\n animation.onFrame = prefNumberSuffOnFrame;\n return;\n }\n baseOnStart(animation, value, timestamp, previousAnimation);\n };\n}\nexport function defineAnimation(starting, factory) {\n 'worklet';\n if (IN_STYLE_UPDATER) {\n return starting;\n }\n const create = () => {\n 'worklet';\n const animation = factory();\n decorateAnimation(animation);\n return animation;\n };\n if (_WORKLET || !NativeReanimated.native) {\n return create();\n }\n return create;\n}\nexport function cancelAnimation(sharedValue) {\n 'worklet';\n // setting the current value cancels the animation if one is currently running\n sharedValue.value = sharedValue.value; // eslint-disable-line no-self-assign\n}\nexport function withTiming(toValue, userConfig, callback) {\n 'worklet';\n return defineAnimation(toValue, () => {\n 'worklet';\n const config = {\n duration: 300,\n easing: Easing.inOut(Easing.quad),\n };\n if (userConfig) {\n Object.keys(userConfig).forEach((key) => (config[key] = userConfig[key]));\n }\n function timing(animation, now) {\n const { toValue, progress, startTime, current } = animation;\n const runtime = now - startTime;\n if (runtime >= config.duration) {\n // reset startTime to avoid reusing finished animation config in `start` method\n animation.startTime = 0;\n animation.current = toValue;\n return true;\n }\n const newProgress = config.easing(runtime / config.duration);\n const dist = ((toValue - current) * (newProgress - progress)) / (1 - progress);\n animation.current += dist;\n animation.progress = newProgress;\n return false;\n }\n function onStart(animation, value, now, previousAnimation) {\n if (previousAnimation &&\n previousAnimation.type === 'timing' &&\n previousAnimation.toValue === toValue &&\n previousAnimation.startTime) {\n // to maintain continuity of timing animations we check if we are starting\n // new timing over the old one with the same parameters. If so, we want\n // to copy animation timeline properties\n animation.startTime = previousAnimation.startTime;\n animation.progress = previousAnimation.progress;\n }\n else {\n animation.startTime = now;\n animation.progress = 0;\n }\n animation.current = value;\n }\n return {\n type: 'timing',\n onFrame: timing,\n onStart,\n progress: 0,\n toValue,\n current: toValue,\n callback,\n };\n });\n}\nexport function withSpring(toValue, userConfig, callback) {\n 'worklet';\n return defineAnimation(toValue, () => {\n 'worklet';\n // TODO: figure out why we can't use spread or Object.assign here\n // when user config is \"frozen object\" we can't enumerate it (perhaps\n // something is wrong with the object prototype).\n const config = {\n damping: 10,\n mass: 1,\n stiffness: 100,\n overshootClamping: false,\n restDisplacementThreshold: 0.01,\n restSpeedThreshold: 2,\n };\n if (userConfig) {\n Object.keys(userConfig).forEach((key) => (config[key] = userConfig[key]));\n }\n function spring(animation, now) {\n const { toValue, lastTimestamp, current, velocity } = animation;\n const deltaTime = Math.min(now - lastTimestamp, 64);\n animation.lastTimestamp = now;\n const c = config.damping;\n const m = config.mass;\n const k = config.stiffness;\n const v0 = -velocity;\n const x0 = toValue - current;\n const zeta = c / (2 * Math.sqrt(k * m)); // damping ratio\n const omega0 = Math.sqrt(k / m); // undamped angular frequency of the oscillator (rad/ms)\n const omega1 = omega0 * Math.sqrt(1 - Math.pow(zeta, 2)); // exponential decay\n const t = deltaTime / 1000;\n const sin1 = Math.sin(omega1 * t);\n const cos1 = Math.cos(omega1 * t);\n // under damped\n const underDampedEnvelope = Math.exp(-zeta * omega0 * t);\n const underDampedFrag1 = underDampedEnvelope *\n (sin1 * ((v0 + zeta * omega0 * x0) / omega1) + x0 * cos1);\n const underDampedPosition = toValue - underDampedFrag1;\n // This looks crazy -- it's actually just the derivative of the oscillation function\n const underDampedVelocity = zeta * omega0 * underDampedFrag1 -\n underDampedEnvelope *\n (cos1 * (v0 + zeta * omega0 * x0) - omega1 * x0 * sin1);\n // critically damped\n const criticallyDampedEnvelope = Math.exp(-omega0 * t);\n const criticallyDampedPosition = toValue - criticallyDampedEnvelope * (x0 + (v0 + omega0 * x0) * t);\n const criticallyDampedVelocity = criticallyDampedEnvelope *\n (v0 * (t * omega0 - 1) + t * x0 * omega0 * omega0);\n const isOvershooting = () => {\n if (config.overshootClamping && config.stiffness !== 0) {\n return current < toValue\n ? animation.current > toValue\n : animation.current < toValue;\n }\n else {\n return false;\n }\n };\n const isVelocity = Math.abs(velocity) < config.restSpeedThreshold;\n const isDisplacement = config.stiffness === 0 ||\n Math.abs(toValue - current) < config.restDisplacementThreshold;\n if (zeta < 1) {\n animation.current = underDampedPosition;\n animation.velocity = underDampedVelocity;\n }\n else {\n animation.current = criticallyDampedPosition;\n animation.velocity = criticallyDampedVelocity;\n }\n if (isOvershooting() || (isVelocity && isDisplacement)) {\n if (config.stiffness !== 0) {\n animation.velocity = 0;\n animation.current = toValue;\n }\n return true;\n }\n }\n function onStart(animation, value, now, previousAnimation) {\n animation.current = value;\n if (previousAnimation) {\n animation.velocity =\n previousAnimation.velocity || animation.velocity || 0;\n animation.lastTimestamp = previousAnimation.lastTimestamp || now;\n }\n else {\n animation.lastTimestamp = now;\n }\n }\n return {\n onFrame: spring,\n onStart,\n toValue,\n velocity: config.velocity || 0,\n current: toValue,\n callback,\n };\n });\n}\nexport function withDecay(userConfig, callback) {\n 'worklet';\n return defineAnimation(0, () => {\n 'worklet';\n const config = {\n deceleration: 0.998,\n velocityFactor: Platform.OS !== 'web' ? 1 : 1000,\n };\n if (userConfig) {\n Object.keys(userConfig).forEach((key) => (config[key] = userConfig[key]));\n }\n const VELOCITY_EPS = Platform.OS !== 'web' ? 1 : 1 / 20;\n const SLOPE_FACTOR = 0.1;\n function decay(animation, now) {\n const { lastTimestamp, startTimestamp, initialVelocity, current, velocity, } = animation;\n const deltaTime = Math.min(now - lastTimestamp, 64);\n const v = velocity *\n Math.exp(-(1 - config.deceleration) * (now - startTimestamp) * SLOPE_FACTOR);\n animation.current =\n current + (v * config.velocityFactor * deltaTime) / 1000; // /1000 because time is in ms not in s\n animation.velocity = v;\n animation.lastTimestamp = now;\n if (config.clamp) {\n if (initialVelocity < 0 && animation.current <= config.clamp[0]) {\n animation.current = config.clamp[0];\n return true;\n }\n else if (initialVelocity > 0 &&\n animation.current >= config.clamp[1]) {\n animation.current = config.clamp[1];\n return true;\n }\n }\n if (Math.abs(v) < VELOCITY_EPS) {\n return true;\n }\n }\n function validateConfig() {\n if (config.clamp) {\n if (Array.isArray(config.clamp)) {\n if (config.clamp.length !== 2) {\n console.error(`clamp array must contain 2 items but is given ${config.clamp.length}`);\n }\n }\n else {\n console.error(`config.clamp must be an array but is ${typeof config.clamp}`);\n }\n }\n if (config.velocityFactor <= 0) {\n console.error(`config.velocityFactor must be greather then 0 but is ${config.velocityFactor}`);\n }\n }\n function onStart(animation, value, now) {\n animation.current = value;\n animation.lastTimestamp = now;\n animation.startTimestamp = now;\n animation.initialVelocity = config.velocity;\n validateConfig();\n }\n return {\n onFrame: decay,\n onStart,\n velocity: config.velocity || 0,\n callback,\n };\n });\n}\nexport function withDelay(delayMs, _nextAnimation) {\n 'worklet';\n return defineAnimation(_nextAnimation, () => {\n 'worklet';\n const nextAnimation = typeof _nextAnimation === 'function' ? _nextAnimation() : _nextAnimation;\n function delay(animation, now) {\n const { startTime, started, previousAnimation } = animation;\n if (now - startTime > delayMs) {\n if (!started) {\n nextAnimation.onStart(nextAnimation, animation.current, now, previousAnimation);\n animation.previousAnimation = null;\n animation.started = true;\n }\n const finished = nextAnimation.onFrame(nextAnimation, now);\n animation.current = nextAnimation.current;\n return finished;\n }\n else if (previousAnimation) {\n const finished = previousAnimation.onFrame(previousAnimation, now);\n animation.current = previousAnimation.current;\n if (finished) {\n animation.previousAnimation = null;\n }\n }\n return false;\n }\n function onStart(animation, value, now, previousAnimation) {\n animation.startTime = now;\n animation.started = false;\n animation.current = value;\n animation.previousAnimation = previousAnimation;\n }\n const callback = (finished) => {\n if (nextAnimation.callback) {\n nextAnimation.callback(finished);\n }\n };\n return {\n isHigherOrder: true,\n onFrame: delay,\n onStart,\n current: nextAnimation.current,\n callback,\n };\n });\n}\nexport function withSequence(..._animations) {\n 'worklet';\n return defineAnimation(_animations[0], () => {\n 'worklet';\n const animations = _animations.map((a) => {\n const result = typeof a === 'function' ? a() : a;\n result.finished = false;\n return result;\n });\n const firstAnimation = animations[0];\n const callback = (finished) => {\n if (finished) {\n // we want to call the callback after every single animation\n // not after all of them\n return;\n }\n // this is going to be called only if sequence has been cancelled\n animations.forEach((animation) => {\n if (typeof animation.callback === 'function' && !animation.finished) {\n animation.callback(finished);\n }\n });\n };\n function sequence(animation, now) {\n const currentAnim = animations[animation.animationIndex];\n const finished = currentAnim.onFrame(currentAnim, now);\n animation.current = currentAnim.current;\n if (finished) {\n // we want to call the callback after every single animation\n if (currentAnim.callback) {\n currentAnim.callback(true /* finished */);\n }\n currentAnim.finished = true;\n animation.animationIndex += 1;\n if (animation.animationIndex < animations.length) {\n const nextAnim = animations[animation.animationIndex];\n nextAnim.onStart(nextAnim, currentAnim.current, now, currentAnim);\n return false;\n }\n return true;\n }\n return false;\n }\n function onStart(animation, value, now, previousAnimation) {\n if (animations.length === 1) {\n throw Error('withSequence() animation require more than one animation as argument');\n }\n animation.animationIndex = 0;\n if (previousAnimation === undefined) {\n previousAnimation = animations[animations.length - 1];\n }\n firstAnimation.onStart(firstAnimation, value, now, previousAnimation);\n }\n return {\n isHigherOrder: true,\n onFrame: sequence,\n onStart,\n animationIndex: 0,\n current: firstAnimation.current,\n callback,\n };\n });\n}\nexport function withRepeat(_nextAnimation, numberOfReps = 2, reverse = false, callback) {\n 'worklet';\n return defineAnimation(_nextAnimation, () => {\n 'worklet';\n const nextAnimation = typeof _nextAnimation === 'function' ? _nextAnimation() : _nextAnimation;\n function repeat(animation, now) {\n const finished = nextAnimation.onFrame(nextAnimation, now);\n animation.current = nextAnimation.current;\n if (finished) {\n animation.reps += 1;\n // call inner animation's callback on every repetition\n // as the second argument the animation's current value is passed\n if (nextAnimation.callback) {\n nextAnimation.callback(true /* finished */, animation.current);\n }\n if (numberOfReps > 0 && animation.reps >= numberOfReps) {\n return true;\n }\n const startValue = reverse\n ? nextAnimation.current\n : animation.startValue;\n if (reverse) {\n nextAnimation.toValue = animation.startValue;\n animation.startValue = startValue;\n }\n nextAnimation.onStart(nextAnimation, startValue, now, nextAnimation.previousAnimation);\n return false;\n }\n return false;\n }\n const repCallback = (finished) => {\n if (callback) {\n callback(finished);\n }\n // when cancelled call inner animation's callback\n if (!finished && nextAnimation.callback) {\n nextAnimation.callback(false /* finished */);\n }\n };\n function onStart(animation, value, now, previousAnimation) {\n animation.startValue = value;\n animation.reps = 0;\n nextAnimation.onStart(nextAnimation, value, now, previousAnimation);\n }\n return {\n isHigherOrder: true,\n onFrame: repeat,\n onStart,\n reps: 0,\n current: nextAnimation.current,\n callback: repCallback,\n };\n });\n}\n/* Deprecated section, kept for backward compatibility. Will be removed soon */\nexport function delay(delayMs, _nextAnimation) {\n 'worklet';\n console.warn('Method `delay` is deprecated. Please use `withDelay` instead');\n return withDelay(delayMs, _nextAnimation);\n}\nexport function repeat(_nextAnimation, numberOfReps = 2, reverse = false, callback) {\n 'worklet';\n console.warn('Method `repeat` is deprecated. Please use `withRepeat` instead');\n return withRepeat(_nextAnimation, numberOfReps, reverse, callback);\n}\nexport function loop(nextAnimation, numberOfLoops = 1) {\n 'worklet';\n console.warn('Method `loop` is deprecated. Please use `withRepeat` instead');\n return repeat(nextAnimation, Math.round(numberOfLoops * 2), true);\n}\nexport function sequence(..._animations) {\n 'worklet';\n console.warn('Method `sequence` is deprecated. Please use `withSequence` instead');\n return withSequence(..._animations);\n}\n/* Deprecated section end */\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8bfd7063b443cb17646e674300dd862b.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"export var isnan = function isnan(v) {\n return Number.isNaN(v);\n};\nexport var isValidNumber = function isValidNumber(v) {\n return typeof v === 'number' && !Number.isNaN(v);\n};\nexport var TEST_MIN_IF_NOT_NAN = function TEST_MIN_IF_NOT_NAN(value, limit) {\n return !isnan(limit) && (limit < 0 && value <= limit || limit >= 0 && value >= limit);\n};\nexport var VEC_LEN_SQ = function VEC_LEN_SQ() {\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n _ref$x = _ref.x,\n x = _ref$x === void 0 ? 0 : _ref$x,\n _ref$y = _ref.y,\n y = _ref$y === void 0 ? 0 : _ref$y;\n\n return x * x + y * y;\n};\nexport var TEST_MAX_IF_NOT_NAN = function TEST_MAX_IF_NOT_NAN(value, max) {\n return !isnan(max) && (max < 0 && value < max || max >= 0 && value > max);\n};\nexport function fireAfterInterval(method, interval) {\n if (!interval) {\n method();\n return null;\n }\n\n return setTimeout(function () {\n return method();\n }, interval);\n}","map":{"version":3,"sources":["utils.ts"],"names":["isnan","v","Number","isValidNumber","TEST_MIN_IF_NOT_NAN","limit","value","VEC_LEN_SQ","x","y","TEST_MAX_IF_NOT_NAN","max","method","setTimeout"],"mappings":"AACA,OAAO,IAAMA,KAAK,GAAIC,SAATD,KAASC,CAAAA,CAAD;AAAA,SAAgBC,MAAM,CAANA,KAAAA,CAA9B,CAA8BA,CAAhB;AAAA,CAAd;AAGP,OAAO,IAAMC,aAAa,GAAIF,SAAjBE,aAAiBF,CAAAA,CAAD;AAAA,SAC3B,OAAA,CAAA,KAAA,QAAA,IAAyB,CAACC,MAAM,CAANA,KAAAA,CADrB,CACqBA,CADC;AAAA,CAAtB;AAGP,OAAO,IAAME,mBAAmB,GAAG,SAAtBA,mBAAsB,CAAA,KAAA,EAAA,KAAA;AAAA,SACjC,CAACJ,KAAK,CAAN,KAAM,CAAN,KACEK,KAAK,GAALA,CAAAA,IAAaC,KAAK,IAAnB,KAACD,IAAiCA,KAAK,IAALA,CAAAA,IAAcC,KAAK,IAFjD,KACL,CADiC;AAAA,CAA5B;AAGP,OAAO,IAAMC,UAAU,GAAG,SAAbA,UAAa;AAAA,iFAAA,EAAA;AAAA,oBAAGC,CAAH;AAAA,MAAGA,CAAH,uBAAC,CAAD;AAAA,oBAAUC,CAAV;AAAA,MAAUA,CAAV,uBAAc,CAAd;;AAAA,SAA2BD,CAAC,GAADA,CAAAA,GAAQC,CAAC,GAAvD,CAAmB;AAAA,CAAnB;AACP,OAAO,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAsB,CAAA,KAAA,EAAA,GAAA;AAAA,SACjC,CAACV,KAAK,CAAN,GAAM,CAAN,KAAiBW,GAAG,GAAHA,CAAAA,IAAWL,KAAK,GAAjB,GAACK,IAA4BA,GAAG,IAAHA,CAAAA,IAAYL,KAAK,GADzD,GACL,CADiC;AAAA,CAA5B;AAGP,OAAO,SAAA,iBAAA,CAAA,MAAA,EAAA,QAAA,EAGL;AACA,MAAI,CAAJ,QAAA,EAAe;AACbM,IAAAA,MAAM;AACN,WAAA,IAAA;AACD;;AACD,SAAOC,UAAU,CAAC;AAAA,WAAMD,MAAP,EAAC;AAAA,GAAD,EAAjB,QAAiB,CAAjB;AACD","sourcesContent":["// TODO(TS) remove if not necessary after rewrite\nexport const isnan = (v: unknown) => Number.isNaN(v);\n\n// TODO(TS) remove if not necessary after rewrite\nexport const isValidNumber = (v: unknown) =>\n typeof v === 'number' && !Number.isNaN(v);\n\nexport const TEST_MIN_IF_NOT_NAN = (value: number, limit: number): boolean =>\n !isnan(limit) &&\n ((limit < 0 && value <= limit) || (limit >= 0 && value >= limit));\nexport const VEC_LEN_SQ = ({ x = 0, y = 0 } = {}) => x * x + y * y;\nexport const TEST_MAX_IF_NOT_NAN = (value: number, max: number) =>\n !isnan(max) && ((max < 0 && value < max) || (max >= 0 && value > max));\n\nexport function fireAfterInterval(\n method: () => void,\n interval?: number | boolean\n) {\n if (!interval) {\n method();\n return null;\n }\n return setTimeout(() => method(), interval);\n}\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8c61c708fafabf1296dd0daf5e7910eb.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import * as React from 'react';\nimport { forwardRef, useContext, useRef } from 'react';\nimport createElement from \"../createElement\";\nimport css from \"../StyleSheet/css\";\nimport pick from \"../../modules/pick\";\nimport useElementLayout from \"../../hooks/useElementLayout\";\nimport useMergeRefs from \"../../modules/useMergeRefs\";\nimport usePlatformMethods from \"../../hooks/usePlatformMethods\";\nimport useResponderEvents from \"../../hooks/useResponderEvents\";\nimport StyleSheet from \"../StyleSheet\";\nimport TextAncestorContext from \"./TextAncestorContext\";\nvar forwardPropsList = {\n accessibilityLabel: true,\n accessibilityLiveRegion: true,\n accessibilityRole: true,\n accessibilityState: true,\n accessibilityValue: true,\n accessible: true,\n children: true,\n classList: true,\n dir: true,\n importantForAccessibility: true,\n lang: true,\n nativeID: true,\n onBlur: true,\n onClick: true,\n onClickCapture: true,\n onContextMenu: true,\n onFocus: true,\n onKeyDown: true,\n onKeyUp: true,\n onTouchCancel: true,\n onTouchCancelCapture: true,\n onTouchEnd: true,\n onTouchEndCapture: true,\n onTouchMove: true,\n onTouchMoveCapture: true,\n onTouchStart: true,\n onTouchStartCapture: true,\n pointerEvents: true,\n ref: true,\n style: true,\n testID: true,\n dataSet: true,\n onMouseDown: true,\n onMouseEnter: true,\n onMouseLeave: true,\n onMouseMove: true,\n onMouseOver: true,\n onMouseOut: true,\n onMouseUp: true,\n onScroll: true,\n onWheel: true,\n href: true,\n rel: true,\n target: true\n};\n\nvar pickProps = function pickProps(props) {\n return pick(props, forwardPropsList);\n};\n\nvar Text = forwardRef(function (props, forwardedRef) {\n var dir = props.dir,\n numberOfLines = props.numberOfLines,\n onClick = props.onClick,\n onLayout = props.onLayout,\n onPress = props.onPress,\n onMoveShouldSetResponder = props.onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture = props.onMoveShouldSetResponderCapture,\n onResponderEnd = props.onResponderEnd,\n onResponderGrant = props.onResponderGrant,\n onResponderMove = props.onResponderMove,\n onResponderReject = props.onResponderReject,\n onResponderRelease = props.onResponderRelease,\n onResponderStart = props.onResponderStart,\n onResponderTerminate = props.onResponderTerminate,\n onResponderTerminationRequest = props.onResponderTerminationRequest,\n onScrollShouldSetResponder = props.onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture = props.onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder = props.onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture = props.onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder = props.onStartShouldSetResponder,\n onStartShouldSetResponderCapture = props.onStartShouldSetResponderCapture,\n selectable = props.selectable;\n var hasTextAncestor = useContext(TextAncestorContext);\n var hostRef = useRef(null);\n var classList = [classes.text, hasTextAncestor === true && classes.textHasAncestor, numberOfLines === 1 && classes.textOneLine, numberOfLines != null && numberOfLines > 1 && classes.textMultiLine];\n var style = [props.style, numberOfLines != null && numberOfLines > 1 && {\n WebkitLineClamp: numberOfLines\n }, selectable === true && styles.selectable, selectable === false && styles.notSelectable, onPress && styles.pressable];\n useElementLayout(hostRef, onLayout);\n useResponderEvents(hostRef, {\n onMoveShouldSetResponder: onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture: onMoveShouldSetResponderCapture,\n onResponderEnd: onResponderEnd,\n onResponderGrant: onResponderGrant,\n onResponderMove: onResponderMove,\n onResponderReject: onResponderReject,\n onResponderRelease: onResponderRelease,\n onResponderStart: onResponderStart,\n onResponderTerminate: onResponderTerminate,\n onResponderTerminationRequest: onResponderTerminationRequest,\n onScrollShouldSetResponder: onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture: onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder: onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture: onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder: onStartShouldSetResponder,\n onStartShouldSetResponderCapture: onStartShouldSetResponderCapture\n });\n\n function handleClick(e) {\n if (onClick != null) {\n onClick(e);\n }\n\n if (onClick == null && onPress != null) {\n e.stopPropagation();\n onPress(e);\n }\n }\n\n var component = hasTextAncestor ? 'span' : 'div';\n var supportedProps = pickProps(props);\n supportedProps.classList = classList;\n supportedProps.dir = dir;\n\n if (!hasTextAncestor) {\n supportedProps.dir = dir != null ? dir : 'auto';\n }\n\n supportedProps.onClick = handleClick;\n supportedProps.style = style;\n var platformMethodsRef = usePlatformMethods(supportedProps);\n var setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef);\n supportedProps.ref = setRef;\n var element = createElement(component, supportedProps);\n return hasTextAncestor ? element : React.createElement(TextAncestorContext.Provider, {\n value: true\n }, element);\n});\nText.displayName = 'Text';\nvar classes = css.create({\n text: {\n border: '0 solid black',\n boxSizing: 'border-box',\n color: 'black',\n display: 'inline',\n font: '14px System',\n margin: 0,\n padding: 0,\n whiteSpace: 'pre-wrap',\n wordWrap: 'break-word'\n },\n textHasAncestor: {\n color: 'inherit',\n font: 'inherit',\n whiteSpace: 'inherit'\n },\n textOneLine: {\n maxWidth: '100%',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap'\n },\n textMultiLine: {\n display: '-webkit-box',\n maxWidth: '100%',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n WebkitBoxOrient: 'vertical'\n }\n});\nvar styles = StyleSheet.create({\n notSelectable: {\n userSelect: 'none'\n },\n selectable: {\n userSelect: 'text'\n },\n pressable: {\n cursor: 'pointer'\n }\n});\nexport default Text;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/Text/index.js"],"names":["React","forwardRef","useContext","useRef","createElement","css","pick","useElementLayout","useMergeRefs","usePlatformMethods","useResponderEvents","StyleSheet","TextAncestorContext","forwardPropsList","accessibilityLabel","accessibilityLiveRegion","accessibilityRole","accessibilityState","accessibilityValue","accessible","children","classList","dir","importantForAccessibility","lang","nativeID","onBlur","onClick","onClickCapture","onContextMenu","onFocus","onKeyDown","onKeyUp","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","pointerEvents","ref","style","testID","dataSet","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOver","onMouseOut","onMouseUp","onScroll","onWheel","href","rel","target","pickProps","props","Text","forwardedRef","numberOfLines","onLayout","onPress","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","selectable","hasTextAncestor","hostRef","classes","text","textHasAncestor","textOneLine","textMultiLine","WebkitLineClamp","styles","notSelectable","pressable","handleClick","e","stopPropagation","component","supportedProps","platformMethodsRef","setRef","element","Provider","value","displayName","create","border","boxSizing","color","display","font","margin","padding","whiteSpace","wordWrap","maxWidth","overflow","textOverflow","WebkitBoxOrient","userSelect","cursor"],"mappings":"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","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport * as React from 'react';\nimport { forwardRef, useContext, useRef } from 'react';\nimport createElement from '../createElement';\nimport css from '../StyleSheet/css';\nimport pick from '../../modules/pick';\nimport useElementLayout from '../../hooks/useElementLayout';\nimport useMergeRefs from '../../modules/useMergeRefs';\nimport usePlatformMethods from '../../hooks/usePlatformMethods';\nimport useResponderEvents from '../../hooks/useResponderEvents';\nimport StyleSheet from '../StyleSheet';\nimport TextAncestorContext from './TextAncestorContext';\nvar forwardPropsList = {\n accessibilityLabel: true,\n accessibilityLiveRegion: true,\n accessibilityRole: true,\n accessibilityState: true,\n accessibilityValue: true,\n accessible: true,\n children: true,\n classList: true,\n dir: true,\n importantForAccessibility: true,\n lang: true,\n nativeID: true,\n onBlur: true,\n onClick: true,\n onClickCapture: true,\n onContextMenu: true,\n onFocus: true,\n onKeyDown: true,\n onKeyUp: true,\n onTouchCancel: true,\n onTouchCancelCapture: true,\n onTouchEnd: true,\n onTouchEndCapture: true,\n onTouchMove: true,\n onTouchMoveCapture: true,\n onTouchStart: true,\n onTouchStartCapture: true,\n pointerEvents: true,\n ref: true,\n style: true,\n testID: true,\n // unstable\n dataSet: true,\n onMouseDown: true,\n onMouseEnter: true,\n onMouseLeave: true,\n onMouseMove: true,\n onMouseOver: true,\n onMouseOut: true,\n onMouseUp: true,\n onScroll: true,\n onWheel: true,\n href: true,\n rel: true,\n target: true\n};\n\nvar pickProps = function pickProps(props) {\n return pick(props, forwardPropsList);\n};\n\nvar Text = forwardRef(function (props, forwardedRef) {\n var dir = props.dir,\n numberOfLines = props.numberOfLines,\n onClick = props.onClick,\n onLayout = props.onLayout,\n onPress = props.onPress,\n onMoveShouldSetResponder = props.onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture = props.onMoveShouldSetResponderCapture,\n onResponderEnd = props.onResponderEnd,\n onResponderGrant = props.onResponderGrant,\n onResponderMove = props.onResponderMove,\n onResponderReject = props.onResponderReject,\n onResponderRelease = props.onResponderRelease,\n onResponderStart = props.onResponderStart,\n onResponderTerminate = props.onResponderTerminate,\n onResponderTerminationRequest = props.onResponderTerminationRequest,\n onScrollShouldSetResponder = props.onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture = props.onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder = props.onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture = props.onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder = props.onStartShouldSetResponder,\n onStartShouldSetResponderCapture = props.onStartShouldSetResponderCapture,\n selectable = props.selectable;\n var hasTextAncestor = useContext(TextAncestorContext);\n var hostRef = useRef(null);\n var classList = [classes.text, hasTextAncestor === true && classes.textHasAncestor, numberOfLines === 1 && classes.textOneLine, numberOfLines != null && numberOfLines > 1 && classes.textMultiLine];\n var style = [props.style, numberOfLines != null && numberOfLines > 1 && {\n WebkitLineClamp: numberOfLines\n }, selectable === true && styles.selectable, selectable === false && styles.notSelectable, onPress && styles.pressable];\n useElementLayout(hostRef, onLayout);\n useResponderEvents(hostRef, {\n onMoveShouldSetResponder: onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture: onMoveShouldSetResponderCapture,\n onResponderEnd: onResponderEnd,\n onResponderGrant: onResponderGrant,\n onResponderMove: onResponderMove,\n onResponderReject: onResponderReject,\n onResponderRelease: onResponderRelease,\n onResponderStart: onResponderStart,\n onResponderTerminate: onResponderTerminate,\n onResponderTerminationRequest: onResponderTerminationRequest,\n onScrollShouldSetResponder: onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture: onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder: onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture: onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder: onStartShouldSetResponder,\n onStartShouldSetResponderCapture: onStartShouldSetResponderCapture\n });\n\n function handleClick(e) {\n if (onClick != null) {\n onClick(e);\n }\n\n if (onClick == null && onPress != null) {\n e.stopPropagation();\n onPress(e);\n }\n }\n\n var component = hasTextAncestor ? 'span' : 'div';\n var supportedProps = pickProps(props);\n supportedProps.classList = classList;\n supportedProps.dir = dir; // 'auto' by default allows browsers to infer writing direction (root elements only)\n\n if (!hasTextAncestor) {\n supportedProps.dir = dir != null ? dir : 'auto';\n }\n\n supportedProps.onClick = handleClick;\n supportedProps.style = style;\n var platformMethodsRef = usePlatformMethods(supportedProps);\n var setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef);\n supportedProps.ref = setRef;\n var element = createElement(component, supportedProps);\n return hasTextAncestor ? element : React.createElement(TextAncestorContext.Provider, {\n value: true\n }, element);\n});\nText.displayName = 'Text';\nvar classes = css.create({\n text: {\n border: '0 solid black',\n boxSizing: 'border-box',\n color: 'black',\n display: 'inline',\n font: '14px System',\n margin: 0,\n padding: 0,\n whiteSpace: 'pre-wrap',\n wordWrap: 'break-word'\n },\n textHasAncestor: {\n color: 'inherit',\n font: 'inherit',\n whiteSpace: 'inherit'\n },\n textOneLine: {\n maxWidth: '100%',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap'\n },\n // See #13\n textMultiLine: {\n display: '-webkit-box',\n maxWidth: '100%',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n WebkitBoxOrient: 'vertical'\n }\n});\nvar styles = StyleSheet.create({\n notSelectable: {\n userSelect: 'none'\n },\n selectable: {\n userSelect: 'text'\n },\n pressable: {\n cursor: 'pointer'\n }\n});\nexport default Text;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8d06501d3b127619583bc480630ad389.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { processColor } from \"./Colors\";\nimport { makeShareable, isConfigured } from \"./core\";\nimport Platform from \"react-native-web/dist/exports/Platform\";\nimport { _updatePropsJS } from \"./js-reanimated\";\nvar colorProps = ['backgroundColor', 'borderBottomColor', 'borderColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor', 'borderStartColor', 'borderEndColor', 'color', 'shadowColor', 'textDecorationColor', 'tintColor', 'textShadowColor', 'overlayColor'];\nvar ColorProperties = !isConfigured() ? [] : makeShareable(colorProps);\nexport var updateProps = function () {\n var _f = function _f(viewDescriptor, updates, maybeViewRef, adapters) {\n var viewName = viewDescriptor.value.name || 'RCTView';\n\n if (adapters) {\n adapters.forEach(function (adapter) {\n adapter(updates);\n });\n }\n\n if (Platform.OS !== 'web') {\n Object.keys(updates).forEach(function (key) {\n if (ColorProperties.indexOf(key) !== -1) {\n updates[key] = processColor(updates[key]);\n }\n });\n }\n\n var updatePropsInternal = typeof _updateProps === 'undefined' ? _updatePropsJS : _updateProps;\n updatePropsInternal(viewDescriptor.value.tag, viewName, updates, maybeViewRef);\n };\n\n _f._closure = {\n Platform: {\n OS: Platform.OS\n },\n ColorProperties: ColorProperties,\n processColor: processColor,\n _updatePropsJS: _updatePropsJS\n };\n _f.asString = \"function _f(viewDescriptor,updates,maybeViewRef,adapters){const{Platform,ColorProperties,processColor,_updatePropsJS}=jsThis._closure;{var viewName=viewDescriptor.value.name||'RCTView';if(adapters){adapters.forEach(function(adapter){adapter(updates);});}if(Platform.OS!=='web'){Object.keys(updates).forEach(function(key){if(ColorProperties.indexOf(key)!==-1){updates[key]=processColor(updates[key]);}});}var updatePropsInternal=typeof _updateProps==='undefined'?_updatePropsJS:_updateProps;updatePropsInternal(viewDescriptor.value.tag,viewName,updates,maybeViewRef);}}\";\n _f.__workletHash = 8129673021160;\n _f.__location = \"/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/UpdateProps.js (26:27)\";\n\n global.__reanimatedWorkletInit(_f);\n\n return _f;\n}();\nexport var updatePropsJestWrapper = function updatePropsJestWrapper(viewDescriptor, updates, maybeViewRef, adapters, animatedStyle) {\n animatedStyle.current.value = Object.assign(Object.assign({}, animatedStyle.current.value), updates);\n updateProps(viewDescriptor, updates, maybeViewRef, adapters);\n};\nexport default updateProps;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/UpdateProps.js"],"names":["processColor","makeShareable","isConfigured","_updatePropsJS","colorProps","ColorProperties","updateProps","viewDescriptor","updates","maybeViewRef","adapters","viewName","value","name","forEach","adapter","Platform","OS","Object","keys","key","indexOf","updatePropsInternal","_updateProps","tag","updatePropsJestWrapper","animatedStyle","current","assign"],"mappings":"AAGA,SAASA,YAAT;AACA,SAASC,aAAT,EAAwBC,YAAxB;;AAEA,SAASC,cAAT;AAEA,IAAMC,UAAU,GAAG,CACf,iBADe,EAEf,mBAFe,EAGf,aAHe,EAIf,iBAJe,EAKf,kBALe,EAMf,gBANe,EAOf,kBAPe,EAQf,gBARe,EASf,OATe,EAUf,aAVe,EAWf,qBAXe,EAYf,WAZe,EAaf,iBAbe,EAcf,cAde,CAAnB;AAgBA,IAAMC,eAAe,GAAG,CAACH,YAAY,EAAb,GAAkB,EAAlB,GAAuBD,aAAa,CAACG,UAAD,CAA5D;AACA,OAAO,IAAME,WAAW;AAAA,uBAAIC,cAAJ,EAAoBC,OAApB,EAA6BC,YAA7B,EAA2CC,QAA3C,EAAwD;AAE5E,QAAMC,QAAQ,GAAGJ,cAAc,CAACK,KAAf,CAAqBC,IAArB,IAA6B,SAA9C;;AACA,QAAIH,QAAJ,EAAc;AACVA,MAAAA,QAAQ,CAACI,OAAT,CAAiB,UAACC,OAAD,EAAa;AAC1BA,QAAAA,OAAO,CAACP,OAAD,CAAP;AACH,OAFD;AAGH;;AACD,QAAIQ,QAAQ,CAACC,EAAT,KAAgB,KAApB,EAA2B;AACvBC,MAAAA,MAAM,CAACC,IAAP,CAAYX,OAAZ,EAAqBM,OAArB,CAA6B,UAACM,GAAD,EAAS;AAClC,YAAIf,eAAe,CAACgB,OAAhB,CAAwBD,GAAxB,MAAiC,CAAC,CAAtC,EAAyC;AACrCZ,UAAAA,OAAO,CAACY,GAAD,CAAP,GAAepB,YAAY,CAACQ,OAAO,CAACY,GAAD,CAAR,CAA3B;AACH;AACJ,OAJD;AAKH;;AACD,QAAME,mBAAmB,GAAG,OAAOC,YAAP,KAAwB,WAAxB,GAAsCpB,cAAtC,GAAuDoB,YAAnF;AACAD,IAAAA,mBAAmB,CAACf,cAAc,CAACK,KAAf,CAAqBY,GAAtB,EAA2Bb,QAA3B,EAAqCH,OAArC,EAA8CC,YAA9C,CAAnB;AACH,GAjBuB;;AAAA;AAAA;AAAA,UAblBO,QAAQ,CAACC;AAaS;AAAA,qBAXdZ,eAWc;AAAA,kBAVDL,YAUC;AAAA,oBAL0CG;AAK1C;AAAA;AAAA;AAAA;;AAAA;;AAAA;AAAA,GAAjB;AAkBP,OAAO,IAAMsB,sBAAsB,GAAG,SAAzBA,sBAAyB,CAAClB,cAAD,EAAiBC,OAAjB,EAA0BC,YAA1B,EAAwCC,QAAxC,EAAkDgB,aAAlD,EAAoE;AACtGA,EAAAA,aAAa,CAACC,OAAd,CAAsBf,KAAtB,GAA8BM,MAAM,CAACU,MAAP,CAAcV,MAAM,CAACU,MAAP,CAAc,EAAd,EAAkBF,aAAa,CAACC,OAAd,CAAsBf,KAAxC,CAAd,EAA8DJ,OAA9D,CAA9B;AACAF,EAAAA,WAAW,CAACC,cAAD,EAAiBC,OAAjB,EAA0BC,YAA1B,EAAwCC,QAAxC,CAAX;AACH,CAHM;AAIP,eAAeJ,WAAf","sourcesContent":["/* global _updateProps */\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\nimport { processColor } from './Colors';\nimport { makeShareable, isConfigured } from './core';\nimport { Platform } from 'react-native';\nimport { _updatePropsJS } from './js-reanimated';\n// copied from react-native/Libraries/Components/View/ReactNativeStyleAttributes\nconst colorProps = [\n 'backgroundColor',\n 'borderBottomColor',\n 'borderColor',\n 'borderLeftColor',\n 'borderRightColor',\n 'borderTopColor',\n 'borderStartColor',\n 'borderEndColor',\n 'color',\n 'shadowColor',\n 'textDecorationColor',\n 'tintColor',\n 'textShadowColor',\n 'overlayColor',\n];\nconst ColorProperties = !isConfigured() ? [] : makeShareable(colorProps);\nexport const updateProps = (viewDescriptor, updates, maybeViewRef, adapters) => {\n 'worklet';\n const viewName = viewDescriptor.value.name || 'RCTView';\n if (adapters) {\n adapters.forEach((adapter) => {\n adapter(updates);\n });\n }\n if (Platform.OS !== 'web') {\n Object.keys(updates).forEach((key) => {\n if (ColorProperties.indexOf(key) !== -1) {\n updates[key] = processColor(updates[key]);\n }\n });\n }\n const updatePropsInternal = typeof _updateProps === 'undefined' ? _updatePropsJS : _updateProps;\n updatePropsInternal(viewDescriptor.value.tag, viewName, updates, maybeViewRef);\n};\nexport const updatePropsJestWrapper = (viewDescriptor, updates, maybeViewRef, adapters, animatedStyle) => {\n animatedStyle.current.value = Object.assign(Object.assign({}, animatedStyle.current.value), updates);\n updateProps(viewDescriptor, updates, maybeViewRef, adapters);\n};\nexport default updateProps;\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8d60a937161579013d137028e30e0922.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import getBoundingClientRect from \"../../modules/getBoundingClientRect\";\nimport ResponderTouchHistoryStore from \"./ResponderTouchHistoryStore\";\n\nvar emptyFunction = function emptyFunction() {};\n\nvar emptyObject = {};\nvar emptyArray = [];\n\nfunction normalizeIdentifier(identifier) {\n return identifier > 20 ? identifier % 20 : identifier;\n}\n\nexport default function createResponderEvent(domEvent) {\n var rect;\n var propagationWasStopped = false;\n var changedTouches;\n var touches;\n var domEventChangedTouches = domEvent.changedTouches;\n var domEventType = domEvent.type;\n var metaKey = domEvent.metaKey === true;\n var shiftKey = domEvent.shiftKey === true;\n var force = domEventChangedTouches && domEventChangedTouches[0].force || 0;\n var identifier = normalizeIdentifier(domEventChangedTouches && domEventChangedTouches[0].identifier || 0);\n var clientX = domEventChangedTouches && domEventChangedTouches[0].clientX || domEvent.clientX;\n var clientY = domEventChangedTouches && domEventChangedTouches[0].clientY || domEvent.clientY;\n var pageX = domEventChangedTouches && domEventChangedTouches[0].pageX || domEvent.pageX;\n var pageY = domEventChangedTouches && domEventChangedTouches[0].pageY || domEvent.pageY;\n var preventDefault = typeof domEvent.preventDefault === 'function' ? domEvent.preventDefault.bind(domEvent) : emptyFunction;\n var timestamp = domEvent.timeStamp;\n\n function normalizeTouches(touches) {\n return Array.prototype.slice.call(touches).map(function (touch) {\n return {\n force: touch.force,\n identifier: normalizeIdentifier(touch.identifier),\n\n get locationX() {\n return locationX(touch.clientX);\n },\n\n get locationY() {\n return locationY(touch.clientY);\n },\n\n pageX: touch.pageX,\n pageY: touch.pageY,\n target: touch.target,\n timestamp: timestamp\n };\n });\n }\n\n if (domEventChangedTouches != null) {\n changedTouches = normalizeTouches(domEventChangedTouches);\n touches = normalizeTouches(domEvent.touches);\n } else {\n var emulatedTouches = [{\n force: force,\n identifier: identifier,\n\n get locationX() {\n return locationX(clientX);\n },\n\n get locationY() {\n return locationY(clientY);\n },\n\n pageX: pageX,\n pageY: pageY,\n target: domEvent.target,\n timestamp: timestamp\n }];\n changedTouches = emulatedTouches;\n touches = domEventType === 'mouseup' || domEventType === 'dragstart' ? emptyArray : emulatedTouches;\n }\n\n var responderEvent = {\n bubbles: true,\n cancelable: true,\n currentTarget: null,\n defaultPrevented: domEvent.defaultPrevented,\n dispatchConfig: emptyObject,\n eventPhase: domEvent.eventPhase,\n isDefaultPrevented: function isDefaultPrevented() {\n return domEvent.defaultPrevented;\n },\n isPropagationStopped: function isPropagationStopped() {\n return propagationWasStopped;\n },\n isTrusted: domEvent.isTrusted,\n nativeEvent: {\n altKey: false,\n ctrlKey: false,\n metaKey: metaKey,\n shiftKey: shiftKey,\n changedTouches: changedTouches,\n force: force,\n identifier: identifier,\n\n get locationX() {\n return locationX(clientX);\n },\n\n get locationY() {\n return locationY(clientY);\n },\n\n pageX: pageX,\n pageY: pageY,\n target: domEvent.target,\n timestamp: timestamp,\n touches: touches,\n type: domEventType\n },\n persist: emptyFunction,\n preventDefault: preventDefault,\n stopPropagation: function stopPropagation() {\n propagationWasStopped = true;\n },\n target: domEvent.target,\n timeStamp: timestamp,\n touchHistory: ResponderTouchHistoryStore.touchHistory\n };\n\n function locationX(x) {\n rect = rect || getBoundingClientRect(responderEvent.currentTarget);\n\n if (rect) {\n return x - rect.left;\n }\n }\n\n function locationY(y) {\n rect = rect || getBoundingClientRect(responderEvent.currentTarget);\n\n if (rect) {\n return y - rect.top;\n }\n }\n\n return responderEvent;\n}","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/hooks/useResponderEvents/createResponderEvent.js"],"names":["getBoundingClientRect","ResponderTouchHistoryStore","emptyFunction","emptyObject","emptyArray","normalizeIdentifier","identifier","createResponderEvent","domEvent","rect","propagationWasStopped","changedTouches","touches","domEventChangedTouches","domEventType","type","metaKey","shiftKey","force","clientX","clientY","pageX","pageY","preventDefault","bind","timestamp","timeStamp","normalizeTouches","Array","prototype","slice","call","map","touch","locationX","locationY","target","emulatedTouches","responderEvent","bubbles","cancelable","currentTarget","defaultPrevented","dispatchConfig","eventPhase","isDefaultPrevented","isPropagationStopped","isTrusted","nativeEvent","altKey","ctrlKey","persist","stopPropagation","touchHistory","x","left","y","top"],"mappings":"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","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport getBoundingClientRect from '../../modules/getBoundingClientRect';\nimport ResponderTouchHistoryStore from './ResponderTouchHistoryStore';\n\nvar emptyFunction = function emptyFunction() {};\n\nvar emptyObject = {};\nvar emptyArray = [];\n/**\n * Safari produces very large identifiers that would cause the `touchBank` array\n * length to be so large as to crash the browser, if not normalized like this.\n * In the future the `touchBank` should use an object/map instead.\n */\n\nfunction normalizeIdentifier(identifier) {\n return identifier > 20 ? identifier % 20 : identifier;\n}\n/**\n * Converts a native DOM event to a ResponderEvent.\n * Mouse events are transformed into fake touch events.\n */\n\n\nexport default function createResponderEvent(domEvent) {\n var rect;\n var propagationWasStopped = false;\n var changedTouches;\n var touches;\n var domEventChangedTouches = domEvent.changedTouches;\n var domEventType = domEvent.type;\n var metaKey = domEvent.metaKey === true;\n var shiftKey = domEvent.shiftKey === true;\n var force = domEventChangedTouches && domEventChangedTouches[0].force || 0;\n var identifier = normalizeIdentifier(domEventChangedTouches && domEventChangedTouches[0].identifier || 0);\n var clientX = domEventChangedTouches && domEventChangedTouches[0].clientX || domEvent.clientX;\n var clientY = domEventChangedTouches && domEventChangedTouches[0].clientY || domEvent.clientY;\n var pageX = domEventChangedTouches && domEventChangedTouches[0].pageX || domEvent.pageX;\n var pageY = domEventChangedTouches && domEventChangedTouches[0].pageY || domEvent.pageY;\n var preventDefault = typeof domEvent.preventDefault === 'function' ? domEvent.preventDefault.bind(domEvent) : emptyFunction;\n var timestamp = domEvent.timeStamp;\n\n function normalizeTouches(touches) {\n return Array.prototype.slice.call(touches).map(function (touch) {\n return {\n force: touch.force,\n identifier: normalizeIdentifier(touch.identifier),\n\n get locationX() {\n return locationX(touch.clientX);\n },\n\n get locationY() {\n return locationY(touch.clientY);\n },\n\n pageX: touch.pageX,\n pageY: touch.pageY,\n target: touch.target,\n timestamp: timestamp\n };\n });\n }\n\n if (domEventChangedTouches != null) {\n changedTouches = normalizeTouches(domEventChangedTouches);\n touches = normalizeTouches(domEvent.touches);\n } else {\n var emulatedTouches = [{\n force: force,\n identifier: identifier,\n\n get locationX() {\n return locationX(clientX);\n },\n\n get locationY() {\n return locationY(clientY);\n },\n\n pageX: pageX,\n pageY: pageY,\n target: domEvent.target,\n timestamp: timestamp\n }];\n changedTouches = emulatedTouches;\n touches = domEventType === 'mouseup' || domEventType === 'dragstart' ? emptyArray : emulatedTouches;\n }\n\n var responderEvent = {\n bubbles: true,\n cancelable: true,\n // `currentTarget` is set before dispatch\n currentTarget: null,\n defaultPrevented: domEvent.defaultPrevented,\n dispatchConfig: emptyObject,\n eventPhase: domEvent.eventPhase,\n isDefaultPrevented: function isDefaultPrevented() {\n return domEvent.defaultPrevented;\n },\n isPropagationStopped: function isPropagationStopped() {\n return propagationWasStopped;\n },\n isTrusted: domEvent.isTrusted,\n nativeEvent: {\n altKey: false,\n ctrlKey: false,\n metaKey: metaKey,\n shiftKey: shiftKey,\n changedTouches: changedTouches,\n force: force,\n identifier: identifier,\n\n get locationX() {\n return locationX(clientX);\n },\n\n get locationY() {\n return locationY(clientY);\n },\n\n pageX: pageX,\n pageY: pageY,\n target: domEvent.target,\n timestamp: timestamp,\n touches: touches,\n type: domEventType\n },\n persist: emptyFunction,\n preventDefault: preventDefault,\n stopPropagation: function stopPropagation() {\n propagationWasStopped = true;\n },\n target: domEvent.target,\n timeStamp: timestamp,\n touchHistory: ResponderTouchHistoryStore.touchHistory\n }; // Using getters and functions serves two purposes:\n // 1) The value of `currentTarget` is not initially available.\n // 2) Measuring the clientRect may cause layout jank and should only be done on-demand.\n\n function locationX(x) {\n rect = rect || getBoundingClientRect(responderEvent.currentTarget);\n\n if (rect) {\n return x - rect.left;\n }\n }\n\n function locationY(y) {\n rect = rect || getBoundingClientRect(responderEvent.currentTarget);\n\n if (rect) {\n return y - rect.top;\n }\n }\n\n return responderEvent;\n}"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8d9e770602734e0d230feafb37171ca8.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { findDOMNode } from 'react-dom';\nimport getNativeNode from \"./getNode.native\";\n\nfunction getNode(ref) {\n try {\n var node = getNativeNode(ref);\n if (node) node = findDOMNode(node);\n return node;\n } catch (error) {\n console.error(\"Couldn't find node\", error, {\n ref: ref\n });\n return null;\n }\n}\n\nexport default getNode;","map":{"version":3,"sources":["../src/getNode.ts"],"names":[],"mappings":"AACA,SAAS,WAAT,QAA4B,WAA5B;AAEA,OAAO,aAAP;;AAEA,SAAS,OAAT,CAAiB,GAAjB,EAAoB;AAClB,MAAI;AACF,QAAI,IAAI,GAAG,aAAa,CAAC,GAAD,CAAxB;AACA,QAAI,IAAJ,EAAU,IAAI,GAAG,WAAW,CAAC,IAAD,CAAlB;AACV,WAAO,IAAP;AACD,GAJD,CAIE,OAAO,KAAP,EAAc;AACd,IAAA,OAAO,CAAC,KAAR,uBAAoC,KAApC,EAA2C;AAAE,MAAA,GAAG,EAAH;AAAF,KAA3C;AACA,WAAO,IAAP;AACD;AACF;;AAED,eAAe,OAAf","sourcesContent":["// @ts-ignore\nimport { findDOMNode } from 'react-dom';\n\nimport getNativeNode from './getNode.native';\n\nfunction getNode(ref) {\n try {\n let node = getNativeNode(ref);\n if (node) node = findDOMNode(node);\n return node;\n } catch (error) {\n console.error(`Couldn't find node`, error, { ref });\n return null;\n }\n}\n\nexport default getNode;\n"],"sourceRoot":""},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8dbfb280c88ee5948b0a3cc84074bd43.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}\n\nimport * as React from 'react';\nimport RNDrawerLayoutAndroid from \"react-native-web/dist/exports/DrawerLayoutAndroid\";\nimport RNFlatList from \"react-native-web/dist/exports/FlatList\";\nimport RNSwitch from \"react-native-web/dist/exports/Switch\";\nimport RNTextInput from \"react-native-web/dist/exports/TextInput\";\nimport RNScrollView from \"react-native-web/dist/exports/ScrollView\";\nimport createNativeWrapper from \"../handlers/createNativeWrapper\";\nexport var ScrollView = createNativeWrapper(RNScrollView, {\n disallowInterruption: true\n});\nexport var Switch = createNativeWrapper(RNSwitch, {\n shouldCancelWhenOutside: false,\n shouldActivateOnStart: true,\n disallowInterruption: true\n});\nexport var TextInput = createNativeWrapper(RNTextInput);\nexport var DrawerLayoutAndroid = createNativeWrapper(RNDrawerLayoutAndroid, {\n disallowInterruption: true\n});\nDrawerLayoutAndroid.positions = RNDrawerLayoutAndroid.positions;\nexport var FlatList = React.forwardRef(function (props, ref) {\n return React.createElement(RNFlatList, _extends({\n ref: ref\n }, props, {\n renderScrollComponent: function renderScrollComponent(scrollProps) {\n return React.createElement(ScrollView, scrollProps);\n }\n }));\n});","map":{"version":3,"sources":["GestureComponents.web.tsx"],"names":["ScrollView","createNativeWrapper","disallowInterruption","Switch","shouldCancelWhenOutside","shouldActivateOnStart","TextInput","DrawerLayoutAndroid","RNDrawerLayoutAndroid","FlatList","ref","scrollProps"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAP,KAAA,MAAA,OAAA;;;;;;AAUA,OAAA,mBAAA;AAEA,OAAO,IAAMA,UAAU,GAAGC,mBAAmB,CAAA,YAAA,EAAe;AAC1DC,EAAAA,oBAAoB,EAAE;AADoC,CAAf,CAAtC;AAIP,OAAO,IAAMC,MAAM,GAAGF,mBAAmB,CAAA,QAAA,EAAW;AAClDG,EAAAA,uBAAuB,EAD2B,KAAA;AAElDC,EAAAA,qBAAqB,EAF6B,IAAA;AAGlDH,EAAAA,oBAAoB,EAAE;AAH4B,CAAX,CAAlC;AAKP,OAAO,IAAMI,SAAS,GAAGL,mBAAmB,CAArC,WAAqC,CAArC;AACP,OAAO,IAAMM,mBAAmB,GAAGN,mBAAmB,CAAA,qBAAA,EAAwB;AAC5EC,EAAAA,oBAAoB,EAAE;AADsD,CAAxB,CAA/C;AAIPK,mBAAmB,CAAnBA,SAAAA,GAAgCC,qBAAqB,CAArDD,SAAAA;AAEA,OAAO,IAAME,QAAQ,GAAG,KAAK,CAAL,UAAA,CACtB,UAAA,KAAA,EAAA,GAAA;AAAA,SACE,KAAA,CAAA,aAAA,CAAA,UAAA,EAAA,QAAA,CAAA;AACE,IAAA,GAAG,EAAEC;AADP,GAAA,EAAA,KAAA,EAAA;AAGE,IAAA,qBAAqB,EAAGC,+BAAAA,WAAD;AAAA,aAAiB,KAAA,CAAA,aAAA,CAAA,UAAA,EAAA,WAAA,CAAjB;AAAA;AAHzB,GAAA,CAAA,CADF;AAAA,CADsB,CAAjB","sourcesContent":["import * as React from 'react';\nimport {\n DrawerLayoutAndroid as RNDrawerLayoutAndroid,\n FlatList as RNFlatList,\n Switch as RNSwitch,\n TextInput as RNTextInput,\n ScrollView as RNScrollView,\n FlatListProps,\n} from 'react-native';\n\nimport createNativeWrapper from '../handlers/createNativeWrapper';\n\nexport const ScrollView = createNativeWrapper(RNScrollView, {\n disallowInterruption: true,\n});\n\nexport const Switch = createNativeWrapper(RNSwitch, {\n shouldCancelWhenOutside: false,\n shouldActivateOnStart: true,\n disallowInterruption: true,\n});\nexport const TextInput = createNativeWrapper(RNTextInput);\nexport const DrawerLayoutAndroid = createNativeWrapper(RNDrawerLayoutAndroid, {\n disallowInterruption: true,\n});\n// @ts-ignore -- TODO(TS) to investigate if it's needed\nDrawerLayoutAndroid.positions = RNDrawerLayoutAndroid.positions;\n\nexport const FlatList = React.forwardRef(\n <ItemT extends any>(props: FlatListProps<ItemT>, ref: any) => (\n <RNFlatList\n ref={ref}\n {...props}\n renderScrollComponent={(scrollProps) => <ScrollView {...scrollProps} />}\n />\n )\n);\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8df99953a7fe26875c55c9bc1e71ca29.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"'use strict';\n\nfunction _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}\n\nimport AnimatedValue from \"../nodes/AnimatedValue\";\nimport AnimatedValueXY from \"../nodes/AnimatedValueXY\";\nimport Animation from \"./Animation\";\nimport Easing from \"../Easing\";\nimport { shouldUseNativeDriver } from \"../NativeAnimatedHelper\";\n\nvar _easeInOut;\n\nfunction easeInOut() {\n if (!_easeInOut) {\n _easeInOut = Easing.inOut(Easing.ease);\n }\n\n return _easeInOut;\n}\n\nvar TimingAnimation = function (_Animation) {\n _inheritsLoose(TimingAnimation, _Animation);\n\n function TimingAnimation(config) {\n var _config$easing, _config$duration, _config$delay, _config$iterations, _config$isInteraction;\n\n var _this;\n\n _this = _Animation.call(this) || this;\n _this._toValue = config.toValue;\n _this._easing = (_config$easing = config.easing) !== null && _config$easing !== void 0 ? _config$easing : easeInOut();\n _this._duration = (_config$duration = config.duration) !== null && _config$duration !== void 0 ? _config$duration : 500;\n _this._delay = (_config$delay = config.delay) !== null && _config$delay !== void 0 ? _config$delay : 0;\n _this.__iterations = (_config$iterations = config.iterations) !== null && _config$iterations !== void 0 ? _config$iterations : 1;\n _this._useNativeDriver = shouldUseNativeDriver(config);\n _this.__isInteraction = (_config$isInteraction = config.isInteraction) !== null && _config$isInteraction !== void 0 ? _config$isInteraction : !_this._useNativeDriver;\n return _this;\n }\n\n var _proto = TimingAnimation.prototype;\n\n _proto.__getNativeAnimationConfig = function __getNativeAnimationConfig() {\n var frameDuration = 1000.0 / 60.0;\n var frames = [];\n\n for (var dt = 0.0; dt < this._duration; dt += frameDuration) {\n frames.push(this._easing(dt / this._duration));\n }\n\n frames.push(this._easing(1));\n return {\n type: 'frames',\n frames: frames,\n toValue: this._toValue,\n iterations: this.__iterations\n };\n };\n\n _proto.start = function start(fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {\n var _this2 = this;\n\n this.__active = true;\n this._fromValue = fromValue;\n this._onUpdate = onUpdate;\n this.__onEnd = onEnd;\n\n var start = function start() {\n if (_this2._duration === 0 && !_this2._useNativeDriver) {\n _this2._onUpdate(_this2._toValue);\n\n _this2.__debouncedOnEnd({\n finished: true\n });\n } else {\n _this2._startTime = Date.now();\n\n if (_this2._useNativeDriver) {\n _this2.__startNativeAnimation(animatedValue);\n } else {\n _this2._animationFrame = requestAnimationFrame(_this2.onUpdate.bind(_this2));\n }\n }\n };\n\n if (this._delay) {\n this._timeout = setTimeout(start, this._delay);\n } else {\n start();\n }\n };\n\n _proto.onUpdate = function onUpdate() {\n var now = Date.now();\n\n if (now >= this._startTime + this._duration) {\n if (this._duration === 0) {\n this._onUpdate(this._toValue);\n } else {\n this._onUpdate(this._fromValue + this._easing(1) * (this._toValue - this._fromValue));\n }\n\n this.__debouncedOnEnd({\n finished: true\n });\n\n return;\n }\n\n this._onUpdate(this._fromValue + this._easing((now - this._startTime) / this._duration) * (this._toValue - this._fromValue));\n\n if (this.__active) {\n this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));\n }\n };\n\n _proto.stop = function stop() {\n _Animation.prototype.stop.call(this);\n\n this.__active = false;\n clearTimeout(this._timeout);\n global.cancelAnimationFrame(this._animationFrame);\n\n this.__debouncedOnEnd({\n finished: false\n });\n };\n\n return TimingAnimation;\n}(Animation);\n\nexport default TimingAnimation;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/vendor/react-native/Animated/animations/TimingAnimation.js"],"names":["_inheritsLoose","subClass","superClass","prototype","Object","create","constructor","__proto__","AnimatedValue","AnimatedValueXY","Animation","Easing","shouldUseNativeDriver","_easeInOut","easeInOut","inOut","ease","TimingAnimation","_Animation","config","_config$easing","_config$duration","_config$delay","_config$iterations","_config$isInteraction","_this","call","_toValue","toValue","_easing","easing","_duration","duration","_delay","delay","__iterations","iterations","_useNativeDriver","__isInteraction","isInteraction","_proto","__getNativeAnimationConfig","frameDuration","frames","dt","push","type","start","fromValue","onUpdate","onEnd","previousAnimation","animatedValue","_this2","__active","_fromValue","_onUpdate","__onEnd","__debouncedOnEnd","finished","_startTime","Date","now","__startNativeAnimation","_animationFrame","requestAnimationFrame","bind","_timeout","setTimeout","stop","clearTimeout","global","cancelAnimationFrame"],"mappings":"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","sourcesContent":["/**\n * Copyright (c) 2015-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n * @format\n */\n'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nimport AnimatedValue from '../nodes/AnimatedValue';\nimport AnimatedValueXY from '../nodes/AnimatedValueXY';\nimport Animation from './Animation';\nimport Easing from '../Easing';\nimport { shouldUseNativeDriver } from '../NativeAnimatedHelper';\n\nvar _easeInOut;\n\nfunction easeInOut() {\n if (!_easeInOut) {\n _easeInOut = Easing.inOut(Easing.ease);\n }\n\n return _easeInOut;\n}\n\nvar TimingAnimation =\n/*#__PURE__*/\nfunction (_Animation) {\n _inheritsLoose(TimingAnimation, _Animation);\n\n function TimingAnimation(config) {\n var _config$easing, _config$duration, _config$delay, _config$iterations, _config$isInteraction;\n\n var _this;\n\n _this = _Animation.call(this) || this;\n _this._toValue = config.toValue;\n _this._easing = (_config$easing = config.easing) !== null && _config$easing !== void 0 ? _config$easing : easeInOut();\n _this._duration = (_config$duration = config.duration) !== null && _config$duration !== void 0 ? _config$duration : 500;\n _this._delay = (_config$delay = config.delay) !== null && _config$delay !== void 0 ? _config$delay : 0;\n _this.__iterations = (_config$iterations = config.iterations) !== null && _config$iterations !== void 0 ? _config$iterations : 1;\n _this._useNativeDriver = shouldUseNativeDriver(config);\n _this.__isInteraction = (_config$isInteraction = config.isInteraction) !== null && _config$isInteraction !== void 0 ? _config$isInteraction : !_this._useNativeDriver;\n return _this;\n }\n\n var _proto = TimingAnimation.prototype;\n\n _proto.__getNativeAnimationConfig = function __getNativeAnimationConfig() {\n var frameDuration = 1000.0 / 60.0;\n var frames = [];\n\n for (var dt = 0.0; dt < this._duration; dt += frameDuration) {\n frames.push(this._easing(dt / this._duration));\n }\n\n frames.push(this._easing(1));\n return {\n type: 'frames',\n frames: frames,\n toValue: this._toValue,\n iterations: this.__iterations\n };\n };\n\n _proto.start = function start(fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {\n var _this2 = this;\n\n this.__active = true;\n this._fromValue = fromValue;\n this._onUpdate = onUpdate;\n this.__onEnd = onEnd;\n\n var start = function start() {\n // Animations that sometimes have 0 duration and sometimes do not\n // still need to use the native driver when duration is 0 so as to\n // not cause intermixed JS and native animations.\n if (_this2._duration === 0 && !_this2._useNativeDriver) {\n _this2._onUpdate(_this2._toValue);\n\n _this2.__debouncedOnEnd({\n finished: true\n });\n } else {\n _this2._startTime = Date.now();\n\n if (_this2._useNativeDriver) {\n _this2.__startNativeAnimation(animatedValue);\n } else {\n _this2._animationFrame = requestAnimationFrame(_this2.onUpdate.bind(_this2));\n }\n }\n };\n\n if (this._delay) {\n this._timeout = setTimeout(start, this._delay);\n } else {\n start();\n }\n };\n\n _proto.onUpdate = function onUpdate() {\n var now = Date.now();\n\n if (now >= this._startTime + this._duration) {\n if (this._duration === 0) {\n this._onUpdate(this._toValue);\n } else {\n this._onUpdate(this._fromValue + this._easing(1) * (this._toValue - this._fromValue));\n }\n\n this.__debouncedOnEnd({\n finished: true\n });\n\n return;\n }\n\n this._onUpdate(this._fromValue + this._easing((now - this._startTime) / this._duration) * (this._toValue - this._fromValue));\n\n if (this.__active) {\n this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));\n }\n };\n\n _proto.stop = function stop() {\n _Animation.prototype.stop.call(this);\n\n this.__active = false;\n clearTimeout(this._timeout);\n global.cancelAnimationFrame(this._animationFrame);\n\n this.__debouncedOnEnd({\n finished: false\n });\n };\n\n return TimingAnimation;\n}(Animation);\n\nexport default TimingAnimation;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8e29eb23e29046c8b921236d322c844d.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';\nimport StyleSheet from \"./StyleSheet\";\n\nif (canUseDOM && window.__REACT_DEVTOOLS_GLOBAL_HOOK__) {\n window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle = StyleSheet.flatten;\n}\n\nexport default StyleSheet;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/StyleSheet/index.js"],"names":["canUseDOM","StyleSheet","window","__REACT_DEVTOOLS_GLOBAL_HOOK__","resolveRNStyle","flatten"],"mappings":"AAQA,SAASA,SAAT,QAA0B,+BAA1B;AACA,OAAOC,UAAP;;AAEA,IAAID,SAAS,IAAIE,MAAM,CAACC,8BAAxB,EAAwD;AACtDD,EAAAA,MAAM,CAACC,8BAAP,CAAsCC,cAAtC,GAAuDH,UAAU,CAACI,OAAlE;AACD;;AAED,eAAeJ,UAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';\nimport StyleSheet from './StyleSheet'; // allow original component styles to be inspected in React Dev Tools\n\nif (canUseDOM && window.__REACT_DEVTOOLS_GLOBAL_HOOK__) {\n window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle = StyleSheet.flatten;\n}\n\nexport default StyleSheet;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/8e7ea386f4f497f8c5e0a4a9b80b093a.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"export var BLUR = 'blur';\nexport var CONTEXT_MENU = 'contextmenu';\nexport var FOCUS_OUT = 'focusout';\nexport var MOUSE_DOWN = 'mousedown';\nexport var MOUSE_MOVE = 'mousemove';\nexport var MOUSE_UP = 'mouseup';\nexport var MOUSE_CANCEL = 'dragstart';\nexport var TOUCH_START = 'touchstart';\nexport var TOUCH_MOVE = 'touchmove';\nexport var TOUCH_END = 'touchend';\nexport var TOUCH_CANCEL = 'touchcancel';\nexport var SCROLL = 'scroll';\nexport var SELECT = 'select';\nexport var SELECTION_CHANGE = 'selectionchange';\nexport function isStartish(eventType) {\n return eventType === TOUCH_START || eventType === MOUSE_DOWN;\n}\nexport function isMoveish(eventType) {\n return eventType === TOUCH_MOVE || eventType === MOUSE_MOVE;\n}\nexport function isEndish(eventType) {\n return eventType === TOUCH_END || eventType === MOUSE_UP || isCancelish(eventType);\n}\nexport function isCancelish(eventType) {\n return eventType === TOUCH_CANCEL || eventType === MOUSE_CANCEL;\n}\nexport function isScroll(eventType) {\n return eventType === SCROLL;\n}\nexport function isSelectionChange(eventType) {\n return eventType === SELECT || eventType === SELECTION_CHANGE;\n}","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/hooks/useResponderEvents/ResponderEventTypes.js"],"names":["BLUR","CONTEXT_MENU","FOCUS_OUT","MOUSE_DOWN","MOUSE_MOVE","MOUSE_UP","MOUSE_CANCEL","TOUCH_START","TOUCH_MOVE","TOUCH_END","TOUCH_CANCEL","SCROLL","SELECT","SELECTION_CHANGE","isStartish","eventType","isMoveish","isEndish","isCancelish","isScroll","isSelectionChange"],"mappings":"AAQA,OAAO,IAAIA,IAAI,GAAG,MAAX;AACP,OAAO,IAAIC,YAAY,GAAG,aAAnB;AACP,OAAO,IAAIC,SAAS,GAAG,UAAhB;AACP,OAAO,IAAIC,UAAU,GAAG,WAAjB;AACP,OAAO,IAAIC,UAAU,GAAG,WAAjB;AACP,OAAO,IAAIC,QAAQ,GAAG,SAAf;AACP,OAAO,IAAIC,YAAY,GAAG,WAAnB;AACP,OAAO,IAAIC,WAAW,GAAG,YAAlB;AACP,OAAO,IAAIC,UAAU,GAAG,WAAjB;AACP,OAAO,IAAIC,SAAS,GAAG,UAAhB;AACP,OAAO,IAAIC,YAAY,GAAG,aAAnB;AACP,OAAO,IAAIC,MAAM,GAAG,QAAb;AACP,OAAO,IAAIC,MAAM,GAAG,QAAb;AACP,OAAO,IAAIC,gBAAgB,GAAG,iBAAvB;AACP,OAAO,SAASC,UAAT,CAAoBC,SAApB,EAA+B;AACpC,SAAOA,SAAS,KAAKR,WAAd,IAA6BQ,SAAS,KAAKZ,UAAlD;AACD;AACD,OAAO,SAASa,SAAT,CAAmBD,SAAnB,EAA8B;AACnC,SAAOA,SAAS,KAAKP,UAAd,IAA4BO,SAAS,KAAKX,UAAjD;AACD;AACD,OAAO,SAASa,QAAT,CAAkBF,SAAlB,EAA6B;AAClC,SAAOA,SAAS,KAAKN,SAAd,IAA2BM,SAAS,KAAKV,QAAzC,IAAqDa,WAAW,CAACH,SAAD,CAAvE;AACD;AACD,OAAO,SAASG,WAAT,CAAqBH,SAArB,EAAgC;AACrC,SAAOA,SAAS,KAAKL,YAAd,IAA8BK,SAAS,KAAKT,YAAnD;AACD;AACD,OAAO,SAASa,QAAT,CAAkBJ,SAAlB,EAA6B;AAClC,SAAOA,SAAS,KAAKJ,MAArB;AACD;AACD,OAAO,SAASS,iBAAT,CAA2BL,SAA3B,EAAsC;AAC3C,SAAOA,SAAS,KAAKH,MAAd,IAAwBG,SAAS,KAAKF,gBAA7C;AACD","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nexport var BLUR = 'blur';\nexport var CONTEXT_MENU = 'contextmenu';\nexport var FOCUS_OUT = 'focusout';\nexport var MOUSE_DOWN = 'mousedown';\nexport var MOUSE_MOVE = 'mousemove';\nexport var MOUSE_UP = 'mouseup';\nexport var MOUSE_CANCEL = 'dragstart';\nexport var TOUCH_START = 'touchstart';\nexport var TOUCH_MOVE = 'touchmove';\nexport var TOUCH_END = 'touchend';\nexport var TOUCH_CANCEL = 'touchcancel';\nexport var SCROLL = 'scroll';\nexport var SELECT = 'select';\nexport var SELECTION_CHANGE = 'selectionchange';\nexport function isStartish(eventType) {\n return eventType === TOUCH_START || eventType === MOUSE_DOWN;\n}\nexport function isMoveish(eventType) {\n return eventType === TOUCH_MOVE || eventType === MOUSE_MOVE;\n}\nexport function isEndish(eventType) {\n return eventType === TOUCH_END || eventType === MOUSE_UP || isCancelish(eventType);\n}\nexport function isCancelish(eventType) {\n return eventType === TOUCH_CANCEL || eventType === MOUSE_CANCEL;\n}\nexport function isScroll(eventType) {\n return eventType === SCROLL;\n}\nexport function isSelectionChange(eventType) {\n return eventType === SELECT || eventType === SELECTION_CHANGE;\n}"]},"metadata":{},"sourceType":"module"}
|