Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add react-native-mathjax-html-to-svg dep

uwx ce1ce00c 160e7d78

+19
+1
package.json
··· 217 217 "react-native-edge-to-edge": "^1.6.0", 218 218 "react-native-gesture-handler": "~2.28.0", 219 219 "react-native-keyboard-controller": "^1.21.0", 220 + "react-native-mathjax-html-to-svg": "^1.1.0", 220 221 "react-native-pager-view": "6.8.0", 221 222 "react-native-progress": "bluesky-social/react-native-progress", 222 223 "react-native-qrcode-styled": "^0.3.3",
+18
yarn.lock
··· 10174 10174 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.4.0.tgz#edd0cee70402584c8c76cc2c0556db09d1f45061" 10175 10175 integrity sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ== 10176 10176 10177 + html-entities@^2.4.0: 10178 + version "2.6.0" 10179 + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.6.0.tgz#7c64f1ea3b36818ccae3d3fb48b6974208e984f8" 10180 + integrity sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ== 10181 + 10177 10182 html-escaper@^2.0.0, html-escaper@^2.0.2: 10178 10183 version "2.0.2" 10179 10184 resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" ··· 12357 12362 ws "^7.5.10" 12358 12363 yargs "^17.6.2" 12359 12364 12365 + mhchemparser@^4.2.1: 12366 + version "4.2.1" 12367 + resolved "https://registry.yarnpkg.com/mhchemparser/-/mhchemparser-4.2.1.tgz#d73982e66bc06170a85b1985600ee9dabe157cb0" 12368 + integrity sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ== 12369 + 12360 12370 micromatch@4.0.5, micromatch@^4.0.2, micromatch@^4.0.4: 12361 12371 version "4.0.5" 12362 12372 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" ··· 14089 14099 integrity sha512-mLHJysehhSzYoM8BAD2DSjVZEcF69t16ZCJrCAos6sfVtbB3tL+kgGZFX+jNVz/f9BEhqnBFO0EA1tc/V6Hkgw== 14090 14100 dependencies: 14091 14101 react-native-is-edge-to-edge "^1.2.1" 14102 + 14103 + react-native-mathjax-html-to-svg@^1.1.0: 14104 + version "1.1.0" 14105 + resolved "https://registry.yarnpkg.com/react-native-mathjax-html-to-svg/-/react-native-mathjax-html-to-svg-1.1.0.tgz#0016881c8977e7c4032dc78c4f10a928affd525a" 14106 + integrity sha512-xqP/DS2Ya05yJUKw4w8liTgKl7R9j94aA/HonAZ4QMuFyj/aqrGgoSmYB1xnqtc1bw/YoqiZ+lz13hmRrjFoQg== 14107 + dependencies: 14108 + html-entities "^2.4.0" 14109 + mhchemparser "^4.2.1" 14092 14110 14093 14111 react-native-pager-view@6.8.0: 14094 14112 version "6.8.0"