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/55add2461e97c93eb8aac04bb6999d6f.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\nfunction _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}\n\nimport { AnimatedEvent } from \"../AnimatedEvent\";\nimport AnimatedNode from \"./AnimatedNode\";\nimport AnimatedStyle from \"./AnimatedStyle\";\nimport NativeAnimatedHelper from \"../NativeAnimatedHelper\";\nimport findNodeHandle from \"../../../../exports/findNodeHandle\";\nimport invariant from 'fbjs/lib/invariant';\n\nvar AnimatedProps = function (_AnimatedNode) {\n _inheritsLoose(AnimatedProps, _AnimatedNode);\n\n function AnimatedProps(props, callback) {\n var _this;\n\n _this = _AnimatedNode.call(this) || this;\n\n if (props.style) {\n props = _objectSpread({}, props, {\n style: new AnimatedStyle(props.style)\n });\n }\n\n _this._props = props;\n _this._callback = callback;\n\n _this.__attach();\n\n return _this;\n }\n\n var _proto = AnimatedProps.prototype;\n\n _proto.__getValue = function __getValue() {\n var props = {};\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n if (!value.__isNative || value instanceof AnimatedStyle) {\n props[key] = value.__getValue();\n }\n } else if (value instanceof AnimatedEvent) {\n props[key] = value.__getHandler();\n } else {\n props[key] = value;\n }\n }\n\n return props;\n };\n\n _proto.__getAnimatedValue = function __getAnimatedValue() {\n var props = {};\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n props[key] = value.__getAnimatedValue();\n }\n }\n\n return props;\n };\n\n _proto.__attach = function __attach() {\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n value.__addChild(this);\n }\n }\n };\n\n _proto.__detach = function __detach() {\n if (this.__isNative && this._animatedView) {\n this.__disconnectAnimatedView();\n }\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n value.__removeChild(this);\n }\n }\n\n _AnimatedNode.prototype.__detach.call(this);\n };\n\n _proto.update = function update() {\n this._callback();\n };\n\n _proto.__makeNative = function __makeNative() {\n if (!this.__isNative) {\n this.__isNative = true;\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n value.__makeNative();\n }\n }\n\n if (this._animatedView) {\n this.__connectAnimatedView();\n }\n }\n };\n\n _proto.setNativeView = function setNativeView(animatedView) {\n if (this._animatedView === animatedView) {\n return;\n }\n\n this._animatedView = animatedView;\n\n if (this.__isNative) {\n this.__connectAnimatedView();\n }\n };\n\n _proto.__connectAnimatedView = function __connectAnimatedView() {\n invariant(this.__isNative, 'Expected node to be marked as \"native\"');\n var nativeViewTag = findNodeHandle(this._animatedView);\n invariant(nativeViewTag != null, 'Unable to locate attached view in the native tree');\n NativeAnimatedHelper.API.connectAnimatedNodeToView(this.__getNativeTag(), nativeViewTag);\n };\n\n _proto.__disconnectAnimatedView = function __disconnectAnimatedView() {\n invariant(this.__isNative, 'Expected node to be marked as \"native\"');\n var nativeViewTag = findNodeHandle(this._animatedView);\n invariant(nativeViewTag != null, 'Unable to locate attached view in the native tree');\n NativeAnimatedHelper.API.disconnectAnimatedNodeFromView(this.__getNativeTag(), nativeViewTag);\n };\n\n _proto.__getNativeConfig = function __getNativeConfig() {\n var propsConfig = {};\n\n for (var propKey in this._props) {\n var value = this._props[propKey];\n\n if (value instanceof AnimatedNode) {\n value.__makeNative();\n\n propsConfig[propKey] = value.__getNativeTag();\n }\n }\n\n return {\n type: 'props',\n props: propsConfig\n };\n };\n\n return AnimatedProps;\n}(AnimatedNode);\n\nexport default AnimatedProps;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedProps.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","_inheritsLoose","subClass","superClass","prototype","create","constructor","__proto__","AnimatedEvent","AnimatedNode","AnimatedStyle","NativeAnimatedHelper","findNodeHandle","invariant","AnimatedProps","_AnimatedNode","props","callback","_this","call","style","_props","_callback","__attach","_proto","__getValue","__isNative","__getHandler","__getAnimatedValue","__addChild","__detach","_animatedView","__disconnectAnimatedView","__removeChild","update","__makeNative","__connectAnimatedView","setNativeView","animatedView","nativeViewTag","API","connectAnimatedNodeToView","__getNativeTag","disconnectAnimatedNodeFromView","__getNativeConfig","propsConfig","propKey","type"],"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 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\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nimport { AnimatedEvent } from '../AnimatedEvent';\nimport AnimatedNode from './AnimatedNode';\nimport AnimatedStyle from './AnimatedStyle';\nimport NativeAnimatedHelper from '../NativeAnimatedHelper';\nimport findNodeHandle from '../../../../exports/findNodeHandle';\nimport invariant from 'fbjs/lib/invariant';\n\nvar AnimatedProps =\n/*#__PURE__*/\nfunction (_AnimatedNode) {\n _inheritsLoose(AnimatedProps, _AnimatedNode);\n\n function AnimatedProps(props, callback) {\n var _this;\n\n _this = _AnimatedNode.call(this) || this;\n\n if (props.style) {\n props = _objectSpread({}, props, {\n style: new AnimatedStyle(props.style)\n });\n }\n\n _this._props = props;\n _this._callback = callback;\n\n _this.__attach();\n\n return _this;\n }\n\n var _proto = AnimatedProps.prototype;\n\n _proto.__getValue = function __getValue() {\n var props = {};\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n if (!value.__isNative || value instanceof AnimatedStyle) {\n // We cannot use value of natively driven nodes this way as the value we have access from\n // JS may not be up to date.\n props[key] = value.__getValue();\n }\n } else if (value instanceof AnimatedEvent) {\n props[key] = value.__getHandler();\n } else {\n props[key] = value;\n }\n }\n\n return props;\n };\n\n _proto.__getAnimatedValue = function __getAnimatedValue() {\n var props = {};\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n props[key] = value.__getAnimatedValue();\n }\n }\n\n return props;\n };\n\n _proto.__attach = function __attach() {\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n value.__addChild(this);\n }\n }\n };\n\n _proto.__detach = function __detach() {\n if (this.__isNative && this._animatedView) {\n this.__disconnectAnimatedView();\n }\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n value.__removeChild(this);\n }\n }\n\n _AnimatedNode.prototype.__detach.call(this);\n };\n\n _proto.update = function update() {\n this._callback();\n };\n\n _proto.__makeNative = function __makeNative() {\n if (!this.__isNative) {\n this.__isNative = true;\n\n for (var key in this._props) {\n var value = this._props[key];\n\n if (value instanceof AnimatedNode) {\n value.__makeNative();\n }\n }\n\n if (this._animatedView) {\n this.__connectAnimatedView();\n }\n }\n };\n\n _proto.setNativeView = function setNativeView(animatedView) {\n if (this._animatedView === animatedView) {\n return;\n }\n\n this._animatedView = animatedView;\n\n if (this.__isNative) {\n this.__connectAnimatedView();\n }\n };\n\n _proto.__connectAnimatedView = function __connectAnimatedView() {\n invariant(this.__isNative, 'Expected node to be marked as \"native\"');\n var nativeViewTag = findNodeHandle(this._animatedView);\n invariant(nativeViewTag != null, 'Unable to locate attached view in the native tree');\n NativeAnimatedHelper.API.connectAnimatedNodeToView(this.__getNativeTag(), nativeViewTag);\n };\n\n _proto.__disconnectAnimatedView = function __disconnectAnimatedView() {\n invariant(this.__isNative, 'Expected node to be marked as \"native\"');\n var nativeViewTag = findNodeHandle(this._animatedView);\n invariant(nativeViewTag != null, 'Unable to locate attached view in the native tree');\n NativeAnimatedHelper.API.disconnectAnimatedNodeFromView(this.__getNativeTag(), nativeViewTag);\n };\n\n _proto.__getNativeConfig = function __getNativeConfig() {\n var propsConfig = {};\n\n for (var propKey in this._props) {\n var value = this._props[propKey];\n\n if (value instanceof AnimatedNode) {\n value.__makeNative();\n\n propsConfig[propKey] = value.__getNativeTag();\n }\n }\n\n return {\n type: 'props',\n props: propsConfig\n };\n };\n\n return AnimatedProps;\n}(AnimatedNode);\n\nexport default AnimatedProps;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/55b3b5973e6de9b423b3ec627176a7f9.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import _classCallCheck from \"@babel/runtime/helpers/classCallCheck\";\nimport _createClass from \"@babel/runtime/helpers/createClass\";\nimport NativeModule from \"./NativeReanimated\";\n\nvar jsListener = function jsListener(eventName, handler) {\n return function (evt) {\n handler(Object.assign(Object.assign({}, evt.nativeEvent), {\n eventName: eventName\n }));\n };\n};\n\nvar WorkletEventHandler = function () {\n function WorkletEventHandler(worklet) {\n var eventNames = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];\n\n _classCallCheck(this, WorkletEventHandler);\n\n this.worklet = worklet;\n this.eventNames = eventNames;\n this.reattachNeeded = false;\n\n if (!NativeModule.native) {\n this.listeners = eventNames.reduce(function (acc, eventName) {\n acc[eventName] = jsListener(eventName, worklet);\n return acc;\n }, {});\n }\n }\n\n _createClass(WorkletEventHandler, [{\n key: \"updateWorklet\",\n value: function updateWorklet(newWorklet) {\n this.worklet = newWorklet;\n this.reattachNeeded = true;\n }\n }, {\n key: \"registerForEvents\",\n value: function registerForEvents(viewTag) {\n var _this = this;\n\n var fallbackEventName = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined;\n this.viewTag = viewTag;\n this.registrations = this.eventNames.map(function (eventName) {\n return NativeModule.registerEventHandler(viewTag + eventName, _this.worklet);\n });\n\n if (this.registrations.length === 0 && fallbackEventName) {\n this.registrations.push(NativeModule.registerEventHandler(viewTag + fallbackEventName, this.worklet));\n }\n }\n }, {\n key: \"unregisterFromEvents\",\n value: function unregisterFromEvents() {\n this.registrations && this.registrations.forEach(function (id) {\n return NativeModule.unregisterEventHandler(id);\n });\n this.registrations = undefined;\n }\n }]);\n\n return WorkletEventHandler;\n}();\n\nexport { WorkletEventHandler as default };","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/WorkletEventHandler.js"],"names":["NativeModule","jsListener","eventName","handler","evt","Object","assign","nativeEvent","WorkletEventHandler","worklet","eventNames","reattachNeeded","native","listeners","reduce","acc","newWorklet","viewTag","fallbackEventName","undefined","registrations","map","registerEventHandler","length","push","forEach","id","unregisterEventHandler"],"mappings":";;AAEA,OAAOA,YAAP;;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAa,CAACC,SAAD,EAAYC,OAAZ;AAAA,SAAwB,UAACC,GAAD,EAAS;AAChDD,IAAAA,OAAO,CAACE,MAAM,CAACC,MAAP,CAAcD,MAAM,CAACC,MAAP,CAAc,EAAd,EAAkBF,GAAG,CAACG,WAAtB,CAAd,EAAkD;AAAEL,MAAAA,SAAS,EAATA;AAAF,KAAlD,CAAD,CAAP;AACH,GAFkB;AAAA,CAAnB;;IAGqBM,mB;AACjB,+BAAYC,OAAZ,EAAsC;AAAA,QAAjBC,UAAiB,uEAAJ,EAAI;;AAAA;;AAClC,SAAKD,OAAL,GAAeA,OAAf;AACA,SAAKC,UAAL,GAAkBA,UAAlB;AACA,SAAKC,cAAL,GAAsB,KAAtB;;AACA,QAAI,CAACX,YAAY,CAACY,MAAlB,EAA0B;AACtB,WAAKC,SAAL,GAAiBH,UAAU,CAACI,MAAX,CAAkB,UAACC,GAAD,EAAMb,SAAN,EAAoB;AACnDa,QAAAA,GAAG,CAACb,SAAD,CAAH,GAAiBD,UAAU,CAACC,SAAD,EAAYO,OAAZ,CAA3B;AACA,eAAOM,GAAP;AACH,OAHgB,EAGd,EAHc,CAAjB;AAIH;AACJ;;;;WACD,uBAAcC,UAAd,EAA0B;AACtB,WAAKP,OAAL,GAAeO,UAAf;AACA,WAAKL,cAAL,GAAsB,IAAtB;AACH;;;WACD,2BAAkBM,OAAlB,EAA0D;AAAA;;AAAA,UAA/BC,iBAA+B,uEAAXC,SAAW;AACtD,WAAKF,OAAL,GAAeA,OAAf;AACA,WAAKG,aAAL,GAAqB,KAAKV,UAAL,CAAgBW,GAAhB,CAAoB,UAACnB,SAAD;AAAA,eAAeF,YAAY,CAACsB,oBAAb,CAAkCL,OAAO,GAAGf,SAA5C,EAAuD,KAAI,CAACO,OAA5D,CAAf;AAAA,OAApB,CAArB;;AACA,UAAI,KAAKW,aAAL,CAAmBG,MAAnB,KAA8B,CAA9B,IAAmCL,iBAAvC,EAA0D;AACtD,aAAKE,aAAL,CAAmBI,IAAnB,CAAwBxB,YAAY,CAACsB,oBAAb,CAAkCL,OAAO,GAAGC,iBAA5C,EAA+D,KAAKT,OAApE,CAAxB;AACH;AACJ;;;WACD,gCAAuB;AACnB,WAAKW,aAAL,IACI,KAAKA,aAAL,CAAmBK,OAAnB,CAA2B,UAACC,EAAD;AAAA,eAAQ1B,YAAY,CAAC2B,sBAAb,CAAoCD,EAApC,CAAR;AAAA,OAA3B,CADJ;AAEA,WAAKN,aAAL,GAAqBD,SAArB;AACH;;;;;;SA3BgBX,mB","sourcesContent":["// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\nimport NativeModule from './NativeReanimated';\nconst jsListener = (eventName, handler) => (evt) => {\n handler(Object.assign(Object.assign({}, evt.nativeEvent), { eventName }));\n};\nexport default class WorkletEventHandler {\n constructor(worklet, eventNames = []) {\n this.worklet = worklet;\n this.eventNames = eventNames;\n this.reattachNeeded = false;\n if (!NativeModule.native) {\n this.listeners = eventNames.reduce((acc, eventName) => {\n acc[eventName] = jsListener(eventName, worklet);\n return acc;\n }, {});\n }\n }\n updateWorklet(newWorklet) {\n this.worklet = newWorklet;\n this.reattachNeeded = true;\n }\n registerForEvents(viewTag, fallbackEventName = undefined) {\n this.viewTag = viewTag;\n this.registrations = this.eventNames.map((eventName) => NativeModule.registerEventHandler(viewTag + eventName, this.worklet));\n if (this.registrations.length === 0 && fallbackEventName) {\n this.registrations.push(NativeModule.registerEventHandler(viewTag + fallbackEventName, this.worklet));\n }\n }\n unregisterFromEvents() {\n this.registrations &&\n this.registrations.forEach((id) => NativeModule.unregisterEventHandler(id));\n this.registrations = undefined;\n }\n}\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/566edd7dfdc185ef467beb97fcd9e08c.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { always, block, call, clockRunning, cond, set, startClock, stopClock } from \"../base\";\nimport Clock from \"../core/AnimatedClock\";\nimport { evaluateOnce } from \"../derived/evaluateOnce\";\n\nfunction createOldAnimationObject(node, animationStateDefaults, value, config) {\n var newClock = new Clock();\n var currentState = animationStateDefaults();\n var alwaysNode;\n var isStarted = false;\n var isDone = false;\n var wasStopped = false;\n var animationCallback;\n var animation = {\n start: function start(currentAnimationCallback) {\n animationCallback = currentAnimationCallback;\n\n if (isStarted) {\n animationCallback && animationCallback({\n finished: false\n });\n return;\n }\n\n if (isDone) {\n console.warn('Animation has been finished before');\n return;\n }\n\n if (!value.isNativelyInitialized()) {\n return;\n }\n\n isStarted = true;\n evaluateOnce(set(currentState.position, value), currentState.position, function () {\n alwaysNode = always(set(value, block([cond(clockRunning(newClock), 0, startClock(newClock)), node(newClock, currentState, config), cond(currentState.finished, [call([], function () {\n isStarted = false;\n\n if (!wasStopped) {\n isDone = true;\n }\n\n value.__detachAnimation(animation);\n\n isDone = true;\n\n if (!wasStopped) {\n wasStopped = false;\n }\n }), stopClock(newClock)]), currentState.position])));\n\n value.__attachAnimation(animation);\n\n alwaysNode.__addChild(value);\n });\n },\n __detach: function __detach() {\n animationCallback && animationCallback({\n finished: isDone\n });\n animationCallback = null;\n value.__initialized && alwaysNode.__removeChild(value);\n },\n stop: function stop() {\n if (isDone) {\n console.warn('Calling stop has no effect as the animation has already completed');\n return;\n }\n\n if (!isStarted) {\n console.warn(\"Calling stop has no effect as the animation hasn't been started\");\n return;\n }\n\n wasStopped = true;\n evaluateOnce(set(currentState.finished, 1), currentState.finished);\n },\n __stopImmediately_testOnly: function __stopImmediately_testOnly(result) {\n animation.stop();\n isDone = result;\n\n value.__detachAnimation(animation);\n }\n };\n return animation;\n}\n\nexport default function backwardsCompatibleAnimWrapper(node, animationStateDefaults) {\n return function (clock, state, config) {\n if (config !== undefined) {\n return node(clock, state, config);\n }\n\n return createOldAnimationObject(node, animationStateDefaults, clock, state);\n };\n}","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated1/animations/backwardCompatibleAnimWrapper.js"],"names":["always","block","call","clockRunning","cond","set","startClock","stopClock","Clock","evaluateOnce","createOldAnimationObject","node","animationStateDefaults","value","config","newClock","currentState","alwaysNode","isStarted","isDone","wasStopped","animationCallback","animation","start","currentAnimationCallback","finished","console","warn","isNativelyInitialized","position","__detachAnimation","__attachAnimation","__addChild","__detach","__initialized","__removeChild","stop","__stopImmediately_testOnly","result","backwardsCompatibleAnimWrapper","clock","state","undefined"],"mappings":"AAAA,SACEA,MADF,EAEEC,KAFF,EAGEC,IAHF,EAIEC,YAJF,EAKEC,IALF,EAMEC,GANF,EAOEC,UAPF,EAQEC,SARF;AAUA,OAAOC,KAAP;AACA,SAASC,YAAT;;AAEA,SAASC,wBAAT,CAAkCC,IAAlC,EAAwCC,sBAAxC,EAAgEC,KAAhE,EAAuEC,MAAvE,EAA+E;AAC7E,MAAMC,QAAQ,GAAG,IAAIP,KAAJ,EAAjB;AACA,MAAMQ,YAAY,GAAGJ,sBAAsB,EAA3C;AACA,MAAIK,UAAJ;AACA,MAAIC,SAAS,GAAG,KAAhB;AACA,MAAIC,MAAM,GAAG,KAAb;AACA,MAAIC,UAAU,GAAG,KAAjB;AACA,MAAIC,iBAAJ;AACA,MAAMC,SAAS,GAAG;AAChBC,IAAAA,KAAK,EAAE,eAACC,wBAAD,EAA8B;AACnCH,MAAAA,iBAAiB,GAAGG,wBAApB;;AACA,UAAIN,SAAJ,EAAe;AACbG,QAAAA,iBAAiB,IAAIA,iBAAiB,CAAC;AAAEI,UAAAA,QAAQ,EAAE;AAAZ,SAAD,CAAtC;AACA;AACD;;AACD,UAAIN,MAAJ,EAAY;AACVO,QAAAA,OAAO,CAACC,IAAR,CAAa,oCAAb;AAEA;AACD;;AAED,UAAI,CAACd,KAAK,CAACe,qBAAN,EAAL,EAAoC;AAClC;AACD;;AAEDV,MAAAA,SAAS,GAAG,IAAZ;AACAT,MAAAA,YAAY,CACVJ,GAAG,CAACW,YAAY,CAACa,QAAd,EAAwBhB,KAAxB,CADO,EAEVG,YAAY,CAACa,QAFH,EAGV,YAAM;AACJZ,QAAAA,UAAU,GAAGjB,MAAM,CACjBK,GAAG,CACDQ,KADC,EAEDZ,KAAK,CAAC,CACJG,IAAI,CAACD,YAAY,CAACY,QAAD,CAAb,EAAyB,CAAzB,EAA4BT,UAAU,CAACS,QAAD,CAAtC,CADA,EAEJJ,IAAI,CAACI,QAAD,EAAWC,YAAX,EAAyBF,MAAzB,CAFA,EAGJV,IAAI,CAACY,YAAY,CAACS,QAAd,EAAwB,CAC1BvB,IAAI,CAAC,EAAD,EAAK,YAAM;AACbgB,UAAAA,SAAS,GAAG,KAAZ;;AACA,cAAI,CAACE,UAAL,EAAiB;AACfD,YAAAA,MAAM,GAAG,IAAT;AACD;;AACDN,UAAAA,KAAK,CAACiB,iBAAN,CAAwBR,SAAxB;;AACAH,UAAAA,MAAM,GAAG,IAAT;;AACA,cAAI,CAACC,UAAL,EAAiB;AACfA,YAAAA,UAAU,GAAG,KAAb;AACD;AACF,SAVG,CADsB,EAY1Bb,SAAS,CAACQ,QAAD,CAZiB,CAAxB,CAHA,EAiBJC,YAAY,CAACa,QAjBT,CAAD,CAFJ,CADc,CAAnB;;AAwBAhB,QAAAA,KAAK,CAACkB,iBAAN,CAAwBT,SAAxB;;AACAL,QAAAA,UAAU,CAACe,UAAX,CAAsBnB,KAAtB;AACD,OA9BS,CAAZ;AAgCD,KAlDe;AAmDhBoB,IAAAA,QAAQ,EAAE,oBAAM;AACdZ,MAAAA,iBAAiB,IAAIA,iBAAiB,CAAC;AAAEI,QAAAA,QAAQ,EAAEN;AAAZ,OAAD,CAAtC;AACAE,MAAAA,iBAAiB,GAAG,IAApB;AACAR,MAAAA,KAAK,CAACqB,aAAN,IAAuBjB,UAAU,CAACkB,aAAX,CAAyBtB,KAAzB,CAAvB;AACD,KAvDe;AAwDhBuB,IAAAA,IAAI,EAAE,gBAAM;AACV,UAAIjB,MAAJ,EAAY;AACVO,QAAAA,OAAO,CAACC,IAAR,CACE,mEADF;AAGA;AACD;;AACD,UAAI,CAACT,SAAL,EAAgB;AACdQ,QAAAA,OAAO,CAACC,IAAR,CACE,iEADF;AAGA;AACD;;AACDP,MAAAA,UAAU,GAAG,IAAb;AACAX,MAAAA,YAAY,CAACJ,GAAG,CAACW,YAAY,CAACS,QAAd,EAAwB,CAAxB,CAAJ,EAAgCT,YAAY,CAACS,QAA7C,CAAZ;AACD,KAvEe;AAwEhBY,IAAAA,0BAA0B,EAAE,oCAACC,MAAD,EAAY;AACtChB,MAAAA,SAAS,CAACc,IAAV;AACAjB,MAAAA,MAAM,GAAGmB,MAAT;;AACAzB,MAAAA,KAAK,CAACiB,iBAAN,CAAwBR,SAAxB;AACD;AA5Ee,GAAlB;AA8EA,SAAOA,SAAP;AACD;;AAMD,eAAe,SAASiB,8BAAT,CACb5B,IADa,EAEbC,sBAFa,EAGb;AACA,SAAO,UAAC4B,KAAD,EAAQC,KAAR,EAAe3B,MAAf,EAA0B;AAC/B,QAAIA,MAAM,KAAK4B,SAAf,EAA0B;AACxB,aAAO/B,IAAI,CAAC6B,KAAD,EAAQC,KAAR,EAAe3B,MAAf,CAAX;AACD;;AACD,WAAOJ,wBAAwB,CAACC,IAAD,EAAOC,sBAAP,EAA+B4B,KAA/B,EAAsCC,KAAtC,CAA/B;AACD,GALD;AAMD","sourcesContent":["import {\n always,\n block,\n call,\n clockRunning,\n cond,\n set,\n startClock,\n stopClock,\n} from '../base';\nimport Clock from '../core/AnimatedClock';\nimport { evaluateOnce } from '../derived/evaluateOnce';\n\nfunction createOldAnimationObject(node, animationStateDefaults, value, config) {\n const newClock = new Clock();\n const currentState = animationStateDefaults();\n let alwaysNode;\n let isStarted = false;\n let isDone = false;\n let wasStopped = false;\n let animationCallback;\n const animation = {\n start: (currentAnimationCallback) => {\n animationCallback = currentAnimationCallback;\n if (isStarted) {\n animationCallback && animationCallback({ finished: false });\n return;\n }\n if (isDone) {\n console.warn('Animation has been finished before');\n // inconsistent with React Native\n return;\n }\n\n if (!value.isNativelyInitialized()) {\n return;\n }\n\n isStarted = true;\n evaluateOnce(\n set(currentState.position, value),\n currentState.position,\n () => {\n alwaysNode = always(\n set(\n value,\n block([\n cond(clockRunning(newClock), 0, startClock(newClock)),\n node(newClock, currentState, config),\n cond(currentState.finished, [\n call([], () => {\n isStarted = false;\n if (!wasStopped) {\n isDone = true;\n }\n value.__detachAnimation(animation);\n isDone = true;\n if (!wasStopped) {\n wasStopped = false;\n }\n }),\n stopClock(newClock),\n ]),\n currentState.position,\n ])\n )\n );\n value.__attachAnimation(animation);\n alwaysNode.__addChild(value);\n }\n );\n },\n __detach: () => {\n animationCallback && animationCallback({ finished: isDone });\n animationCallback = null;\n value.__initialized && alwaysNode.__removeChild(value);\n },\n stop: () => {\n if (isDone) {\n console.warn(\n 'Calling stop has no effect as the animation has already completed'\n );\n return;\n }\n if (!isStarted) {\n console.warn(\n \"Calling stop has no effect as the animation hasn't been started\"\n );\n return;\n }\n wasStopped = true;\n evaluateOnce(set(currentState.finished, 1), currentState.finished);\n },\n __stopImmediately_testOnly: (result) => {\n animation.stop();\n isDone = result;\n value.__detachAnimation(animation);\n },\n };\n return animation;\n}\n\n/**\n * Depending on the arguments list we either return animation node or return an\n * animation object that is compatible with the original Animated API\n */\nexport default function backwardsCompatibleAnimWrapper(\n node,\n animationStateDefaults\n) {\n return (clock, state, config) => {\n if (config !== undefined) {\n return node(clock, state, config);\n }\n return createOldAnimationObject(node, animationStateDefaults, clock, state);\n };\n}\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/567acdadac00f4c65b037849683131b6.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import ReanimatedModuleCompat from \"./ReanimatedModuleCompat\";\nexport default ReanimatedModuleCompat;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/ReanimatedModule.js"],"names":["ReanimatedModuleCompat"],"mappings":"AAAA,OAAOA,sBAAP;AAEA,eAAeA,sBAAf","sourcesContent":["import ReanimatedModuleCompat from './ReanimatedModuleCompat';\n\nexport default ReanimatedModuleCompat;\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/57892340c5b232df0a75f1339c9e68ce.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { block, cond, defined, neq, not, set, proc } from \"../base\";\nimport AnimatedValue from \"../core/InternalAnimatedValue\";\nvar procOnChange = proc(function (value, action, prevValue) {\n return block([cond(not(defined(prevValue)), set(prevValue, value)), cond(neq(value, prevValue), [set(prevValue, value), action])]);\n});\nexport default function onChange(value, action) {\n var prevValue = new AnimatedValue();\n return procOnChange(value, action, prevValue);\n}","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated1/derived/onChange.js"],"names":["block","cond","defined","neq","not","set","proc","AnimatedValue","procOnChange","value","action","prevValue","onChange"],"mappings":"AAAA,SAASA,KAAT,EAAgBC,IAAhB,EAAsBC,OAAtB,EAA+BC,GAA/B,EAAoCC,GAApC,EAAyCC,GAAzC,EAA8CC,IAA9C;AACA,OAAOC,aAAP;AAEA,IAAMC,YAAY,GAAGF,IAAI,CAAC,UAAUG,KAAV,EAAiBC,MAAjB,EAAyBC,SAAzB,EAAoC;AAC5D,SAAOX,KAAK,CAAC,CACXC,IAAI,CAACG,GAAG,CAACF,OAAO,CAACS,SAAD,CAAR,CAAJ,EAA0BN,GAAG,CAACM,SAAD,EAAYF,KAAZ,CAA7B,CADO,EAEXR,IAAI,CAACE,GAAG,CAACM,KAAD,EAAQE,SAAR,CAAJ,EAAwB,CAACN,GAAG,CAACM,SAAD,EAAYF,KAAZ,CAAJ,EAAwBC,MAAxB,CAAxB,CAFO,CAAD,CAAZ;AAID,CALwB,CAAzB;AAOA,eAAe,SAASE,QAAT,CAAkBH,KAAlB,EAAyBC,MAAzB,EAAiC;AAC9C,MAAMC,SAAS,GAAG,IAAIJ,aAAJ,EAAlB;AACA,SAAOC,YAAY,CAACC,KAAD,EAAQC,MAAR,EAAgBC,SAAhB,CAAnB;AACD","sourcesContent":["import { block, cond, defined, neq, not, set, proc } from '../base';\nimport AnimatedValue from '../core/InternalAnimatedValue';\n\nconst procOnChange = proc(function (value, action, prevValue) {\n return block([\n cond(not(defined(prevValue)), set(prevValue, value)),\n cond(neq(value, prevValue), [set(prevValue, value), action]),\n ]);\n});\n\nexport default function onChange(value, action) {\n const prevValue = new AnimatedValue();\n return procOnChange(value, action, prevValue);\n}\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/57cd82470f76c034961fe1236302abfe.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 AnimatedInterpolation from \"./AnimatedInterpolation\";\nimport AnimatedWithChildren from \"./AnimatedWithChildren\";\nimport InteractionManager from \"../../../../exports/InteractionManager\";\nimport NativeAnimatedHelper from \"../NativeAnimatedHelper\";\nvar NativeAnimatedAPI = NativeAnimatedHelper.API;\n\nfunction _flush(rootNode) {\n var animatedStyles = new Set();\n\n function findAnimatedStyles(node) {\n if (typeof node.update === 'function') {\n animatedStyles.add(node);\n } else {\n node.__getChildren().forEach(findAnimatedStyles);\n }\n }\n\n findAnimatedStyles(rootNode);\n animatedStyles.forEach(function (animatedStyle) {\n return animatedStyle.update();\n });\n}\n\nvar AnimatedValue = function (_AnimatedWithChildren) {\n _inheritsLoose(AnimatedValue, _AnimatedWithChildren);\n\n function AnimatedValue(value) {\n var _this;\n\n _this = _AnimatedWithChildren.call(this) || this;\n _this._startingValue = _this._value = value;\n _this._offset = 0;\n _this._animation = null;\n return _this;\n }\n\n var _proto = AnimatedValue.prototype;\n\n _proto.__detach = function __detach() {\n this.stopAnimation();\n\n _AnimatedWithChildren.prototype.__detach.call(this);\n };\n\n _proto.__getValue = function __getValue() {\n return this._value + this._offset;\n };\n\n _proto.setValue = function setValue(value) {\n if (this._animation) {\n this._animation.stop();\n\n this._animation = null;\n }\n\n this._updateValue(value, !this.__isNative);\n\n if (this.__isNative) {\n NativeAnimatedAPI.setAnimatedNodeValue(this.__getNativeTag(), value);\n }\n };\n\n _proto.setOffset = function setOffset(offset) {\n this._offset = offset;\n\n if (this.__isNative) {\n NativeAnimatedAPI.setAnimatedNodeOffset(this.__getNativeTag(), offset);\n }\n };\n\n _proto.flattenOffset = function flattenOffset() {\n this._value += this._offset;\n this._offset = 0;\n\n if (this.__isNative) {\n NativeAnimatedAPI.flattenAnimatedNodeOffset(this.__getNativeTag());\n }\n };\n\n _proto.extractOffset = function extractOffset() {\n this._offset += this._value;\n this._value = 0;\n\n if (this.__isNative) {\n NativeAnimatedAPI.extractAnimatedNodeOffset(this.__getNativeTag());\n }\n };\n\n _proto.stopAnimation = function stopAnimation(callback) {\n this.stopTracking();\n this._animation && this._animation.stop();\n this._animation = null;\n callback && callback(this.__getValue());\n };\n\n _proto.resetAnimation = function resetAnimation(callback) {\n this.stopAnimation(callback);\n this._value = this._startingValue;\n };\n\n _proto._onAnimatedValueUpdateReceived = function _onAnimatedValueUpdateReceived(value) {\n this._updateValue(value, false);\n };\n\n _proto.interpolate = function interpolate(config) {\n return new AnimatedInterpolation(this, config);\n };\n\n _proto.animate = function animate(animation, callback) {\n var _this2 = this;\n\n var handle = null;\n\n if (animation.__isInteraction) {\n handle = InteractionManager.createInteractionHandle();\n }\n\n var previousAnimation = this._animation;\n this._animation && this._animation.stop();\n this._animation = animation;\n animation.start(this._value, function (value) {\n _this2._updateValue(value, true);\n }, function (result) {\n _this2._animation = null;\n\n if (handle !== null) {\n InteractionManager.clearInteractionHandle(handle);\n }\n\n callback && callback(result);\n }, previousAnimation, this);\n };\n\n _proto.stopTracking = function stopTracking() {\n this._tracking && this._tracking.__detach();\n this._tracking = null;\n };\n\n _proto.track = function track(tracking) {\n this.stopTracking();\n this._tracking = tracking;\n };\n\n _proto._updateValue = function _updateValue(value, flush) {\n this._value = value;\n\n if (flush) {\n _flush(this);\n }\n\n _AnimatedWithChildren.prototype.__callListeners.call(this, this.__getValue());\n };\n\n _proto.__getNativeConfig = function __getNativeConfig() {\n return {\n type: 'value',\n value: this._value,\n offset: this._offset\n };\n };\n\n return AnimatedValue;\n}(AnimatedWithChildren);\n\nexport default AnimatedValue;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedValue.js"],"names":["_inheritsLoose","subClass","superClass","prototype","Object","create","constructor","__proto__","AnimatedInterpolation","AnimatedWithChildren","InteractionManager","NativeAnimatedHelper","NativeAnimatedAPI","API","_flush","rootNode","animatedStyles","Set","findAnimatedStyles","node","update","add","__getChildren","forEach","animatedStyle","AnimatedValue","_AnimatedWithChildren","value","_this","call","_startingValue","_value","_offset","_animation","_proto","__detach","stopAnimation","__getValue","setValue","stop","_updateValue","__isNative","setAnimatedNodeValue","__getNativeTag","setOffset","offset","setAnimatedNodeOffset","flattenOffset","flattenAnimatedNodeOffset","extractOffset","extractAnimatedNodeOffset","callback","stopTracking","resetAnimation","_onAnimatedValueUpdateReceived","interpolate","config","animate","animation","_this2","handle","__isInteraction","createInteractionHandle","previousAnimation","start","result","clearInteractionHandle","_tracking","track","tracking","flush","__callListeners","__getNativeConfig","type"],"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 AnimatedInterpolation from './AnimatedInterpolation';\nimport AnimatedWithChildren from './AnimatedWithChildren';\nimport InteractionManager from '../../../../exports/InteractionManager';\nimport NativeAnimatedHelper from '../NativeAnimatedHelper';\nvar NativeAnimatedAPI = NativeAnimatedHelper.API;\n/**\n * Animated works by building a directed acyclic graph of dependencies\n * transparently when you render your Animated components.\n *\n * new Animated.Value(0)\n * .interpolate() .interpolate() new Animated.Value(1)\n * opacity translateY scale\n * style transform\n * View#234 style\n * View#123\n *\n * A) Top Down phase\n * When an Animated.Value is updated, we recursively go down through this\n * graph in order to find leaf nodes: the views that we flag as needing\n * an update.\n *\n * B) Bottom Up phase\n * When a view is flagged as needing an update, we recursively go back up\n * in order to build the new value that it needs. The reason why we need\n * this two-phases process is to deal with composite props such as\n * transform which can receive values from multiple parents.\n */\n\nfunction _flush(rootNode) {\n var animatedStyles = new Set();\n\n function findAnimatedStyles(node) {\n /* $FlowFixMe(>=0.68.0 site=react_native_fb) This comment suppresses an\n * error found when Flow v0.68 was deployed. To see the error delete this\n * comment and run Flow. */\n if (typeof node.update === 'function') {\n animatedStyles.add(node);\n } else {\n node.__getChildren().forEach(findAnimatedStyles);\n }\n }\n\n findAnimatedStyles(rootNode);\n /* $FlowFixMe */\n\n animatedStyles.forEach(function (animatedStyle) {\n return animatedStyle.update();\n });\n}\n/**\n * Standard value for driving animations. One `Animated.Value` can drive\n * multiple properties in a synchronized fashion, but can only be driven by one\n * mechanism at a time. Using a new mechanism (e.g. starting a new animation,\n * or calling `setValue`) will stop any previous ones.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html\n */\n\n\nvar AnimatedValue =\n/*#__PURE__*/\nfunction (_AnimatedWithChildren) {\n _inheritsLoose(AnimatedValue, _AnimatedWithChildren);\n\n function AnimatedValue(value) {\n var _this;\n\n _this = _AnimatedWithChildren.call(this) || this;\n _this._startingValue = _this._value = value;\n _this._offset = 0;\n _this._animation = null;\n return _this;\n }\n\n var _proto = AnimatedValue.prototype;\n\n _proto.__detach = function __detach() {\n this.stopAnimation();\n\n _AnimatedWithChildren.prototype.__detach.call(this);\n };\n\n _proto.__getValue = function __getValue() {\n return this._value + this._offset;\n }\n /**\n * Directly set the value. This will stop any animations running on the value\n * and update all the bound properties.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#setvalue\n */\n ;\n\n _proto.setValue = function setValue(value) {\n if (this._animation) {\n this._animation.stop();\n\n this._animation = null;\n }\n\n this._updateValue(value, !this.__isNative\n /* don't perform a flush for natively driven values */\n );\n\n if (this.__isNative) {\n NativeAnimatedAPI.setAnimatedNodeValue(this.__getNativeTag(), value);\n }\n }\n /**\n * Sets an offset that is applied on top of whatever value is set, whether via\n * `setValue`, an animation, or `Animated.event`. Useful for compensating\n * things like the start of a pan gesture.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#setoffset\n */\n ;\n\n _proto.setOffset = function setOffset(offset) {\n this._offset = offset;\n\n if (this.__isNative) {\n NativeAnimatedAPI.setAnimatedNodeOffset(this.__getNativeTag(), offset);\n }\n }\n /**\n * Merges the offset value into the base value and resets the offset to zero.\n * The final output of the value is unchanged.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#flattenoffset\n */\n ;\n\n _proto.flattenOffset = function flattenOffset() {\n this._value += this._offset;\n this._offset = 0;\n\n if (this.__isNative) {\n NativeAnimatedAPI.flattenAnimatedNodeOffset(this.__getNativeTag());\n }\n }\n /**\n * Sets the offset value to the base value, and resets the base value to zero.\n * The final output of the value is unchanged.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#extractoffset\n */\n ;\n\n _proto.extractOffset = function extractOffset() {\n this._offset += this._value;\n this._value = 0;\n\n if (this.__isNative) {\n NativeAnimatedAPI.extractAnimatedNodeOffset(this.__getNativeTag());\n }\n }\n /**\n * Stops any running animation or tracking. `callback` is invoked with the\n * final value after stopping the animation, which is useful for updating\n * state to match the animation position with layout.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#stopanimation\n */\n ;\n\n _proto.stopAnimation = function stopAnimation(callback) {\n this.stopTracking();\n this._animation && this._animation.stop();\n this._animation = null;\n callback && callback(this.__getValue());\n }\n /**\n * Stops any animation and resets the value to its original.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#resetanimation\n */\n ;\n\n _proto.resetAnimation = function resetAnimation(callback) {\n this.stopAnimation(callback);\n this._value = this._startingValue;\n };\n\n _proto._onAnimatedValueUpdateReceived = function _onAnimatedValueUpdateReceived(value) {\n this._updateValue(value, false\n /*flush*/\n );\n }\n /**\n * Interpolates the value before updating the property, e.g. mapping 0-1 to\n * 0-10.\n */\n ;\n\n _proto.interpolate = function interpolate(config) {\n return new AnimatedInterpolation(this, config);\n }\n /**\n * Typically only used internally, but could be used by a custom Animation\n * class.\n *\n * See http://facebook.github.io/react-native/docs/animatedvalue.html#animate\n */\n ;\n\n _proto.animate = function animate(animation, callback) {\n var _this2 = this;\n\n var handle = null;\n\n if (animation.__isInteraction) {\n handle = InteractionManager.createInteractionHandle();\n }\n\n var previousAnimation = this._animation;\n this._animation && this._animation.stop();\n this._animation = animation;\n animation.start(this._value, function (value) {\n // Natively driven animations will never call into that callback, therefore we can always\n // pass flush = true to allow the updated value to propagate to native with setNativeProps\n _this2._updateValue(value, true\n /* flush */\n );\n }, function (result) {\n _this2._animation = null;\n\n if (handle !== null) {\n InteractionManager.clearInteractionHandle(handle);\n }\n\n callback && callback(result);\n }, previousAnimation, this);\n }\n /**\n * Typically only used internally.\n */\n ;\n\n _proto.stopTracking = function stopTracking() {\n this._tracking && this._tracking.__detach();\n this._tracking = null;\n }\n /**\n * Typically only used internally.\n */\n ;\n\n _proto.track = function track(tracking) {\n this.stopTracking();\n this._tracking = tracking;\n };\n\n _proto._updateValue = function _updateValue(value, flush) {\n this._value = value;\n\n if (flush) {\n _flush(this);\n }\n\n _AnimatedWithChildren.prototype.__callListeners.call(this, this.__getValue());\n };\n\n _proto.__getNativeConfig = function __getNativeConfig() {\n return {\n type: 'value',\n value: this._value,\n offset: this._offset\n };\n };\n\n return AnimatedValue;\n}(AnimatedWithChildren);\n\nexport default AnimatedValue;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/586d05cc2c149bd7435298a982b57d60.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import _classCallCheck from \"@babel/runtime/helpers/classCallCheck\";\nimport _inherits from \"@babel/runtime/helpers/inherits\";\nimport _possibleConstructorReturn from \"@babel/runtime/helpers/possibleConstructorReturn\";\nimport _getPrototypeOf from \"@babel/runtime/helpers/getPrototypeOf\";\nimport _wrapNativeSuper from \"@babel/runtime/helpers/wrapNativeSuper\";\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\nexport var GesturePropError = function (_Error) {\n _inherits(GesturePropError, _Error);\n\n var _super = _createSuper(GesturePropError);\n\n function GesturePropError(name, value, expectedType) {\n _classCallCheck(this, GesturePropError);\n\n return _super.call(this, \"Invalid property `\".concat(name, \": \").concat(value, \"` expected `\").concat(expectedType, \"`\"));\n }\n\n return GesturePropError;\n}(_wrapNativeSuper(Error));","map":{"version":3,"sources":["Errors.ts"],"names":["constructor"],"mappings":";;;;;;;;;;AAAA,WAAO,gBAAP;AAAA;;AAAA;;AACEA,4BAAW,IAAXA,EAAW,KAAXA,EAAW,YAAXA,EAAgE;AAAA;;AAAA,6BAC9D,qBAAA,MAAA,CAAA,IAAA,EAAA,IAAA,EAAA,MAAA,CAAA,KAAA,EAAA,cAAA,EAAA,MAAA,CAAA,YAAA,EAAA,GAAA,CAD8D;AAI/D;;AALH;AAAA,mBAAO,KAAP","sourcesContent":["export class GesturePropError extends Error {\n constructor(name: string, value: unknown, expectedType: string) {\n super(\n `Invalid property \\`${name}: ${value}\\` expected \\`${expectedType}\\``\n );\n }\n}\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/591c326572f80891b2f6d7132b21a0d9.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"export * from \"./core\";\nexport * from \"./Hooks\";\nexport * from \"./animations\";\nexport * from \"./interpolation\";\nexport * from \"./Easing\";\nexport * from \"./NativeMethods\";\nexport * from \"./Colors\";\nexport * from \"./PropAdapters\";","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-reanimated/lib/reanimated2/index.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sourcesContent":["export * from './core';\nexport * from './Hooks';\nexport * from './animations';\nexport * from './interpolation';\nexport * from './Easing';\nexport * from './NativeMethods';\nexport * from './Colors';\nexport * from './PropAdapters';\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5954d33f838e7e341ebe043096ac7fe5.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import backgroundClip from 'inline-style-prefixer/lib/plugins/backgroundClip';\nimport crossFade from 'inline-style-prefixer/lib/plugins/crossFade';\nimport cursor from 'inline-style-prefixer/lib/plugins/cursor';\nimport filter from 'inline-style-prefixer/lib/plugins/filter';\nimport flex from 'inline-style-prefixer/lib/plugins/flex';\nimport flexboxIE from 'inline-style-prefixer/lib/plugins/flexboxIE';\nimport flexboxOld from 'inline-style-prefixer/lib/plugins/flexboxOld';\nimport gradient from 'inline-style-prefixer/lib/plugins/gradient';\nimport grid from 'inline-style-prefixer/lib/plugins/grid';\nimport imageSet from 'inline-style-prefixer/lib/plugins/imageSet';\nimport logical from 'inline-style-prefixer/lib/plugins/logical';\nimport position from 'inline-style-prefixer/lib/plugins/position';\nimport sizing from 'inline-style-prefixer/lib/plugins/sizing';\nimport transition from 'inline-style-prefixer/lib/plugins/transition';\nvar w = ['Webkit'];\nvar m = ['Moz'];\nvar ms = ['ms'];\nvar wm = ['Webkit', 'Moz'];\nvar wms = ['Webkit', 'ms'];\nvar wmms = ['Webkit', 'Moz', 'ms'];\nexport default {\n plugins: [backgroundClip, crossFade, cursor, filter, flex, flexboxIE, flexboxOld, gradient, grid, imageSet, logical, position, sizing, transition],\n prefixMap: {\n animation: w,\n animationDelay: w,\n animationDirection: w,\n animationFillMode: w,\n animationDuration: w,\n animationIterationCount: w,\n animationName: w,\n animationPlayState: w,\n animationTimingFunction: w,\n appearance: wm,\n userSelect: wmms,\n textEmphasisPosition: w,\n textEmphasis: w,\n textEmphasisStyle: w,\n textEmphasisColor: w,\n boxDecorationBreak: w,\n clipPath: w,\n maskImage: w,\n maskMode: w,\n maskRepeat: w,\n maskPosition: w,\n maskClip: w,\n maskOrigin: w,\n maskSize: w,\n maskComposite: w,\n mask: w,\n maskBorderSource: w,\n maskBorderMode: w,\n maskBorderSlice: w,\n maskBorderWidth: w,\n maskBorderOutset: w,\n maskBorderRepeat: w,\n maskBorder: w,\n maskType: w,\n textDecorationStyle: w,\n textDecorationSkip: w,\n textDecorationLine: w,\n textDecorationColor: w,\n filter: w,\n fontFeatureSettings: w,\n breakAfter: wmms,\n breakBefore: wmms,\n breakInside: wmms,\n columnCount: wm,\n columnFill: wm,\n columnGap: wm,\n columnRule: wm,\n columnRuleColor: wm,\n columnRuleStyle: wm,\n columnRuleWidth: wm,\n columns: wm,\n columnSpan: wm,\n columnWidth: wm,\n writingMode: wms,\n flex: wms,\n flexBasis: w,\n flexDirection: wms,\n flexGrow: w,\n flexFlow: wms,\n flexShrink: w,\n flexWrap: wms,\n alignContent: w,\n alignItems: w,\n alignSelf: w,\n justifyContent: w,\n order: w,\n transform: w,\n transformOrigin: w,\n transformOriginX: w,\n transformOriginY: w,\n backfaceVisibility: w,\n perspective: w,\n perspectiveOrigin: w,\n transformStyle: w,\n transformOriginZ: w,\n backdropFilter: w,\n fontKerning: w,\n scrollSnapType: wms,\n scrollSnapPointsX: wms,\n scrollSnapPointsY: wms,\n scrollSnapDestination: wms,\n scrollSnapCoordinate: wms,\n shapeImageThreshold: w,\n shapeImageMargin: w,\n shapeImageOutside: w,\n hyphens: wmms,\n flowInto: wms,\n flowFrom: wms,\n regionFragment: wms,\n textOrientation: w,\n textAlignLast: m,\n tabSize: m,\n wrapFlow: ms,\n wrapThrough: ms,\n wrapMargin: ms,\n touchAction: ms,\n textSizeAdjust: ['ms', 'Webkit'],\n borderImage: w,\n borderImageOutset: w,\n borderImageRepeat: w,\n borderImageSlice: w,\n borderImageSource: w,\n borderImageWidth: w,\n transitionDelay: w,\n transitionDuration: w,\n transitionProperty: w,\n transitionTimingFunction: w\n }\n};","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/modules/prefixStyles/static.js"],"names":["backgroundClip","crossFade","cursor","filter","flex","flexboxIE","flexboxOld","gradient","grid","imageSet","logical","position","sizing","transition","w","m","ms","wm","wms","wmms","plugins","prefixMap","animation","animationDelay","animationDirection","animationFillMode","animationDuration","animationIterationCount","animationName","animationPlayState","animationTimingFunction","appearance","userSelect","textEmphasisPosition","textEmphasis","textEmphasisStyle","textEmphasisColor","boxDecorationBreak","clipPath","maskImage","maskMode","maskRepeat","maskPosition","maskClip","maskOrigin","maskSize","maskComposite","mask","maskBorderSource","maskBorderMode","maskBorderSlice","maskBorderWidth","maskBorderOutset","maskBorderRepeat","maskBorder","maskType","textDecorationStyle","textDecorationSkip","textDecorationLine","textDecorationColor","fontFeatureSettings","breakAfter","breakBefore","breakInside","columnCount","columnFill","columnGap","columnRule","columnRuleColor","columnRuleStyle","columnRuleWidth","columns","columnSpan","columnWidth","writingMode","flexBasis","flexDirection","flexGrow","flexFlow","flexShrink","flexWrap","alignContent","alignItems","alignSelf","justifyContent","order","transform","transformOrigin","transformOriginX","transformOriginY","backfaceVisibility","perspective","perspectiveOrigin","transformStyle","transformOriginZ","backdropFilter","fontKerning","scrollSnapType","scrollSnapPointsX","scrollSnapPointsY","scrollSnapDestination","scrollSnapCoordinate","shapeImageThreshold","shapeImageMargin","shapeImageOutside","hyphens","flowInto","flowFrom","regionFragment","textOrientation","textAlignLast","tabSize","wrapFlow","wrapThrough","wrapMargin","touchAction","textSizeAdjust","borderImage","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],"mappings":"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","sourcesContent":["import backgroundClip from 'inline-style-prefixer/lib/plugins/backgroundClip';\nimport crossFade from 'inline-style-prefixer/lib/plugins/crossFade';\nimport cursor from 'inline-style-prefixer/lib/plugins/cursor';\nimport filter from 'inline-style-prefixer/lib/plugins/filter';\nimport flex from 'inline-style-prefixer/lib/plugins/flex';\nimport flexboxIE from 'inline-style-prefixer/lib/plugins/flexboxIE';\nimport flexboxOld from 'inline-style-prefixer/lib/plugins/flexboxOld';\nimport gradient from 'inline-style-prefixer/lib/plugins/gradient';\nimport grid from 'inline-style-prefixer/lib/plugins/grid';\nimport imageSet from 'inline-style-prefixer/lib/plugins/imageSet';\nimport logical from 'inline-style-prefixer/lib/plugins/logical';\nimport position from 'inline-style-prefixer/lib/plugins/position';\nimport sizing from 'inline-style-prefixer/lib/plugins/sizing';\nimport transition from 'inline-style-prefixer/lib/plugins/transition';\nvar w = ['Webkit'];\nvar m = ['Moz'];\nvar ms = ['ms'];\nvar wm = ['Webkit', 'Moz'];\nvar wms = ['Webkit', 'ms'];\nvar wmms = ['Webkit', 'Moz', 'ms'];\nexport default {\n plugins: [backgroundClip, crossFade, cursor, filter, flex, flexboxIE, flexboxOld, gradient, grid, imageSet, logical, position, sizing, transition],\n prefixMap: {\n animation: w,\n animationDelay: w,\n animationDirection: w,\n animationFillMode: w,\n animationDuration: w,\n animationIterationCount: w,\n animationName: w,\n animationPlayState: w,\n animationTimingFunction: w,\n appearance: wm,\n userSelect: wmms,\n textEmphasisPosition: w,\n textEmphasis: w,\n textEmphasisStyle: w,\n textEmphasisColor: w,\n boxDecorationBreak: w,\n clipPath: w,\n maskImage: w,\n maskMode: w,\n maskRepeat: w,\n maskPosition: w,\n maskClip: w,\n maskOrigin: w,\n maskSize: w,\n maskComposite: w,\n mask: w,\n maskBorderSource: w,\n maskBorderMode: w,\n maskBorderSlice: w,\n maskBorderWidth: w,\n maskBorderOutset: w,\n maskBorderRepeat: w,\n maskBorder: w,\n maskType: w,\n textDecorationStyle: w,\n textDecorationSkip: w,\n textDecorationLine: w,\n textDecorationColor: w,\n filter: w,\n fontFeatureSettings: w,\n breakAfter: wmms,\n breakBefore: wmms,\n breakInside: wmms,\n columnCount: wm,\n columnFill: wm,\n columnGap: wm,\n columnRule: wm,\n columnRuleColor: wm,\n columnRuleStyle: wm,\n columnRuleWidth: wm,\n columns: wm,\n columnSpan: wm,\n columnWidth: wm,\n writingMode: wms,\n flex: wms,\n flexBasis: w,\n flexDirection: wms,\n flexGrow: w,\n flexFlow: wms,\n flexShrink: w,\n flexWrap: wms,\n alignContent: w,\n alignItems: w,\n alignSelf: w,\n justifyContent: w,\n order: w,\n transform: w,\n transformOrigin: w,\n transformOriginX: w,\n transformOriginY: w,\n backfaceVisibility: w,\n perspective: w,\n perspectiveOrigin: w,\n transformStyle: w,\n transformOriginZ: w,\n backdropFilter: w,\n fontKerning: w,\n scrollSnapType: wms,\n scrollSnapPointsX: wms,\n scrollSnapPointsY: wms,\n scrollSnapDestination: wms,\n scrollSnapCoordinate: wms,\n shapeImageThreshold: w,\n shapeImageMargin: w,\n shapeImageOutside: w,\n hyphens: wmms,\n flowInto: wms,\n flowFrom: wms,\n regionFragment: wms,\n textOrientation: w,\n textAlignLast: m,\n tabSize: m,\n wrapFlow: ms,\n wrapThrough: ms,\n wrapMargin: ms,\n touchAction: ms,\n textSizeAdjust: ['ms', 'Webkit'],\n borderImage: w,\n borderImageOutset: w,\n borderImageRepeat: w,\n borderImageSlice: w,\n borderImageSource: w,\n borderImageWidth: w,\n transitionDelay: w,\n transitionDuration: w,\n transitionProperty: w,\n transitionTimingFunction: w\n }\n};"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5a07d6d40bd575c25f45538b187acd8a.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"'use strict';\n\nfunction _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\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\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nimport * as React from 'react';\nimport { useCallback, useMemo, useState, useRef } from 'react';\nimport useMergeRefs from \"../../modules/useMergeRefs\";\nimport usePressEvents from \"../../hooks/usePressEvents\";\nimport StyleSheet from \"../StyleSheet\";\nimport View from \"../View\";\n\nfunction createExtraStyles(activeOpacity, underlayColor) {\n return {\n child: {\n opacity: activeOpacity !== null && activeOpacity !== void 0 ? activeOpacity : 0.85\n },\n underlay: {\n backgroundColor: underlayColor === undefined ? 'black' : underlayColor\n }\n };\n}\n\nfunction hasPressHandler(props) {\n return props.onPress != null || props.onPressIn != null || props.onPressOut != null || props.onLongPress != null;\n}\n\nfunction TouchableHighlight(props, forwardedRef) {\n var accessible = props.accessible,\n activeOpacity = props.activeOpacity,\n children = props.children,\n delayPressIn = props.delayPressIn,\n delayPressOut = props.delayPressOut,\n delayLongPress = props.delayLongPress,\n disabled = props.disabled,\n focusable = props.focusable,\n onHideUnderlay = props.onHideUnderlay,\n onLongPress = props.onLongPress,\n onPress = props.onPress,\n onPressIn = props.onPressIn,\n onPressOut = props.onPressOut,\n onShowUnderlay = props.onShowUnderlay,\n rejectResponderTermination = props.rejectResponderTermination,\n style = props.style,\n testOnly_pressed = props.testOnly_pressed,\n underlayColor = props.underlayColor,\n rest = _objectWithoutPropertiesLoose(props, [\"accessible\", \"activeOpacity\", \"children\", \"delayPressIn\", \"delayPressOut\", \"delayLongPress\", \"disabled\", \"focusable\", \"onHideUnderlay\", \"onLongPress\", \"onPress\", \"onPressIn\", \"onPressOut\", \"onShowUnderlay\", \"rejectResponderTermination\", \"style\", \"testOnly_pressed\", \"underlayColor\"]);\n\n var hostRef = useRef(null);\n var setRef = useMergeRefs(forwardedRef, hostRef);\n\n var _useState = useState(testOnly_pressed === true ? createExtraStyles(activeOpacity, underlayColor) : null),\n extraStyles = _useState[0],\n setExtraStyles = _useState[1];\n\n var showUnderlay = useCallback(function () {\n if (!hasPressHandler(props)) {\n return;\n }\n\n setExtraStyles(createExtraStyles(activeOpacity, underlayColor));\n\n if (onShowUnderlay != null) {\n onShowUnderlay();\n }\n }, [activeOpacity, onShowUnderlay, props, underlayColor]);\n var hideUnderlay = useCallback(function () {\n if (testOnly_pressed === true) {\n return;\n }\n\n if (hasPressHandler(props)) {\n setExtraStyles(null);\n\n if (onHideUnderlay != null) {\n onHideUnderlay();\n }\n }\n }, [onHideUnderlay, props, testOnly_pressed]);\n var pressConfig = useMemo(function () {\n return {\n cancelable: !rejectResponderTermination,\n disabled: disabled,\n delayLongPress: delayLongPress,\n delayPressStart: delayPressIn,\n delayPressEnd: delayPressOut,\n onLongPress: onLongPress,\n onPress: onPress,\n onPressStart: function onPressStart(event) {\n showUnderlay();\n\n if (onPressIn != null) {\n onPressIn(event);\n }\n },\n onPressEnd: function onPressEnd(event) {\n hideUnderlay();\n\n if (onPressOut != null) {\n onPressOut(event);\n }\n }\n };\n }, [delayLongPress, delayPressIn, delayPressOut, disabled, onLongPress, onPress, onPressIn, onPressOut, rejectResponderTermination, showUnderlay, hideUnderlay]);\n var pressEventHandlers = usePressEvents(hostRef, pressConfig);\n var child = React.Children.only(children);\n return React.createElement(View, _extends({}, rest, pressEventHandlers, {\n accessibilityState: _objectSpread({\n disabled: disabled\n }, props.accessibilityState),\n accessible: accessible !== false,\n focusable: focusable !== false && onPress !== undefined,\n ref: setRef,\n style: [styles.root, style, !disabled && styles.actionable, extraStyles && extraStyles.underlay]\n }), React.cloneElement(child, {\n style: StyleSheet.compose(child.props.style, extraStyles && extraStyles.child)\n }));\n}\n\nvar styles = StyleSheet.create({\n root: {\n userSelect: 'none'\n },\n actionable: {\n cursor: 'pointer',\n touchAction: 'manipulation'\n }\n});\nvar MemoedTouchableHighlight = React.memo(React.forwardRef(TouchableHighlight));\nMemoedTouchableHighlight.displayName = 'TouchableHighlight';\nexport default MemoedTouchableHighlight;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/TouchableHighlight/index.js"],"names":["_extends","Object","assign","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","ownKeys","object","enumerableOnly","keys","getOwnPropertySymbols","symbols","filter","sym","getOwnPropertyDescriptor","enumerable","push","_objectSpread","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","obj","value","configurable","writable","_objectWithoutPropertiesLoose","excluded","sourceKeys","indexOf","React","useCallback","useMemo","useState","useRef","useMergeRefs","usePressEvents","StyleSheet","View","createExtraStyles","activeOpacity","underlayColor","child","opacity","underlay","backgroundColor","undefined","hasPressHandler","props","onPress","onPressIn","onPressOut","onLongPress","TouchableHighlight","forwardedRef","accessible","children","delayPressIn","delayPressOut","delayLongPress","disabled","focusable","onHideUnderlay","onShowUnderlay","rejectResponderTermination","style","testOnly_pressed","rest","hostRef","setRef","_useState","extraStyles","setExtraStyles","showUnderlay","hideUnderlay","pressConfig","cancelable","delayPressStart","delayPressEnd","onPressStart","event","onPressEnd","pressEventHandlers","Children","only","createElement","accessibilityState","ref","styles","root","actionable","cloneElement","compose","create","userSelect","cursor","touchAction","MemoedTouchableHighlight","memo","forwardRef","displayName"],"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 _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\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\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from 'react';\nimport { useCallback, useMemo, useState, useRef } from 'react';\nimport useMergeRefs from '../../modules/useMergeRefs';\nimport usePressEvents from '../../hooks/usePressEvents';\nimport StyleSheet from '../StyleSheet';\nimport View from '../View';\n\nfunction createExtraStyles(activeOpacity, underlayColor) {\n return {\n child: {\n opacity: activeOpacity !== null && activeOpacity !== void 0 ? activeOpacity : 0.85\n },\n underlay: {\n backgroundColor: underlayColor === undefined ? 'black' : underlayColor\n }\n };\n}\n\nfunction hasPressHandler(props) {\n return props.onPress != null || props.onPressIn != null || props.onPressOut != null || props.onLongPress != null;\n}\n/**\n * A wrapper for making views respond properly to touches.\n * On press down, the opacity of the wrapped view is decreased, which allows\n * the underlay color to show through, darkening or tinting the view.\n *\n * The underlay comes from wrapping the child in a new View, which can affect\n * layout, and sometimes cause unwanted visual artifacts if not used correctly,\n * for example if the backgroundColor of the wrapped view isn't explicitly set\n * to an opaque color.\n *\n * TouchableHighlight must have one child (not zero or more than one).\n * If you wish to have several child components, wrap them in a View.\n */\n\n\nfunction TouchableHighlight(props, forwardedRef) {\n var accessible = props.accessible,\n activeOpacity = props.activeOpacity,\n children = props.children,\n delayPressIn = props.delayPressIn,\n delayPressOut = props.delayPressOut,\n delayLongPress = props.delayLongPress,\n disabled = props.disabled,\n focusable = props.focusable,\n onHideUnderlay = props.onHideUnderlay,\n onLongPress = props.onLongPress,\n onPress = props.onPress,\n onPressIn = props.onPressIn,\n onPressOut = props.onPressOut,\n onShowUnderlay = props.onShowUnderlay,\n rejectResponderTermination = props.rejectResponderTermination,\n style = props.style,\n testOnly_pressed = props.testOnly_pressed,\n underlayColor = props.underlayColor,\n rest = _objectWithoutPropertiesLoose(props, [\"accessible\", \"activeOpacity\", \"children\", \"delayPressIn\", \"delayPressOut\", \"delayLongPress\", \"disabled\", \"focusable\", \"onHideUnderlay\", \"onLongPress\", \"onPress\", \"onPressIn\", \"onPressOut\", \"onShowUnderlay\", \"rejectResponderTermination\", \"style\", \"testOnly_pressed\", \"underlayColor\"]);\n\n var hostRef = useRef(null);\n var setRef = useMergeRefs(forwardedRef, hostRef);\n\n var _useState = useState(testOnly_pressed === true ? createExtraStyles(activeOpacity, underlayColor) : null),\n extraStyles = _useState[0],\n setExtraStyles = _useState[1];\n\n var showUnderlay = useCallback(function () {\n if (!hasPressHandler(props)) {\n return;\n }\n\n setExtraStyles(createExtraStyles(activeOpacity, underlayColor));\n\n if (onShowUnderlay != null) {\n onShowUnderlay();\n }\n }, [activeOpacity, onShowUnderlay, props, underlayColor]);\n var hideUnderlay = useCallback(function () {\n if (testOnly_pressed === true) {\n return;\n }\n\n if (hasPressHandler(props)) {\n setExtraStyles(null);\n\n if (onHideUnderlay != null) {\n onHideUnderlay();\n }\n }\n }, [onHideUnderlay, props, testOnly_pressed]);\n var pressConfig = useMemo(function () {\n return {\n cancelable: !rejectResponderTermination,\n disabled: disabled,\n delayLongPress: delayLongPress,\n delayPressStart: delayPressIn,\n delayPressEnd: delayPressOut,\n onLongPress: onLongPress,\n onPress: onPress,\n onPressStart: function onPressStart(event) {\n showUnderlay();\n\n if (onPressIn != null) {\n onPressIn(event);\n }\n },\n onPressEnd: function onPressEnd(event) {\n hideUnderlay();\n\n if (onPressOut != null) {\n onPressOut(event);\n }\n }\n };\n }, [delayLongPress, delayPressIn, delayPressOut, disabled, onLongPress, onPress, onPressIn, onPressOut, rejectResponderTermination, showUnderlay, hideUnderlay]);\n var pressEventHandlers = usePressEvents(hostRef, pressConfig);\n var child = React.Children.only(children);\n return React.createElement(View, _extends({}, rest, pressEventHandlers, {\n accessibilityState: _objectSpread({\n disabled: disabled\n }, props.accessibilityState),\n accessible: accessible !== false,\n focusable: focusable !== false && onPress !== undefined,\n ref: setRef,\n style: [styles.root, style, !disabled && styles.actionable, extraStyles && extraStyles.underlay]\n }), React.cloneElement(child, {\n style: StyleSheet.compose(child.props.style, extraStyles && extraStyles.child)\n }));\n}\n\nvar styles = StyleSheet.create({\n root: {\n userSelect: 'none'\n },\n actionable: {\n cursor: 'pointer',\n touchAction: 'manipulation'\n }\n});\nvar MemoedTouchableHighlight = React.memo(React.forwardRef(TouchableHighlight));\nMemoedTouchableHighlight.displayName = 'TouchableHighlight';\nexport default MemoedTouchableHighlight;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5a27a1760bd4f6407b1fea26715a87bc.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"export var STYLE_ELEMENT_ID = 'react-native-stylesheet';\nexport var STYLE_GROUPS = {\n reset: 0,\n modality: 0.1,\n classicReset: 0.5,\n classic: 1,\n atomic: 2.2,\n custom: {\n borderColor: 2,\n borderRadius: 2,\n borderStyle: 2,\n borderWidth: 2,\n display: 2,\n flex: 2,\n margin: 2,\n overflow: 2,\n overscrollBehavior: 2,\n padding: 2,\n marginHorizontal: 2.1,\n marginVertical: 2.1,\n paddingHorizontal: 2.1,\n paddingVertical: 2.1\n }\n};\nexport var STYLE_SHORT_FORM_EXPANSIONS = {\n borderColor: ['borderTopColor', 'borderRightColor', 'borderBottomColor', 'borderLeftColor'],\n borderRadius: ['borderTopLeftRadius', 'borderTopRightRadius', 'borderBottomRightRadius', 'borderBottomLeftRadius'],\n borderStyle: ['borderTopStyle', 'borderRightStyle', 'borderBottomStyle', 'borderLeftStyle'],\n borderWidth: ['borderTopWidth', 'borderRightWidth', 'borderBottomWidth', 'borderLeftWidth'],\n margin: ['marginTop', 'marginRight', 'marginBottom', 'marginLeft'],\n marginHorizontal: ['marginRight', 'marginLeft'],\n marginVertical: ['marginTop', 'marginBottom'],\n overflow: ['overflowX', 'overflowY'],\n overscrollBehavior: ['overscrollBehaviorX', 'overscrollBehaviorY'],\n padding: ['paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft'],\n paddingHorizontal: ['paddingRight', 'paddingLeft'],\n paddingVertical: ['paddingTop', 'paddingBottom']\n};\nexport var MONOSPACE_FONT_STACK = 'monospace,monospace';\nexport var SYSTEM_FONT_STACK = '-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif';","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/StyleSheet/constants.js"],"names":["STYLE_ELEMENT_ID","STYLE_GROUPS","reset","modality","classicReset","classic","atomic","custom","borderColor","borderRadius","borderStyle","borderWidth","display","flex","margin","overflow","overscrollBehavior","padding","marginHorizontal","marginVertical","paddingHorizontal","paddingVertical","STYLE_SHORT_FORM_EXPANSIONS","MONOSPACE_FONT_STACK","SYSTEM_FONT_STACK"],"mappings":"AAQA,OAAO,IAAIA,gBAAgB,GAAG,yBAAvB;AACP,OAAO,IAAIC,YAAY,GAAG;AACxBC,EAAAA,KAAK,EAAE,CADiB;AAExBC,EAAAA,QAAQ,EAAE,GAFc;AAGxBC,EAAAA,YAAY,EAAE,GAHU;AAIxBC,EAAAA,OAAO,EAAE,CAJe;AAKxBC,EAAAA,MAAM,EAAE,GALgB;AAMxBC,EAAAA,MAAM,EAAE;AACNC,IAAAA,WAAW,EAAE,CADP;AAENC,IAAAA,YAAY,EAAE,CAFR;AAGNC,IAAAA,WAAW,EAAE,CAHP;AAINC,IAAAA,WAAW,EAAE,CAJP;AAKNC,IAAAA,OAAO,EAAE,CALH;AAMNC,IAAAA,IAAI,EAAE,CANA;AAONC,IAAAA,MAAM,EAAE,CAPF;AAQNC,IAAAA,QAAQ,EAAE,CARJ;AASNC,IAAAA,kBAAkB,EAAE,CATd;AAUNC,IAAAA,OAAO,EAAE,CAVH;AAWNC,IAAAA,gBAAgB,EAAE,GAXZ;AAYNC,IAAAA,cAAc,EAAE,GAZV;AAaNC,IAAAA,iBAAiB,EAAE,GAbb;AAcNC,IAAAA,eAAe,EAAE;AAdX;AANgB,CAAnB;AAuBP,OAAO,IAAIC,2BAA2B,GAAG;AACvCd,EAAAA,WAAW,EAAE,CAAC,gBAAD,EAAmB,kBAAnB,EAAuC,mBAAvC,EAA4D,iBAA5D,CAD0B;AAEvCC,EAAAA,YAAY,EAAE,CAAC,qBAAD,EAAwB,sBAAxB,EAAgD,yBAAhD,EAA2E,wBAA3E,CAFyB;AAGvCC,EAAAA,WAAW,EAAE,CAAC,gBAAD,EAAmB,kBAAnB,EAAuC,mBAAvC,EAA4D,iBAA5D,CAH0B;AAIvCC,EAAAA,WAAW,EAAE,CAAC,gBAAD,EAAmB,kBAAnB,EAAuC,mBAAvC,EAA4D,iBAA5D,CAJ0B;AAKvCG,EAAAA,MAAM,EAAE,CAAC,WAAD,EAAc,aAAd,EAA6B,cAA7B,EAA6C,YAA7C,CAL+B;AAMvCI,EAAAA,gBAAgB,EAAE,CAAC,aAAD,EAAgB,YAAhB,CANqB;AAOvCC,EAAAA,cAAc,EAAE,CAAC,WAAD,EAAc,cAAd,CAPuB;AAQvCJ,EAAAA,QAAQ,EAAE,CAAC,WAAD,EAAc,WAAd,CAR6B;AASvCC,EAAAA,kBAAkB,EAAE,CAAC,qBAAD,EAAwB,qBAAxB,CATmB;AAUvCC,EAAAA,OAAO,EAAE,CAAC,YAAD,EAAe,cAAf,EAA+B,eAA/B,EAAgD,aAAhD,CAV8B;AAWvCG,EAAAA,iBAAiB,EAAE,CAAC,cAAD,EAAiB,aAAjB,CAXoB;AAYvCC,EAAAA,eAAe,EAAE,CAAC,YAAD,EAAe,eAAf;AAZsB,CAAlC;AAcP,OAAO,IAAIE,oBAAoB,GAAG,qBAA3B;AACP,OAAO,IAAIC,iBAAiB,GAAG,+EAAxB","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 STYLE_ELEMENT_ID = 'react-native-stylesheet';\nexport var STYLE_GROUPS = {\n reset: 0,\n modality: 0.1,\n classicReset: 0.5,\n classic: 1,\n atomic: 2.2,\n custom: {\n borderColor: 2,\n borderRadius: 2,\n borderStyle: 2,\n borderWidth: 2,\n display: 2,\n flex: 2,\n margin: 2,\n overflow: 2,\n overscrollBehavior: 2,\n padding: 2,\n marginHorizontal: 2.1,\n marginVertical: 2.1,\n paddingHorizontal: 2.1,\n paddingVertical: 2.1\n }\n};\nexport var STYLE_SHORT_FORM_EXPANSIONS = {\n borderColor: ['borderTopColor', 'borderRightColor', 'borderBottomColor', 'borderLeftColor'],\n borderRadius: ['borderTopLeftRadius', 'borderTopRightRadius', 'borderBottomRightRadius', 'borderBottomLeftRadius'],\n borderStyle: ['borderTopStyle', 'borderRightStyle', 'borderBottomStyle', 'borderLeftStyle'],\n borderWidth: ['borderTopWidth', 'borderRightWidth', 'borderBottomWidth', 'borderLeftWidth'],\n margin: ['marginTop', 'marginRight', 'marginBottom', 'marginLeft'],\n marginHorizontal: ['marginRight', 'marginLeft'],\n marginVertical: ['marginTop', 'marginBottom'],\n overflow: ['overflowX', 'overflowY'],\n overscrollBehavior: ['overscrollBehaviorX', 'overscrollBehaviorY'],\n padding: ['paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft'],\n paddingHorizontal: ['paddingRight', 'paddingLeft'],\n paddingVertical: ['paddingTop', 'paddingBottom']\n};\nexport var MONOSPACE_FONT_STACK = 'monospace,monospace';\nexport var SYSTEM_FONT_STACK = '-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif';"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5a3c1683e7539c1e4776da78585fd8e6.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"var unitlessNumbers = {\n animationIterationCount: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n flex: true,\n flexGrow: true,\n flexOrder: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n fontWeight: true,\n gridRow: true,\n gridColumn: true,\n lineClamp: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true,\n scale: true,\n scaleX: true,\n scaleY: true,\n scaleZ: true,\n shadowOpacity: true\n};\nvar prefixes = ['ms', 'Moz', 'O', 'Webkit'];\n\nvar prefixKey = function prefixKey(prefix, key) {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n};\n\nObject.keys(unitlessNumbers).forEach(function (prop) {\n prefixes.forEach(function (prefix) {\n unitlessNumbers[prefixKey(prefix, prop)] = unitlessNumbers[prop];\n });\n});\nexport default unitlessNumbers;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/modules/unitlessNumbers/index.js"],"names":["unitlessNumbers","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","flex","flexGrow","flexOrder","flexPositive","flexShrink","flexNegative","fontWeight","gridRow","gridColumn","lineClamp","opacity","order","orphans","tabSize","widows","zIndex","zoom","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","scale","scaleX","scaleY","scaleZ","shadowOpacity","prefixes","prefixKey","prefix","key","charAt","toUpperCase","substring","Object","keys","forEach","prop"],"mappings":"AASA,IAAIA,eAAe,GAAG;AACpBC,EAAAA,uBAAuB,EAAE,IADL;AAEpBC,EAAAA,iBAAiB,EAAE,IAFC;AAGpBC,EAAAA,gBAAgB,EAAE,IAHE;AAIpBC,EAAAA,gBAAgB,EAAE,IAJE;AAKpBC,EAAAA,OAAO,EAAE,IALW;AAMpBC,EAAAA,YAAY,EAAE,IANM;AAOpBC,EAAAA,eAAe,EAAE,IAPG;AAQpBC,EAAAA,WAAW,EAAE,IARO;AASpBC,EAAAA,IAAI,EAAE,IATc;AAUpBC,EAAAA,QAAQ,EAAE,IAVU;AAWpBC,EAAAA,SAAS,EAAE,IAXS;AAYpBC,EAAAA,YAAY,EAAE,IAZM;AAapBC,EAAAA,UAAU,EAAE,IAbQ;AAcpBC,EAAAA,YAAY,EAAE,IAdM;AAepBC,EAAAA,UAAU,EAAE,IAfQ;AAgBpBC,EAAAA,OAAO,EAAE,IAhBW;AAiBpBC,EAAAA,UAAU,EAAE,IAjBQ;AAkBpBC,EAAAA,SAAS,EAAE,IAlBS;AAmBpBC,EAAAA,OAAO,EAAE,IAnBW;AAoBpBC,EAAAA,KAAK,EAAE,IApBa;AAqBpBC,EAAAA,OAAO,EAAE,IArBW;AAsBpBC,EAAAA,OAAO,EAAE,IAtBW;AAuBpBC,EAAAA,MAAM,EAAE,IAvBY;AAwBpBC,EAAAA,MAAM,EAAE,IAxBY;AAyBpBC,EAAAA,IAAI,EAAE,IAzBc;AA2BpBC,EAAAA,WAAW,EAAE,IA3BO;AA4BpBC,EAAAA,YAAY,EAAE,IA5BM;AA6BpBC,EAAAA,WAAW,EAAE,IA7BO;AA8BpBC,EAAAA,eAAe,EAAE,IA9BG;AA+BpBC,EAAAA,gBAAgB,EAAE,IA/BE;AAgCpBC,EAAAA,gBAAgB,EAAE,IAhCE;AAiCpBC,EAAAA,aAAa,EAAE,IAjCK;AAkCpBC,EAAAA,WAAW,EAAE,IAlCO;AAoCpBC,EAAAA,KAAK,EAAE,IApCa;AAqCpBC,EAAAA,MAAM,EAAE,IArCY;AAsCpBC,EAAAA,MAAM,EAAE,IAtCY;AAuCpBC,EAAAA,MAAM,EAAE,IAvCY;AAyCpBC,EAAAA,aAAa,EAAE;AAzCK,CAAtB;AAgDA,IAAIC,QAAQ,GAAG,CAAC,IAAD,EAAO,KAAP,EAAc,GAAd,EAAmB,QAAnB,CAAf;;AAEA,IAAIC,SAAS,GAAG,SAASA,SAAT,CAAmBC,MAAnB,EAA2BC,GAA3B,EAAgC;AAC9C,SAAOD,MAAM,GAAGC,GAAG,CAACC,MAAJ,CAAW,CAAX,EAAcC,WAAd,EAAT,GAAuCF,GAAG,CAACG,SAAJ,CAAc,CAAd,CAA9C;AACD,CAFD;;AAIAC,MAAM,CAACC,IAAP,CAAY/C,eAAZ,EAA6BgD,OAA7B,CAAqC,UAAUC,IAAV,EAAgB;AACnDV,EAAAA,QAAQ,CAACS,OAAT,CAAiB,UAAUP,MAAV,EAAkB;AACjCzC,IAAAA,eAAe,CAACwC,SAAS,CAACC,MAAD,EAASQ,IAAT,CAAV,CAAf,GAA2CjD,eAAe,CAACiD,IAAD,CAA1D;AACD,GAFD;AAGD,CAJD;AAKA,eAAejD,eAAf","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 */\nvar unitlessNumbers = {\n animationIterationCount: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n flex: true,\n flexGrow: true,\n flexOrder: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n fontWeight: true,\n gridRow: true,\n gridColumn: true,\n lineClamp: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true,\n // transform types\n scale: true,\n scaleX: true,\n scaleY: true,\n scaleZ: true,\n // RN properties\n shadowOpacity: true\n};\n/**\n * Support style names that may come passed in prefixed by adding permutations\n * of vendor prefixes.\n */\n\nvar prefixes = ['ms', 'Moz', 'O', 'Webkit'];\n\nvar prefixKey = function prefixKey(prefix, key) {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n};\n\nObject.keys(unitlessNumbers).forEach(function (prop) {\n prefixes.forEach(function (prefix) {\n unitlessNumbers[prefixKey(prefix, prop)] = unitlessNumbers[prop];\n });\n});\nexport default unitlessNumbers;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5b1b8b74a9c8d3d83bc0cb2749d3caa5.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\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nimport { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';\nimport StyleSheet from \"../StyleSheet\";\nimport View from \"../View\";\nimport React, { forwardRef } from 'react';\n\nvar cssFunction = function () {\n if (canUseDOM && window.CSS && window.CSS.supports && window.CSS.supports('top: constant(safe-area-inset-top)')) {\n return 'constant';\n }\n\n return 'env';\n}();\n\nvar SafeAreaView = forwardRef(function (props, ref) {\n var style = props.style,\n rest = _objectWithoutPropertiesLoose(props, [\"style\"]);\n\n return React.createElement(View, _extends({}, rest, {\n ref: ref,\n style: StyleSheet.compose(styles.root, style)\n }));\n});\nSafeAreaView.displayName = 'SafeAreaView';\nvar styles = StyleSheet.create({\n root: {\n paddingTop: cssFunction + \"(safe-area-inset-top)\",\n paddingRight: cssFunction + \"(safe-area-inset-right)\",\n paddingBottom: cssFunction + \"(safe-area-inset-bottom)\",\n paddingLeft: cssFunction + \"(safe-area-inset-left)\"\n }\n});\nexport default SafeAreaView;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/SafeAreaView/index.js"],"names":["_extends","Object","assign","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","_objectWithoutPropertiesLoose","excluded","sourceKeys","keys","indexOf","canUseDOM","StyleSheet","View","React","forwardRef","cssFunction","window","CSS","supports","SafeAreaView","props","ref","style","rest","createElement","compose","styles","root","displayName","create","paddingTop","paddingRight","paddingBottom","paddingLeft"],"mappings":"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","sourcesContent":["function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/**\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 { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';\nimport StyleSheet from '../StyleSheet';\nimport View from '../View';\nimport React, { forwardRef } from 'react';\n\nvar cssFunction = function () {\n if (canUseDOM && window.CSS && window.CSS.supports && window.CSS.supports('top: constant(safe-area-inset-top)')) {\n return 'constant';\n }\n\n return 'env';\n}();\n\nvar SafeAreaView = forwardRef(function (props, ref) {\n var style = props.style,\n rest = _objectWithoutPropertiesLoose(props, [\"style\"]);\n\n return React.createElement(View, _extends({}, rest, {\n ref: ref,\n style: StyleSheet.compose(styles.root, style)\n }));\n});\nSafeAreaView.displayName = 'SafeAreaView';\nvar styles = StyleSheet.create({\n root: {\n paddingTop: cssFunction + \"(safe-area-inset-top)\",\n paddingRight: cssFunction + \"(safe-area-inset-right)\",\n paddingBottom: cssFunction + \"(safe-area-inset-bottom)\",\n paddingLeft: cssFunction + \"(safe-area-inset-left)\"\n }\n});\nexport default SafeAreaView;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5b2be6beae3ed7b57f46641414303cf3.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import AppRegistry from \"react-native-web/dist/exports/AppRegistry\";\nAppRegistry;\nvar originalWarn = console.warn;\n\nconsole.warn = function warn() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (args.length > 0 && typeof args[0] === 'string' && (/^Require cycle: .*node_modules/.test(args[0]) || /Use UIManager\\.getViewManagerConfig\\('LottieAnimationView'\\) instead\\./.test(args[0]) || /ReactNative\\.NativeModules\\.LottieAnimationView\\.getConstants/.test(args[0]))) {\n return;\n }\n\n originalWarn.apply(console, args);\n};\n\nvar originalError = console.error;\n\nconsole.error = function error() {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n if (args.length > 0 && typeof args[0] === 'string' && /^Warning: .* has been extracted/.test(args[0])) {\n return;\n }\n\n originalError.apply(console, args);\n};","map":{"version":3,"sources":["../../src/environment/react-native-logs.fx.ts"],"names":[],"mappings":";AAIA,WAAW;AAMX,IAAM,YAAY,GAAG,OAAO,CAAC,IAA7B;;AACA,OAAO,CAAC,IAAR,GAAe,SAAS,IAAT,GAAqB;AAAA,oCAAJ,IAAI;AAAJ,IAAA,IAAI;AAAA;;AAClC,MACE,IAAI,CAAC,MAAL,GAAc,CAAd,IACA,OAAO,IAAI,CAAC,CAAD,CAAX,KAAmB,QADnB,KAEC,iCAAiC,IAAjC,CAAsC,IAAI,CAAC,CAAD,CAA1C,KACC,yEAAyE,IAAzE,CAA8E,IAAI,CAAC,CAAD,CAAlF,CADD,IAEC,gEAAgE,IAAhE,CAAqE,IAAI,CAAC,CAAD,CAAzE,CAJF,CADF,EAME;AACA;AACD;;AACD,EAAA,YAAY,CAAC,KAAb,CAAmB,OAAnB,EAA4B,IAA5B;AACD,CAXD;;AAaA,IAAM,aAAa,GAAG,OAAO,CAAC,KAA9B;;AACA,OAAO,CAAC,KAAR,GAAgB,SAAS,KAAT,GAAsB;AAAA,qCAAJ,IAAI;AAAJ,IAAA,IAAI;AAAA;;AACpC,MACE,IAAI,CAAC,MAAL,GAAc,CAAd,IACA,OAAO,IAAI,CAAC,CAAD,CAAX,KAAmB,QADnB,IAEA,kCAAkC,IAAlC,CAAuC,IAAI,CAAC,CAAD,CAA3C,CAHF,EAIE;AACA;AACD;;AACD,EAAA,aAAa,CAAC,KAAd,CAAoB,OAApB,EAA6B,IAA7B;AACD,CATD","sourcesContent":["// AppRegistry transitively installs YellowBox as a side effect, which overrides various console\n// methods that we need to set up before we override them\nimport { AppRegistry } from 'react-native';\n\nAppRegistry; // eslint-disable-line @babel/no-unused-expressions\n\n// NOTE(2018-10-29): temporarily filter out cyclic dependency warnings here since they are noisy and\n// each warning symbolicates a stack trace, which is slow when there are many warnings\n// NOTE(2019-05-27): temporarily filter out LottieAnimationView warnings triggered by\n// unmaintained react-native-safe-module dependency.\nconst originalWarn = console.warn;\nconsole.warn = function warn(...args) {\n if (\n args.length > 0 &&\n typeof args[0] === 'string' &&\n (/^Require cycle: .*node_modules/.test(args[0]) ||\n /Use UIManager\\.getViewManagerConfig\\('LottieAnimationView'\\) instead\\./.test(args[0]) ||\n /ReactNative\\.NativeModules\\.LottieAnimationView\\.getConstants/.test(args[0]))\n ) {\n return;\n }\n originalWarn.apply(console, args);\n};\n\nconst originalError = console.error;\nconsole.error = function error(...args) {\n if (\n args.length > 0 &&\n typeof args[0] === 'string' &&\n /^Warning: .* has been extracted/.test(args[0])\n ) {\n return;\n }\n originalError.apply(console, args);\n};\n"],"sourceRoot":""},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5b36330631e46bbf63f870970b2122f7.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"'use strict';\n\nfunction _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\nfunction _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}\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 Platform from \"../../../exports/Platform\";\nimport * as React from 'react';\nimport ScrollView from \"../../../exports/ScrollView\";\nimport VirtualizedSectionList from \"../VirtualizedSectionList\";\n\nvar defaultProps = _objectSpread({}, VirtualizedSectionList.defaultProps, {\n stickySectionHeadersEnabled: Platform.OS === 'ios'\n});\n\nvar SectionList = function (_React$PureComponent) {\n _inheritsLoose(SectionList, _React$PureComponent);\n\n function SectionList() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$PureComponent.call.apply(_React$PureComponent, [this].concat(args)) || this;\n\n _this._captureRef = function (ref) {\n _this._wrapperListRef = ref;\n };\n\n return _this;\n }\n\n var _proto = SectionList.prototype;\n\n _proto.scrollToLocation = function scrollToLocation(params) {\n if (this._wrapperListRef != null) {\n this._wrapperListRef.scrollToLocation(params);\n }\n };\n\n _proto.recordInteraction = function recordInteraction() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n listRef && listRef.recordInteraction();\n };\n\n _proto.flashScrollIndicators = function flashScrollIndicators() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n listRef && listRef.flashScrollIndicators();\n };\n\n _proto.getScrollResponder = function getScrollResponder() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n if (listRef) {\n return listRef.getScrollResponder();\n }\n };\n\n _proto.getScrollableNode = function getScrollableNode() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n if (listRef) {\n return listRef.getScrollableNode();\n }\n };\n\n _proto.setNativeProps = function setNativeProps(props) {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n if (listRef) {\n listRef.setNativeProps(props);\n }\n };\n\n _proto.render = function render() {\n return React.createElement(VirtualizedSectionList, _extends({}, this.props, {\n ref: this._captureRef,\n getItemCount: function getItemCount(items) {\n return items.length;\n },\n getItem: function getItem(items, index) {\n return items[index];\n }\n }));\n };\n\n return SectionList;\n}(React.PureComponent);\n\nSectionList.defaultProps = defaultProps;\nexport default SectionList;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/vendor/react-native/SectionList/index.js"],"names":["_extends","Object","assign","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","_inheritsLoose","subClass","superClass","create","constructor","__proto__","ownKeys","object","enumerableOnly","keys","getOwnPropertySymbols","symbols","filter","sym","getOwnPropertyDescriptor","enumerable","push","_objectSpread","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","obj","value","configurable","writable","Platform","React","ScrollView","VirtualizedSectionList","defaultProps","stickySectionHeadersEnabled","OS","SectionList","_React$PureComponent","_this","_len","args","Array","_key","concat","_captureRef","ref","_wrapperListRef","_proto","scrollToLocation","params","recordInteraction","listRef","getListRef","flashScrollIndicators","getScrollResponder","getScrollableNode","setNativeProps","props","render","createElement","getItemCount","items","getItem","index","PureComponent"],"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 _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\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 Platform from '../../../exports/Platform';\nimport * as React from 'react';\nimport ScrollView from '../../../exports/ScrollView';\nimport VirtualizedSectionList from '../VirtualizedSectionList';\n\nvar defaultProps = _objectSpread({}, VirtualizedSectionList.defaultProps, {\n stickySectionHeadersEnabled: Platform.OS === 'ios'\n});\n\n/**\n * A performant interface for rendering sectioned lists, supporting the most handy features:\n *\n * - Fully cross-platform.\n * - Configurable viewability callbacks.\n * - List header support.\n * - List footer support.\n * - Item separator support.\n * - Section header support.\n * - Section separator support.\n * - Heterogeneous data and item rendering support.\n * - Pull to Refresh.\n * - Scroll loading.\n *\n * If you don't need section support and want a simpler interface, use\n * [`<FlatList>`](/react-native/docs/flatlist.html).\n *\n * Simple Examples:\n *\n * <SectionList\n * renderItem={({item}) => <ListItem title={item} />}\n * renderSectionHeader={({section}) => <Header title={section.title} />}\n * sections={[ // homogeneous rendering between sections\n * {data: [...], title: ...},\n * {data: [...], title: ...},\n * {data: [...], title: ...},\n * ]}\n * />\n *\n * <SectionList\n * sections={[ // heterogeneous rendering between sections\n * {data: [...], renderItem: ...},\n * {data: [...], renderItem: ...},\n * {data: [...], renderItem: ...},\n * ]}\n * />\n *\n * This is a convenience wrapper around [`<VirtualizedList>`](docs/virtualizedlist.html),\n * and thus inherits its props (as well as those of `ScrollView`) that aren't explicitly listed\n * here, along with the following caveats:\n *\n * - Internal state is not preserved when content scrolls out of the render window. Make sure all\n * your data is captured in the item data or external stores like Flux, Redux, or Relay.\n * - This is a `PureComponent` which means that it will not re-render if `props` remain shallow-\n * equal. Make sure that everything your `renderItem` function depends on is passed as a prop\n * (e.g. `extraData`) that is not `===` after updates, otherwise your UI may not update on\n * changes. This includes the `data` prop and parent component state.\n * - In order to constrain memory and enable smooth scrolling, content is rendered asynchronously\n * offscreen. This means it's possible to scroll faster than the fill rate and momentarily see\n * blank content. This is a tradeoff that can be adjusted to suit the needs of each application,\n * and we are working on improving it behind the scenes.\n * - By default, the list looks for a `key` prop on each item and uses that for the React key.\n * Alternatively, you can provide a custom `keyExtractor` prop.\n *\n */\nvar SectionList =\n/*#__PURE__*/\nfunction (_React$PureComponent) {\n _inheritsLoose(SectionList, _React$PureComponent);\n\n function SectionList() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$PureComponent.call.apply(_React$PureComponent, [this].concat(args)) || this;\n\n _this._captureRef = function (ref) {\n // $FlowFixMe\n _this._wrapperListRef = ref;\n };\n\n return _this;\n }\n\n var _proto = SectionList.prototype;\n\n /**\n * Scrolls to the item at the specified `sectionIndex` and `itemIndex` (within the section)\n * positioned in the viewable area such that `viewPosition` 0 places it at the top (and may be\n * covered by a sticky header), 1 at the bottom, and 0.5 centered in the middle. `viewOffset` is a\n * fixed number of pixels to offset the final target position, e.g. to compensate for sticky\n * headers.\n *\n * Note: cannot scroll to locations outside the render window without specifying the\n * `getItemLayout` prop.\n */\n _proto.scrollToLocation = function scrollToLocation(params) {\n if (this._wrapperListRef != null) {\n this._wrapperListRef.scrollToLocation(params);\n }\n }\n /**\n * Tells the list an interaction has occurred, which should trigger viewability calculations, e.g.\n * if `waitForInteractions` is true and the user has not scrolled. This is typically called by\n * taps on items or by navigation actions.\n */\n ;\n\n _proto.recordInteraction = function recordInteraction() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n listRef && listRef.recordInteraction();\n }\n /**\n * Displays the scroll indicators momentarily.\n *\n * @platform ios\n */\n ;\n\n _proto.flashScrollIndicators = function flashScrollIndicators() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n listRef && listRef.flashScrollIndicators();\n }\n /**\n * Provides a handle to the underlying scroll responder.\n */\n ;\n\n _proto.getScrollResponder = function getScrollResponder() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n if (listRef) {\n return listRef.getScrollResponder();\n }\n };\n\n _proto.getScrollableNode = function getScrollableNode() {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n if (listRef) {\n return listRef.getScrollableNode();\n }\n };\n\n _proto.setNativeProps = function setNativeProps(props) {\n var listRef = this._wrapperListRef && this._wrapperListRef.getListRef();\n\n if (listRef) {\n listRef.setNativeProps(props);\n }\n };\n\n _proto.render = function render() {\n return (\n /* $FlowFixMe(>=0.66.0 site=react_native_fb) This comment suppresses an\n * error found when Flow v0.66 was deployed. To see the error delete this\n * comment and run Flow. */\n React.createElement(VirtualizedSectionList, _extends({}, this.props, {\n ref: this._captureRef,\n getItemCount: function getItemCount(items) {\n return items.length;\n },\n getItem: function getItem(items, index) {\n return items[index];\n }\n }))\n );\n };\n\n return SectionList;\n}(React.PureComponent);\n\nSectionList.defaultProps = defaultProps;\nexport default SectionList;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5b9bc4b234aa59e34135748fd93507b6.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';\nimport { useEffect, useLayoutEffect } from 'react';\nvar useLayoutEffectImpl = canUseDOM ? useLayoutEffect : useEffect;\nexport default useLayoutEffectImpl;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/hooks/useLayoutEffect.js"],"names":["canUseDOM","useEffect","useLayoutEffect","useLayoutEffectImpl"],"mappings":"AAWA,SAASA,SAAT,QAA0B,+BAA1B;AACA,SAASC,SAAT,EAAoBC,eAApB,QAA2C,OAA3C;AACA,IAAIC,mBAAmB,GAAGH,SAAS,GAAGE,eAAH,GAAqBD,SAAxD;AACA,eAAeE,mBAAf","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 * useLayoutEffect throws an error on the server. On the few occasions where is\n * problematic, use this hook.\n *\n * \n */\nimport { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';\nimport { useEffect, useLayoutEffect } from 'react';\nvar useLayoutEffectImpl = canUseDOM ? useLayoutEffect : useEffect;\nexport default useLayoutEffectImpl;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5c0087a9595888025264a9904d1b8eef.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import PooledClass from \"../../vendor/react-native/PooledClass\";\nvar twoArgumentPooler = PooledClass.twoArgumentPooler;\n\nfunction BoundingDimensions(width, height) {\n this.width = width;\n this.height = height;\n}\n\nBoundingDimensions.prototype.destructor = function () {\n this.width = null;\n this.height = null;\n};\n\nBoundingDimensions.getPooledFromElement = function (element) {\n return BoundingDimensions.getPooled(element.offsetWidth, element.offsetHeight);\n};\n\nPooledClass.addPoolingTo(BoundingDimensions, twoArgumentPooler);\nexport default BoundingDimensions;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/Touchable/BoundingDimensions.js"],"names":["PooledClass","twoArgumentPooler","BoundingDimensions","width","height","prototype","destructor","getPooledFromElement","element","getPooled","offsetWidth","offsetHeight","addPoolingTo"],"mappings":"AASA,OAAOA,WAAP;AACA,IAAIC,iBAAiB,GAAGD,WAAW,CAACC,iBAApC;;AAKA,SAASC,kBAAT,CAA4BC,KAA5B,EAAmCC,MAAnC,EAA2C;AACzC,OAAKD,KAAL,GAAaA,KAAb;AACA,OAAKC,MAAL,GAAcA,MAAd;AACD;;AAEDF,kBAAkB,CAACG,SAAnB,CAA6BC,UAA7B,GAA0C,YAAY;AACpD,OAAKH,KAAL,GAAa,IAAb;AACA,OAAKC,MAAL,GAAc,IAAd;AACD,CAHD;;AAKAF,kBAAkB,CAACK,oBAAnB,GAA0C,UAAUC,OAAV,EAAmB;AAC3D,SAAON,kBAAkB,CAACO,SAAnB,CAA6BD,OAAO,CAACE,WAArC,EAAkDF,OAAO,CAACG,YAA1D,CAAP;AACD,CAFD;;AAIAX,WAAW,CAACY,YAAZ,CAAyBV,kBAAzB,EAA6CD,iBAA7C;AACA,eAAeC,kBAAf","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 PooledClass from '../../vendor/react-native/PooledClass';\nvar twoArgumentPooler = PooledClass.twoArgumentPooler;\n/**\n * PooledClass representing the bounding rectangle of a region.\n */\n\nfunction BoundingDimensions(width, height) {\n this.width = width;\n this.height = height;\n}\n\nBoundingDimensions.prototype.destructor = function () {\n this.width = null;\n this.height = null;\n};\n\nBoundingDimensions.getPooledFromElement = function (element) {\n return BoundingDimensions.getPooled(element.offsetWidth, element.offsetHeight);\n};\n\nPooledClass.addPoolingTo(BoundingDimensions, twoArgumentPooler);\nexport default BoundingDimensions;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5d16233202c82021ddec174b9bb58863.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import { unmountComponentAtNode } from 'react-dom';\nexport default unmountComponentAtNode;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/unmountComponentAtNode/index.js"],"names":["unmountComponentAtNode"],"mappings":"AAQA,SAASA,sBAAT,QAAuC,WAAvC;AACA,eAAeA,sBAAf","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 { unmountComponentAtNode } from 'react-dom';\nexport default unmountComponentAtNode;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5d569557de3b7d5fa8afc576ac512a04.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import _slicedToArray from \"@babel/runtime/helpers/slicedToArray\";\nimport _objectWithoutProperties from \"@babel/runtime/helpers/objectWithoutProperties\";\nimport _defineProperty2 from \"@babel/runtime/helpers/defineProperty\";\nimport _classCallCheck from \"@babel/runtime/helpers/classCallCheck\";\nimport _createClass from \"@babel/runtime/helpers/createClass\";\nvar _excluded = [\"enabled\"];\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) { _defineProperty2(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 _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\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 Hammer from '@egjs/hammerjs';\nimport findNodeHandle from \"react-native-web/dist/exports/findNodeHandle\";\nimport { State } from \"../State\";\nimport { EventMap } from \"./constants\";\nimport * as NodeManager from \"./NodeManager\";\nvar gestureInstances = 0;\n\nvar GestureHandler = function () {\n function GestureHandler() {\n var _this = this;\n\n _classCallCheck(this, GestureHandler);\n\n _defineProperty(this, \"handlerTag\", void 0);\n\n _defineProperty(this, \"isGestureRunning\", false);\n\n _defineProperty(this, \"view\", null);\n\n _defineProperty(this, \"hasCustomActivationCriteria\", void 0);\n\n _defineProperty(this, \"hasGestureFailed\", false);\n\n _defineProperty(this, \"hammer\", null);\n\n _defineProperty(this, \"initialRotation\", null);\n\n _defineProperty(this, \"__initialX\", void 0);\n\n _defineProperty(this, \"__initialY\", void 0);\n\n _defineProperty(this, \"config\", {});\n\n _defineProperty(this, \"previousState\", State.UNDETERMINED);\n\n _defineProperty(this, \"pendingGestures\", {});\n\n _defineProperty(this, \"oldState\", State.UNDETERMINED);\n\n _defineProperty(this, \"lastSentState\", null);\n\n _defineProperty(this, \"gestureInstance\", void 0);\n\n _defineProperty(this, \"_stillWaiting\", void 0);\n\n _defineProperty(this, \"propsRef\", void 0);\n\n _defineProperty(this, \"ref\", void 0);\n\n _defineProperty(this, \"clearSelfAsPending\", function () {\n if (Array.isArray(_this.config.waitFor)) {\n for (var _iterator = _createForOfIteratorHelperLoose(_this.config.waitFor), _step; !(_step = _iterator()).done;) {\n var gesture = _step.value;\n gesture.removePendingGesture(_this.id);\n }\n }\n });\n\n _defineProperty(this, \"destroy\", function () {\n _this.clearSelfAsPending();\n\n if (_this.hammer) {\n _this.hammer.stop(false);\n\n _this.hammer.destroy();\n }\n\n _this.hammer = null;\n });\n\n _defineProperty(this, \"isPointInView\", function (_ref) {\n var x = _ref.x,\n y = _ref.y;\n\n var rect = _this.view.getBoundingClientRect();\n\n var pointerInside = x >= rect.left && x <= rect.right && y >= rect.top && y <= rect.bottom;\n return pointerInside;\n });\n\n _defineProperty(this, \"sendEvent\", function (nativeEvent) {\n var _this$propsRef$curren = _this.propsRef.current,\n onGestureHandlerEvent = _this$propsRef$curren.onGestureHandlerEvent,\n onGestureHandlerStateChange = _this$propsRef$curren.onGestureHandlerStateChange;\n\n var event = _this.transformEventData(nativeEvent);\n\n invokeNullableMethod(onGestureHandlerEvent, event);\n\n if (_this.lastSentState !== event.nativeEvent.state) {\n _this.lastSentState = event.nativeEvent.state;\n invokeNullableMethod(onGestureHandlerStateChange, event);\n }\n });\n\n _defineProperty(this, \"sync\", function () {\n var gesture = _this.hammer.get(_this.name);\n\n if (!gesture) return;\n\n var enable = function enable(recognizer, inputData) {\n if (!_this.config.enabled) {\n _this.isGestureRunning = false;\n _this.hasGestureFailed = false;\n return false;\n }\n\n if (!inputData || !recognizer.options || typeof inputData.maxPointers === 'undefined') {\n return _this.shouldEnableGestureOnSetup;\n }\n\n if (_this.hasGestureFailed) {\n return false;\n }\n\n if (!_this.isDiscrete) {\n if (_this.isGestureRunning) {\n return true;\n }\n\n _this._stillWaiting = _this._getPendingGestures();\n\n if (_this._stillWaiting.length) {\n for (var _iterator2 = _createForOfIteratorHelperLoose(_this._stillWaiting), _step2; !(_step2 = _iterator2()).done;) {\n var _gesture2 = _step2.value;\n\n if (!_gesture2.isDiscrete && _gesture2.isGestureRunning) {\n _this.hasGestureFailed = true;\n _this.isGestureRunning = false;\n return false;\n }\n }\n\n return false;\n }\n }\n\n if (!_this.hasCustomActivationCriteria) {\n return true;\n }\n\n var deltaRotation = _this.initialRotation == null ? 0 : inputData.rotation - _this.initialRotation;\n\n var _this$isGestureEnable = _this.isGestureEnabledForEvent(_this.getConfig(), recognizer, _objectSpread(_objectSpread({}, inputData), {}, {\n deltaRotation: deltaRotation\n })),\n success = _this$isGestureEnable.success,\n failed = _this$isGestureEnable.failed;\n\n if (failed) {\n _this.simulateCancelEvent(inputData);\n\n _this.hasGestureFailed = true;\n }\n\n return success;\n };\n\n var params = _this.getHammerConfig();\n\n gesture.set(_objectSpread(_objectSpread({}, params), {}, {\n enable: enable\n }));\n });\n\n this.gestureInstance = gestureInstances++;\n this.hasCustomActivationCriteria = false;\n }\n\n _createClass(GestureHandler, [{\n key: \"id\",\n get: function get() {\n return \"\".concat(this.name).concat(this.gestureInstance);\n }\n }, {\n key: \"isDiscrete\",\n get: function get() {\n return false;\n }\n }, {\n key: \"shouldEnableGestureOnSetup\",\n get: function get() {\n throw new Error('Must override GestureHandler.shouldEnableGestureOnSetup');\n }\n }, {\n key: \"getConfig\",\n value: function getConfig() {\n return this.config;\n }\n }, {\n key: \"onWaitingEnded\",\n value: function onWaitingEnded(_gesture) {}\n }, {\n key: \"removePendingGesture\",\n value: function removePendingGesture(id) {\n delete this.pendingGestures[id];\n }\n }, {\n key: \"addPendingGesture\",\n value: function addPendingGesture(gesture) {\n this.pendingGestures[gesture.id] = gesture;\n }\n }, {\n key: \"isGestureEnabledForEvent\",\n value: function isGestureEnabledForEvent(_config, _recognizer, _event) {\n return {\n success: true\n };\n }\n }, {\n key: \"NativeGestureClass\",\n get: function get() {\n throw new Error('Must override GestureHandler.NativeGestureClass');\n }\n }, {\n key: \"updateHasCustomActivationCriteria\",\n value: function updateHasCustomActivationCriteria(_config) {\n return true;\n }\n }, {\n key: \"updateGestureConfig\",\n value: function updateGestureConfig(_ref2) {\n var _ref2$enabled = _ref2.enabled,\n enabled = _ref2$enabled === void 0 ? true : _ref2$enabled,\n props = _objectWithoutProperties(_ref2, _excluded);\n\n this.clearSelfAsPending();\n this.config = ensureConfig(_objectSpread({\n enabled: enabled\n }, props));\n this.hasCustomActivationCriteria = this.updateHasCustomActivationCriteria(this.config);\n\n if (Array.isArray(this.config.waitFor)) {\n for (var _iterator3 = _createForOfIteratorHelperLoose(this.config.waitFor), _step3; !(_step3 = _iterator3()).done;) {\n var gesture = _step3.value;\n gesture.addPendingGesture(this);\n }\n }\n\n if (this.hammer) {\n this.sync();\n }\n\n return this.config;\n }\n }, {\n key: \"getState\",\n value: function getState(type) {\n if (type == 0) {\n return 0;\n }\n\n return EventMap[type];\n }\n }, {\n key: \"transformEventData\",\n value: function transformEventData(event) {\n var eventType = event.eventType,\n numberOfPointers = event.maxPointers;\n var changedTouch = event.changedPointers[0];\n var pointerInside = this.isPointInView({\n x: changedTouch.clientX,\n y: changedTouch.clientY\n });\n var state = this.getState(eventType);\n\n if (state !== this.previousState) {\n this.oldState = this.previousState;\n this.previousState = state;\n }\n\n return {\n nativeEvent: _objectSpread(_objectSpread({\n numberOfPointers: numberOfPointers,\n state: state,\n pointerInside: pointerInside\n }, this.transformNativeEvent(event)), {}, {\n handlerTag: this.handlerTag,\n target: this.ref,\n oldState: this.oldState\n }),\n timeStamp: Date.now()\n };\n }\n }, {\n key: \"transformNativeEvent\",\n value: function transformNativeEvent(_event) {\n return {};\n }\n }, {\n key: \"cancelPendingGestures\",\n value: function cancelPendingGestures(event) {\n for (var _i = 0, _Object$values = Object.values(this.pendingGestures); _i < _Object$values.length; _i++) {\n var gesture = _Object$values[_i];\n\n if (gesture && gesture.isGestureRunning) {\n gesture.hasGestureFailed = true;\n gesture.cancelEvent(event);\n }\n }\n }\n }, {\n key: \"notifyPendingGestures\",\n value: function notifyPendingGestures() {\n for (var _i2 = 0, _Object$values2 = Object.values(this.pendingGestures); _i2 < _Object$values2.length; _i2++) {\n var gesture = _Object$values2[_i2];\n\n if (gesture) {\n gesture.onWaitingEnded(this);\n }\n }\n }\n }, {\n key: \"onGestureEnded\",\n value: function onGestureEnded(event) {\n this.isGestureRunning = false;\n this.cancelPendingGestures(event);\n }\n }, {\n key: \"forceInvalidate\",\n value: function forceInvalidate(event) {\n if (this.isGestureRunning) {\n this.hasGestureFailed = true;\n this.cancelEvent(event);\n }\n }\n }, {\n key: \"cancelEvent\",\n value: function cancelEvent(event) {\n this.notifyPendingGestures();\n this.sendEvent(_objectSpread(_objectSpread({}, event), {}, {\n eventType: Hammer.INPUT_CANCEL,\n isFinal: true\n }));\n this.onGestureEnded(event);\n }\n }, {\n key: \"onRawEvent\",\n value: function onRawEvent(_ref3) {\n var isFirst = _ref3.isFirst;\n\n if (isFirst) {\n this.hasGestureFailed = false;\n }\n }\n }, {\n key: \"setView\",\n value: function setView(ref, propsRef) {\n var _this2 = this;\n\n if (ref == null) {\n this.destroy();\n this.view = null;\n return;\n }\n\n this.propsRef = propsRef;\n this.ref = ref;\n this.view = findNodeHandle(ref);\n this.hammer = new Hammer.Manager(this.view);\n this.oldState = State.UNDETERMINED;\n this.previousState = State.UNDETERMINED;\n this.lastSentState = null;\n var NativeGestureClass = this.NativeGestureClass;\n var gesture = new NativeGestureClass(this.getHammerConfig());\n this.hammer.add(gesture);\n this.hammer.on('hammer.input', function (ev) {\n if (!_this2.config.enabled) {\n _this2.hasGestureFailed = false;\n _this2.isGestureRunning = false;\n return;\n }\n\n _this2.onRawEvent(ev);\n\n if (_this2.initialRotation === null && ev.rotation !== 0) {\n _this2.initialRotation = ev.rotation;\n }\n\n if (ev.isFinal) {\n setTimeout(function () {\n _this2.initialRotation = null;\n _this2.hasGestureFailed = false;\n });\n }\n });\n this.setupEvents();\n this.sync();\n }\n }, {\n key: \"setupEvents\",\n value: function setupEvents() {\n var _this3 = this;\n\n if (!this.isDiscrete) {\n this.hammer.on(\"\".concat(this.name, \"start\"), function (event) {\n return _this3.onStart(event);\n });\n this.hammer.on(\"\".concat(this.name, \"end \").concat(this.name, \"cancel\"), function (event) {\n _this3.onGestureEnded(event);\n });\n }\n\n this.hammer.on(this.name, function (ev) {\n return _this3.onGestureActivated(ev);\n });\n }\n }, {\n key: \"onStart\",\n value: function onStart(_ref4) {\n var deltaX = _ref4.deltaX,\n deltaY = _ref4.deltaY,\n rotation = _ref4.rotation;\n this.oldState = State.UNDETERMINED;\n this.previousState = State.UNDETERMINED;\n this.lastSentState = null;\n this.isGestureRunning = true;\n this.__initialX = deltaX;\n this.__initialY = deltaY;\n this.initialRotation = rotation;\n }\n }, {\n key: \"onGestureActivated\",\n value: function onGestureActivated(ev) {\n this.sendEvent(ev);\n }\n }, {\n key: \"onSuccess\",\n value: function onSuccess() {}\n }, {\n key: \"_getPendingGestures\",\n value: function _getPendingGestures() {\n if (Array.isArray(this.config.waitFor) && this.config.waitFor.length) {\n var stillWaiting = this.config.waitFor.filter(function (_ref5) {\n var hasGestureFailed = _ref5.hasGestureFailed;\n return hasGestureFailed === false;\n });\n return stillWaiting;\n }\n\n return [];\n }\n }, {\n key: \"getHammerConfig\",\n value: function getHammerConfig() {\n var pointers = this.config.minPointers === this.config.maxPointers ? this.config.minPointers : 0;\n return {\n pointers: pointers\n };\n }\n }, {\n key: \"simulateCancelEvent\",\n value: function simulateCancelEvent(_inputData) {}\n }]);\n\n return GestureHandler;\n}();\n\nfunction invokeNullableMethod(method, event) {\n if (method) {\n if (typeof method === 'function') {\n method(event);\n } else {\n if ('__getHandler' in method && typeof method.__getHandler === 'function') {\n var handler = method.__getHandler();\n\n invokeNullableMethod(handler, event);\n } else {\n if ('__nodeConfig' in method) {\n var argMapping = method.__nodeConfig.argMapping;\n\n if (Array.isArray(argMapping)) {\n for (var index in argMapping) {\n var _argMapping$index = _slicedToArray(argMapping[index], 2),\n key = _argMapping$index[0],\n value = _argMapping$index[1];\n\n if (key in event.nativeEvent) {\n var nativeValue = event.nativeEvent[key];\n\n if (value && value.setValue) {\n value.setValue(nativeValue);\n } else {\n method.__nodeConfig.argMapping[index] = [key, nativeValue];\n }\n }\n }\n }\n }\n }\n }\n }\n}\n\nfunction ensureConfig(config) {\n var props = _objectSpread({}, config);\n\n if ('minDist' in config) {\n props.minDist = config.minDist;\n props.minDistSq = props.minDist * props.minDist;\n }\n\n if ('minVelocity' in config) {\n props.minVelocity = config.minVelocity;\n props.minVelocitySq = props.minVelocity * props.minVelocity;\n }\n\n if ('maxDist' in config) {\n props.maxDist = config.maxDist;\n props.maxDistSq = config.maxDist * config.maxDist;\n }\n\n if ('waitFor' in config) {\n props.waitFor = asArray(config.waitFor).map(function (_ref6) {\n var handlerTag = _ref6.handlerTag;\n return NodeManager.getHandler(handlerTag);\n }).filter(function (v) {\n return v;\n });\n } else {\n props.waitFor = null;\n }\n\n var configProps = ['minPointers', 'maxPointers', 'minDist', 'maxDist', 'maxDistSq', 'minVelocitySq', 'minDistSq', 'minVelocity', 'failOffsetXStart', 'failOffsetYStart', 'failOffsetXEnd', 'failOffsetYEnd', 'activeOffsetXStart', 'activeOffsetXEnd', 'activeOffsetYStart', 'activeOffsetYEnd'];\n configProps.forEach(function (prop) {\n if (typeof props[prop] === 'undefined') {\n props[prop] = Number.NaN;\n }\n });\n return props;\n}\n\nfunction asArray(value) {\n return value == null ? [] : Array.isArray(value) ? value : [value];\n}\n\nexport default GestureHandler;","map":{"version":3,"sources":["GestureHandler.ts"],"names":["gestureInstances","State","UNDETERMINED","id","isDiscrete","shouldEnableGestureOnSetup","constructor","getConfig","onWaitingEnded","removePendingGesture","addPendingGesture","gesture","isGestureEnabledForEvent","success","NativeGestureClass","updateHasCustomActivationCriteria","Array","updateGestureConfig","enabled","props","ensureConfig","y","rect","pointerInside","x","getState","type","EventMap","transformEventData","maxPointers","numberOfPointers","changedTouch","event","clientY","state","nativeEvent","handlerTag","target","oldState","timeStamp","Date","transformNativeEvent","onGestureHandlerStateChange","invokeNullableMethod","cancelPendingGestures","Object","notifyPendingGestures","onGestureEnded","forceInvalidate","cancelEvent","eventType","Hammer","isFinal","onRawEvent","isFirst","setView","ref","findNodeHandle","ev","setTimeout","setupEvents","onStart","rotation","onGestureActivated","onSuccess","_getPendingGestures","stillWaiting","hasGestureFailed","getHammerConfig","pointers","enable","recognizer","inputData","deltaRotation","failed","params","simulateCancelEvent","method","handler","argMapping","key","nativeValue","value","config","asArray","NodeManager","v","configProps","prop","Number"],"mappings":"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","sourcesContent":["/* eslint-disable eslint-comments/no-unlimited-disable */\n/* eslint-disable */\nimport Hammer from '@egjs/hammerjs';\nimport { findNodeHandle } from 'react-native';\n\nimport { State } from '../State';\nimport { EventMap } from './constants';\nimport * as NodeManager from './NodeManager';\n\n// TODO(TS) Replace with HammerInput if https://github.com/DefinitelyTyped/DefinitelyTyped/pull/50438/files is merged\nexport type HammerInputExt = Omit<HammerInput, 'destroy' | 'handler' | 'init'>;\n\nexport type Config = Partial<{\n enabled: boolean;\n minPointers: number;\n maxPointers: number;\n minDist: number;\n minDistSq: number;\n minVelocity: number;\n minVelocitySq: number;\n maxDist: number;\n maxDistSq: number;\n failOffsetXStart: number;\n failOffsetYStart: number;\n failOffsetXEnd: number;\n failOffsetYEnd: number;\n activeOffsetXStart: number;\n activeOffsetXEnd: number;\n activeOffsetYStart: number;\n activeOffsetYEnd: number;\n waitFor: any[] | null;\n}>;\n\ntype NativeEvent = ReturnType<GestureHandler['transformEventData']>;\n\nlet gestureInstances = 0;\n\nabstract class GestureHandler {\n public handlerTag: any;\n public isGestureRunning = false;\n public view: number | null = null;\n protected hasCustomActivationCriteria: boolean;\n protected hasGestureFailed = false;\n protected hammer: HammerManager | null = null;\n protected initialRotation: number | null = null;\n protected __initialX: any;\n protected __initialY: any;\n protected config: Config = {};\n protected previousState: State = State.UNDETERMINED;\n private pendingGestures: Record<string, this> = {};\n private oldState: State = State.UNDETERMINED;\n private lastSentState: State | null = null;\n private gestureInstance: number;\n private _stillWaiting: any;\n private propsRef: any;\n private ref: any;\n\n abstract get name(): string;\n\n get id() {\n return `${this.name}${this.gestureInstance}`;\n }\n\n get isDiscrete() {\n return false;\n }\n\n get shouldEnableGestureOnSetup(): boolean {\n throw new Error('Must override GestureHandler.shouldEnableGestureOnSetup');\n }\n\n constructor() {\n this.gestureInstance = gestureInstances++;\n this.hasCustomActivationCriteria = false;\n }\n\n getConfig() {\n return this.config;\n }\n\n onWaitingEnded(_gesture: this) {}\n\n removePendingGesture(id: string) {\n delete this.pendingGestures[id];\n }\n\n addPendingGesture(gesture: this) {\n this.pendingGestures[gesture.id] = gesture;\n }\n\n isGestureEnabledForEvent(\n _config: any,\n _recognizer: any,\n _event: any\n ): { failed?: boolean; success?: boolean } {\n return { success: true };\n }\n\n get NativeGestureClass(): RecognizerStatic {\n throw new Error('Must override GestureHandler.NativeGestureClass');\n }\n\n updateHasCustomActivationCriteria(_config: Config) {\n return true;\n }\n\n clearSelfAsPending = () => {\n if (Array.isArray(this.config.waitFor)) {\n for (const gesture of this.config.waitFor) {\n gesture.removePendingGesture(this.id);\n }\n }\n };\n\n updateGestureConfig({ enabled = true, ...props }) {\n this.clearSelfAsPending();\n\n this.config = ensureConfig({ enabled, ...props });\n this.hasCustomActivationCriteria = this.updateHasCustomActivationCriteria(\n this.config\n );\n if (Array.isArray(this.config.waitFor)) {\n for (const gesture of this.config.waitFor) {\n gesture.addPendingGesture(this);\n }\n }\n\n if (this.hammer) {\n this.sync();\n }\n return this.config;\n }\n\n destroy = () => {\n this.clearSelfAsPending();\n\n if (this.hammer) {\n this.hammer.stop(false);\n this.hammer.destroy();\n }\n this.hammer = null;\n };\n\n isPointInView = ({ x, y }: { x: number; y: number }) => {\n // @ts-ignore FIXME(TS)\n const rect = this.view!.getBoundingClientRect();\n const pointerInside =\n x >= rect.left && x <= rect.right && y >= rect.top && y <= rect.bottom;\n return pointerInside;\n };\n\n getState(type: keyof typeof EventMap): State {\n // @ts-ignore TODO(TS) check if this is needed\n if (type == 0) {\n return 0;\n }\n return EventMap[type];\n }\n\n transformEventData(event: HammerInputExt) {\n const { eventType, maxPointers: numberOfPointers } = event;\n // const direction = DirectionMap[ev.direction];\n const changedTouch = event.changedPointers[0];\n const pointerInside = this.isPointInView({\n x: changedTouch.clientX,\n y: changedTouch.clientY,\n });\n\n // TODO(TS) Remove cast after https://github.com/DefinitelyTyped/DefinitelyTyped/pull/50966 is merged.\n const state = this.getState(eventType as 1 | 2 | 4 | 8);\n if (state !== this.previousState) {\n this.oldState = this.previousState;\n this.previousState = state;\n }\n\n return {\n nativeEvent: {\n numberOfPointers,\n state,\n pointerInside,\n ...this.transformNativeEvent(event),\n // onHandlerStateChange only\n handlerTag: this.handlerTag,\n target: this.ref,\n oldState: this.oldState,\n },\n timeStamp: Date.now(),\n };\n }\n\n transformNativeEvent(_event: HammerInputExt) {\n return {};\n }\n\n sendEvent = (nativeEvent: HammerInputExt) => {\n const {\n onGestureHandlerEvent,\n onGestureHandlerStateChange,\n } = this.propsRef.current;\n\n const event = this.transformEventData(nativeEvent);\n\n invokeNullableMethod(onGestureHandlerEvent, event);\n if (this.lastSentState !== event.nativeEvent.state) {\n this.lastSentState = event.nativeEvent.state as State;\n invokeNullableMethod(onGestureHandlerStateChange, event);\n }\n };\n\n cancelPendingGestures(event: HammerInputExt) {\n for (const gesture of Object.values(this.pendingGestures)) {\n if (gesture && gesture.isGestureRunning) {\n gesture.hasGestureFailed = true;\n gesture.cancelEvent(event);\n }\n }\n }\n\n notifyPendingGestures() {\n for (const gesture of Object.values(this.pendingGestures)) {\n if (gesture) {\n gesture.onWaitingEnded(this);\n }\n }\n }\n\n // FIXME event is undefined in runtime when firstly invoked (see Draggable example), check other functions taking event as input\n onGestureEnded(event: HammerInputExt) {\n this.isGestureRunning = false;\n this.cancelPendingGestures(event);\n }\n\n forceInvalidate(event: HammerInputExt) {\n if (this.isGestureRunning) {\n this.hasGestureFailed = true;\n this.cancelEvent(event);\n }\n }\n\n cancelEvent(event: HammerInputExt) {\n this.notifyPendingGestures();\n this.sendEvent({\n ...event,\n eventType: Hammer.INPUT_CANCEL,\n isFinal: true,\n });\n this.onGestureEnded(event);\n }\n\n onRawEvent({ isFirst }: HammerInputExt) {\n if (isFirst) {\n this.hasGestureFailed = false;\n }\n }\n\n setView(ref: Parameters<typeof findNodeHandle>['0'], propsRef: any) {\n if (ref == null) {\n this.destroy();\n this.view = null;\n return;\n }\n\n this.propsRef = propsRef;\n this.ref = ref;\n\n this.view = findNodeHandle(ref);\n this.hammer = new Hammer.Manager(this.view as any);\n\n this.oldState = State.UNDETERMINED;\n this.previousState = State.UNDETERMINED;\n this.lastSentState = null;\n\n const { NativeGestureClass } = this;\n // @ts-ignore TODO(TS)\n const gesture = new NativeGestureClass(this.getHammerConfig());\n this.hammer.add(gesture);\n\n this.hammer.on('hammer.input', (ev: HammerInput) => {\n if (!this.config.enabled) {\n this.hasGestureFailed = false;\n this.isGestureRunning = false;\n return;\n }\n\n this.onRawEvent((ev as unknown) as HammerInputExt);\n\n // TODO: Bacon: Check against something other than null\n // The isFirst value is not called when the first rotation is calculated.\n if (this.initialRotation === null && ev.rotation !== 0) {\n this.initialRotation = ev.rotation;\n }\n if (ev.isFinal) {\n // in favor of a willFail otherwise the last frame of the gesture will be captured.\n setTimeout(() => {\n this.initialRotation = null;\n this.hasGestureFailed = false;\n });\n }\n });\n\n this.setupEvents();\n this.sync();\n }\n\n setupEvents() {\n // TODO(TS) Hammer types aren't exactly that what we get in runtime\n if (!this.isDiscrete) {\n this.hammer!.on(`${this.name}start`, (event: HammerInput) =>\n this.onStart((event as unknown) as HammerInputExt)\n );\n this.hammer!.on(\n `${this.name}end ${this.name}cancel`,\n (event: HammerInput) => {\n this.onGestureEnded((event as unknown) as HammerInputExt);\n }\n );\n }\n this.hammer!.on(this.name, (ev: HammerInput) =>\n this.onGestureActivated((ev as unknown) as HammerInputExt)\n ); // TODO(TS) remove cast after https://github.com/DefinitelyTyped/DefinitelyTyped/pull/50438 is merged\n }\n\n onStart({ deltaX, deltaY, rotation }: HammerInputExt) {\n // Reset the state for the next gesture\n this.oldState = State.UNDETERMINED;\n this.previousState = State.UNDETERMINED;\n this.lastSentState = null;\n\n this.isGestureRunning = true;\n this.__initialX = deltaX;\n this.__initialY = deltaY;\n this.initialRotation = rotation;\n }\n\n onGestureActivated(ev: HammerInputExt) {\n this.sendEvent(ev);\n }\n\n onSuccess() {}\n\n _getPendingGestures() {\n if (Array.isArray(this.config.waitFor) && this.config.waitFor.length) {\n // Get the list of gestures that this gesture is still waiting for.\n // Use `=== false` in case a ref that isn't a gesture handler is used.\n const stillWaiting = this.config.waitFor.filter(\n ({ hasGestureFailed }) => hasGestureFailed === false\n );\n return stillWaiting;\n }\n return [];\n }\n\n getHammerConfig() {\n const pointers =\n this.config.minPointers === this.config.maxPointers\n ? this.config.minPointers\n : 0;\n return {\n pointers,\n };\n }\n\n sync = () => {\n const gesture = this.hammer!.get(this.name);\n if (!gesture) return;\n\n const enable = (recognizer: any, inputData: any) => {\n if (!this.config.enabled) {\n this.isGestureRunning = false;\n this.hasGestureFailed = false;\n return false;\n }\n\n // Prevent events before the system is ready.\n if (\n !inputData ||\n !recognizer.options ||\n typeof inputData.maxPointers === 'undefined'\n ) {\n return this.shouldEnableGestureOnSetup;\n }\n\n if (this.hasGestureFailed) {\n return false;\n }\n\n if (!this.isDiscrete) {\n if (this.isGestureRunning) {\n return true;\n }\n // The built-in hammer.js \"waitFor\" doesn't work across multiple views.\n // Only process if there are views to wait for.\n this._stillWaiting = this._getPendingGestures();\n // This gesture should continue waiting.\n if (this._stillWaiting.length) {\n // Check to see if one of the gestures you're waiting for has started.\n // If it has then the gesture should fail.\n for (const gesture of this._stillWaiting) {\n // When the target gesture has started, this gesture must force fail.\n if (!gesture.isDiscrete && gesture.isGestureRunning) {\n this.hasGestureFailed = true;\n this.isGestureRunning = false;\n return false;\n }\n }\n // This gesture shouldn't start until the others have finished.\n return false;\n }\n }\n\n // Use default behaviour\n if (!this.hasCustomActivationCriteria) {\n return true;\n }\n\n const deltaRotation =\n this.initialRotation == null\n ? 0\n : inputData.rotation - this.initialRotation;\n // @ts-ignore FIXME(TS)\n const { success, failed } = this.isGestureEnabledForEvent(\n this.getConfig(),\n recognizer,\n {\n ...inputData,\n deltaRotation,\n }\n );\n\n if (failed) {\n this.simulateCancelEvent(inputData);\n this.hasGestureFailed = true;\n }\n return success;\n };\n\n const params = this.getHammerConfig();\n // @ts-ignore FIXME(TS)\n gesture.set({ ...params, enable });\n };\n\n simulateCancelEvent(_inputData: any) {}\n}\n\n// TODO(TS) investigate this method\n// Used for sending data to a callback or AnimatedEvent\nfunction invokeNullableMethod(\n method:\n | ((event: NativeEvent) => void)\n | { __getHandler: () => (event: NativeEvent) => void }\n | { __nodeConfig: { argMapping: any } },\n event: NativeEvent\n) {\n if (method) {\n if (typeof method === 'function') {\n method(event);\n } else {\n // For use with reanimated's AnimatedEvent\n if (\n '__getHandler' in method &&\n typeof method.__getHandler === 'function'\n ) {\n const handler = method.__getHandler();\n invokeNullableMethod(handler, event);\n } else {\n if ('__nodeConfig' in method) {\n const { argMapping } = method.__nodeConfig;\n if (Array.isArray(argMapping)) {\n for (const index in argMapping) {\n const [key, value] = argMapping[index];\n if (key in event.nativeEvent) {\n // @ts-ignore fix method type\n const nativeValue = event.nativeEvent[key];\n if (value && value.setValue) {\n // Reanimated API\n value.setValue(nativeValue);\n } else {\n // RN Animated API\n method.__nodeConfig.argMapping[index] = [key, nativeValue];\n }\n }\n }\n }\n }\n }\n }\n }\n}\n\n// Validate the props\nfunction ensureConfig(config: Config): Required<Config> {\n const props = { ...config };\n\n // TODO(TS) We use ! to assert that if property is present then value is not empty (null, undefined)\n if ('minDist' in config) {\n props.minDist = config.minDist;\n props.minDistSq = props.minDist! * props.minDist!;\n }\n if ('minVelocity' in config) {\n props.minVelocity = config.minVelocity;\n props.minVelocitySq = props.minVelocity! * props.minVelocity!;\n }\n if ('maxDist' in config) {\n props.maxDist = config.maxDist;\n props.maxDistSq = config.maxDist! * config.maxDist!;\n }\n if ('waitFor' in config) {\n props.waitFor = asArray(config.waitFor)\n .map(({ handlerTag }: { handlerTag: number }) =>\n NodeManager.getHandler(handlerTag)\n )\n .filter((v) => v);\n } else {\n props.waitFor = null;\n }\n\n const configProps = [\n 'minPointers',\n 'maxPointers',\n 'minDist',\n 'maxDist',\n 'maxDistSq',\n 'minVelocitySq',\n 'minDistSq',\n 'minVelocity',\n 'failOffsetXStart',\n 'failOffsetYStart',\n 'failOffsetXEnd',\n 'failOffsetYEnd',\n 'activeOffsetXStart',\n 'activeOffsetXEnd',\n 'activeOffsetYStart',\n 'activeOffsetYEnd',\n ] as const;\n configProps.forEach((prop: typeof configProps[number]) => {\n if (typeof props[prop] === 'undefined') {\n props[prop] = Number.NaN;\n }\n });\n return props as Required<Config>; // TODO(TS) how to convince TS that props are filled?\n}\n\nfunction asArray<T>(value: T | T[]) {\n // TODO(TS) use config.waitFor type\n return value == null ? [] : Array.isArray(value) ? value : [value];\n}\n\nexport default GestureHandler;\n"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5d646ca9aa7f759e829259ce504269e2.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"ast":null,"code":"import UnimplementedView from \"../../modules/UnimplementedView\";\nexport default UnimplementedView;","map":{"version":3,"sources":["/Users/jake/git/react-native-candlestick-chart/example/node_modules/react-native-web/dist/exports/TouchableNativeFeedback/index.js"],"names":["UnimplementedView"],"mappings":"AAQA,OAAOA,iBAAP;AACA,eAAeA,iBAAf","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 UnimplementedView from '../../modules/UnimplementedView';\nexport default UnimplementedView;"]},"metadata":{},"sourceType":"module"}
|
package/example/.expo/web/cache/development/babel-loader/5e0932b9d9679774ae121857f94d9922.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"}
|