this repo has no description
0
fork

Configure Feed

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

android support

+103 -98
+1 -1
.github/FUNDING.yml
··· 1 1 # These are supported funding model platforms 2 2 3 - github: juliusmarminge 3 + github: mozzius
+3
apps/expo/app.config.ts
··· 25 25 ios: { 26 26 supportsTablet: true, 27 27 bundleIdentifier: "dev.mozzius.graysky", 28 + config: { 29 + usesNonExemptEncryption: false, 30 + }, 28 31 }, 29 32 android: { 30 33 adaptiveIcon: {
+5 -5
apps/expo/package.json
··· 15 15 "dependencies": { 16 16 "@atproto/api": "^0.2.8", 17 17 "@expo/metro-config": "^0.7.1", 18 - "@react-native-async-storage/async-storage": "1.18.1", 19 - "@shopify/flash-list": "1.4.2", 18 + "@react-native-async-storage/async-storage": "1.17.11", 19 + "@shopify/flash-list": "1.4.0", 20 20 "@tanstack/react-query": "^4.29.3", 21 21 "@trpc/client": "^10.21.1", 22 22 "@trpc/react-query": "^10.21.1", ··· 36 36 "nativewind": "^2.0.11", 37 37 "react": "18.2.0", 38 38 "react-dom": "18.2.0", 39 - "react-native": "0.71.7", 39 + "react-native": "0.71.6", 40 40 "react-native-gesture-handler": "~2.9.0", 41 41 "react-native-reanimated": "^2.14.4", 42 42 "react-native-redash": "^18.1.0", 43 - "react-native-safe-area-context": "4.5.1", 43 + "react-native-safe-area-context": "4.5.0", 44 44 "react-native-screens": "~3.20.0", 45 - "react-native-svg": "^13.9.0", 45 + "react-native-svg": "^13.4.0", 46 46 "react-native-url-polyfill": "^1.3.0", 47 47 "superjson": "1.12.3", 48 48 "tailwind-merge": "^1.12.0"
+5 -3
apps/expo/src/components/embed.tsx
··· 88 88 <Text className="text-sm text-neutral-400" numberOfLines={1}> 89 89 {content.external.uri} 90 90 </Text> 91 - <Text className="mt-1 text-sm leading-5" numberOfLines={2}> 92 - {content.external.description} 93 - </Text> 91 + {content.external.description && ( 92 + <Text className="mt-1 text-sm leading-5" numberOfLines={2}> 93 + {content.external.description} 94 + </Text> 95 + )} 94 96 </View> 95 97 </TouchableOpacity> 96 98 );
+89 -89
pnpm-lock.yaml
··· 41 41 specifier: ^0.7.1 42 42 version: 0.7.1 43 43 '@react-native-async-storage/async-storage': 44 - specifier: 1.18.1 45 - version: 1.18.1(react-native@0.71.7) 44 + specifier: 1.17.11 45 + version: 1.17.11(react-native@0.71.6) 46 46 '@shopify/flash-list': 47 - specifier: 1.4.2 48 - version: 1.4.2(@babel/runtime@7.21.0)(react-native@0.71.7)(react@18.2.0) 47 + specifier: 1.4.0 48 + version: 1.4.0(@babel/runtime@7.21.0)(react-native@0.71.6)(react@18.2.0) 49 49 '@tanstack/react-query': 50 50 specifier: ^4.29.3 51 - version: 4.29.3(react-dom@18.2.0)(react-native@0.71.7)(react@18.2.0) 51 + version: 4.29.3(react-dom@18.2.0)(react-native@0.71.6)(react@18.2.0) 52 52 '@trpc/client': 53 53 specifier: ^10.21.1 54 54 version: 10.21.1(@trpc/server@10.21.1) ··· 75 75 version: 4.0.1(expo@48.0.11) 76 76 expo-router: 77 77 specifier: ^1.5.3 78 - version: 1.5.3(expo-constants@14.2.1)(expo-linking@4.0.1)(expo-modules-autolinking@1.2.0)(expo-status-bar@1.4.4)(expo@48.0.11)(metro@0.76.2)(react-dom@18.2.0)(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native-safe-area-context@4.5.1)(react-native-screens@3.20.0)(react-native@0.71.7)(react@18.2.0) 78 + version: 1.5.3(expo-constants@14.2.1)(expo-linking@4.0.1)(expo-modules-autolinking@1.2.0)(expo-status-bar@1.4.4)(expo@48.0.11)(metro@0.76.2)(react-dom@18.2.0)(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native-safe-area-context@4.5.0)(react-native-screens@3.20.0)(react-native@0.71.6)(react@18.2.0) 79 79 expo-splash-screen: 80 80 specifier: ~0.18.1 81 81 version: 0.18.1(expo-modules-autolinking@1.2.0)(expo@48.0.11) ··· 93 93 version: 1.4.0 94 94 lucide-react-native: 95 95 specifier: ^0.172.0 96 - version: 0.172.0(prop-types@15.8.1)(react-native-svg@13.9.0)(react-native@0.71.7)(react@18.2.0) 96 + version: 0.172.0(prop-types@15.8.1)(react-native-svg@13.4.0)(react-native@0.71.6)(react@18.2.0) 97 97 nativewind: 98 98 specifier: ^2.0.11 99 99 version: 2.0.11(react@18.2.0)(tailwindcss@3.3.1) ··· 104 104 specifier: 18.2.0 105 105 version: 18.2.0(react@18.2.0) 106 106 react-native: 107 - specifier: 0.71.7 108 - version: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 107 + specifier: 0.71.6 108 + version: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 109 109 react-native-gesture-handler: 110 110 specifier: ~2.9.0 111 - version: 2.9.0(react-native@0.71.7)(react@18.2.0) 111 + version: 2.9.0(react-native@0.71.6)(react@18.2.0) 112 112 react-native-reanimated: 113 113 specifier: ^2.14.4 114 - version: 2.14.4(@babel/core@7.21.4)(react-native@0.71.7)(react@18.2.0) 114 + version: 2.14.4(@babel/core@7.21.4)(react-native@0.71.6)(react@18.2.0) 115 115 react-native-redash: 116 116 specifier: ^18.1.0 117 - version: 18.1.0(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native@0.71.7)(react@18.2.0) 117 + version: 18.1.0(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native@0.71.6)(react@18.2.0) 118 118 react-native-safe-area-context: 119 - specifier: 4.5.1 120 - version: 4.5.1(react-native@0.71.7)(react@18.2.0) 119 + specifier: 4.5.0 120 + version: 4.5.0(react-native@0.71.6)(react@18.2.0) 121 121 react-native-screens: 122 122 specifier: ~3.20.0 123 - version: 3.20.0(react-native@0.71.7)(react@18.2.0) 123 + version: 3.20.0(react-native@0.71.6)(react@18.2.0) 124 124 react-native-svg: 125 - specifier: ^13.9.0 126 - version: 13.9.0(react-native@0.71.7)(react@18.2.0) 125 + specifier: ^13.4.0 126 + version: 13.4.0(react-native@0.71.6)(react@18.2.0) 127 127 react-native-url-polyfill: 128 128 specifier: ^1.3.0 129 - version: 1.3.0(react-native@0.71.7) 129 + version: 1.3.0(react-native@0.71.6) 130 130 superjson: 131 131 specifier: 1.12.3 132 132 version: 1.12.3 ··· 187 187 version: link:../../packages/config/tailwind 188 188 '@tanstack/react-query': 189 189 specifier: ^4.29.3 190 - version: 4.29.3(react-dom@18.2.0)(react-native@0.71.7)(react@18.2.0) 190 + version: 4.29.3(react-dom@18.2.0)(react-native@0.71.6)(react@18.2.0) 191 191 '@trpc/client': 192 192 specifier: ^10.21.1 193 193 version: 10.21.1(@trpc/server@10.21.1) ··· 1659 1659 '@babel/helper-validator-identifier': 7.19.1 1660 1660 to-fast-properties: 2.0.0 1661 1661 1662 - /@bacons/react-views@1.1.3(react-native@0.71.7): 1662 + /@bacons/react-views@1.1.3(react-native@0.71.6): 1663 1663 resolution: {integrity: sha512-aLipQAkQKRzG64e28XHBpByyBPfANz0A6POqYHGyryHizG9vLCLNQwLe8gwFANEMBWW2Mx5YdQ7RkNdQMQ+CXQ==} 1664 1664 peerDependencies: 1665 1665 react-native: '*' 1666 1666 dependencies: 1667 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 1667 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 1668 1668 dev: false 1669 1669 1670 1670 /@egjs/hammerjs@2.0.17: ··· 1951 1951 - supports-color 1952 1952 dev: false 1953 1953 1954 - /@expo/metro-runtime@2.0.6(react-native@0.71.7): 1954 + /@expo/metro-runtime@2.0.6(react-native@0.71.6): 1955 1955 resolution: {integrity: sha512-QoJVkeEOw0islK4sajQiiC3/XeNJLhivivl4CSUPtYZrb52v+w+7tX9kTABKbYXNgEJEK5KE8FyU+cOeFbWHhA==} 1956 1956 peerDependencies: 1957 1957 react-native: '*' 1958 1958 dependencies: 1959 - '@bacons/react-views': 1.1.3(react-native@0.71.7) 1959 + '@bacons/react-views': 1.1.3(react-native@0.71.6) 1960 1960 qs: 6.11.1 1961 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 1961 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 1962 1962 dev: false 1963 1963 1964 1964 /@expo/osascript@2.0.33: ··· 2422 2422 react: 18.2.0 2423 2423 dev: false 2424 2424 2425 - /@react-native-async-storage/async-storage@1.18.1(react-native@0.71.7): 2426 - resolution: {integrity: sha512-70aFW8fVCKl+oA1AKPFDpE6s4t9pulj2QeLX+MabEmzfT3urd/3cckv45WJvtocdoIH/oXA3Y+YcCRJCcNa8mA==} 2425 + /@react-native-async-storage/async-storage@1.17.11(react-native@0.71.6): 2426 + resolution: {integrity: sha512-bzs45n5HNcDq6mxXnSsOHysZWn1SbbebNxldBXCQs8dSvF8Aor9KCdpm+TpnnGweK3R6diqsT8lFhX77VX0NFw==} 2427 2427 peerDependencies: 2428 - react-native: ^0.0.0-0 || 0.60 - 0.72 || 1000.0.0 2428 + react-native: ^0.0.0-0 || 0.60 - 0.71 || 1000.0.0 2429 2429 dependencies: 2430 2430 merge-options: 3.0.4 2431 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2431 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2432 2432 dev: false 2433 2433 2434 2434 /@react-native-community/cli-clean@10.1.1: ··· 2627 2627 resolution: {integrity: sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==} 2628 2628 dev: false 2629 2629 2630 - /@react-navigation/bottom-tabs@6.5.7(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native-screens@3.20.0)(react-native@0.71.7)(react@18.2.0): 2630 + /@react-navigation/bottom-tabs@6.5.7(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native-screens@3.20.0)(react-native@0.71.6)(react@18.2.0): 2631 2631 resolution: {integrity: sha512-9oZYyRu2z7+1pr2dX5V54rHFPmlj4ztwQxFe85zwpnGcPtGIsXj7VCIdlHnjRHJBBFCszvJGQpYY6/G2+DfD+A==} 2632 2632 peerDependencies: 2633 2633 '@react-navigation/native': ^6.0.0 ··· 2636 2636 react-native-safe-area-context: '>= 3.0.0' 2637 2637 react-native-screens: '>= 3.0.0' 2638 2638 dependencies: 2639 - '@react-navigation/elements': 1.3.17(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native@0.71.7)(react@18.2.0) 2640 - '@react-navigation/native': 6.1.6(react-native@0.71.7)(react@18.2.0) 2639 + '@react-navigation/elements': 1.3.17(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native@0.71.6)(react@18.2.0) 2640 + '@react-navigation/native': 6.1.6(react-native@0.71.6)(react@18.2.0) 2641 2641 color: 4.2.3 2642 2642 react: 18.2.0 2643 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2644 - react-native-safe-area-context: 4.5.1(react-native@0.71.7)(react@18.2.0) 2645 - react-native-screens: 3.20.0(react-native@0.71.7)(react@18.2.0) 2643 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2644 + react-native-safe-area-context: 4.5.0(react-native@0.71.6)(react@18.2.0) 2645 + react-native-screens: 3.20.0(react-native@0.71.6)(react@18.2.0) 2646 2646 warn-once: 0.1.1 2647 2647 dev: false 2648 2648 ··· 2660 2660 use-latest-callback: 0.1.6(react@18.2.0) 2661 2661 dev: false 2662 2662 2663 - /@react-navigation/elements@1.3.17(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native@0.71.7)(react@18.2.0): 2663 + /@react-navigation/elements@1.3.17(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native@0.71.6)(react@18.2.0): 2664 2664 resolution: {integrity: sha512-sui8AzHm6TxeEvWT/NEXlz3egYvCUog4tlXA4Xlb2Vxvy3purVXDq/XsM56lJl344U5Aj/jDzkVanOTMWyk4UA==} 2665 2665 peerDependencies: 2666 2666 '@react-navigation/native': ^6.0.0 ··· 2668 2668 react-native: '*' 2669 2669 react-native-safe-area-context: '>= 3.0.0' 2670 2670 dependencies: 2671 - '@react-navigation/native': 6.1.6(react-native@0.71.7)(react@18.2.0) 2671 + '@react-navigation/native': 6.1.6(react-native@0.71.6)(react@18.2.0) 2672 2672 react: 18.2.0 2673 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2674 - react-native-safe-area-context: 4.5.1(react-native@0.71.7)(react@18.2.0) 2673 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2674 + react-native-safe-area-context: 4.5.0(react-native@0.71.6)(react@18.2.0) 2675 2675 dev: false 2676 2676 2677 - /@react-navigation/native-stack@6.9.12(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native-screens@3.20.0)(react-native@0.71.7)(react@18.2.0): 2677 + /@react-navigation/native-stack@6.9.12(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native-screens@3.20.0)(react-native@0.71.6)(react@18.2.0): 2678 2678 resolution: {integrity: sha512-kS2zXCWP0Rgt7uWaCUKrRl7U2U1Gp19rM1kyRY2YzBPXhWGVPjQ2ygBp88CTQzjgy8M07H/79jvGiZ0mlEJI+g==} 2679 2679 peerDependencies: 2680 2680 '@react-navigation/native': ^6.0.0 ··· 2683 2683 react-native-safe-area-context: '>= 3.0.0' 2684 2684 react-native-screens: '>= 3.0.0' 2685 2685 dependencies: 2686 - '@react-navigation/elements': 1.3.17(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native@0.71.7)(react@18.2.0) 2687 - '@react-navigation/native': 6.1.6(react-native@0.71.7)(react@18.2.0) 2686 + '@react-navigation/elements': 1.3.17(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native@0.71.6)(react@18.2.0) 2687 + '@react-navigation/native': 6.1.6(react-native@0.71.6)(react@18.2.0) 2688 2688 react: 18.2.0 2689 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2690 - react-native-safe-area-context: 4.5.1(react-native@0.71.7)(react@18.2.0) 2691 - react-native-screens: 3.20.0(react-native@0.71.7)(react@18.2.0) 2689 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2690 + react-native-safe-area-context: 4.5.0(react-native@0.71.6)(react@18.2.0) 2691 + react-native-screens: 3.20.0(react-native@0.71.6)(react@18.2.0) 2692 2692 warn-once: 0.1.1 2693 2693 dev: false 2694 2694 2695 - /@react-navigation/native@6.1.6(react-native@0.71.7)(react@18.2.0): 2695 + /@react-navigation/native@6.1.6(react-native@0.71.6)(react@18.2.0): 2696 2696 resolution: {integrity: sha512-14PmSy4JR8HHEk04QkxQ0ZLuqtiQfb4BV9kkMXD2/jI4TZ+yc43OnO6fQ2o9wm+Bq8pY3DxyerC2AjNUz+oH7Q==} 2697 2697 peerDependencies: 2698 2698 react: '*' ··· 2703 2703 fast-deep-equal: 3.1.3 2704 2704 nanoid: 3.3.6 2705 2705 react: 18.2.0 2706 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2706 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2707 2707 dev: false 2708 2708 2709 2709 /@react-navigation/routers@6.1.8: ··· 2723 2723 join-component: 1.1.0 2724 2724 dev: false 2725 2725 2726 - /@shopify/flash-list@1.4.2(@babel/runtime@7.21.0)(react-native@0.71.7)(react@18.2.0): 2727 - resolution: {integrity: sha512-MX3vyiHdyCoveqrv+0LufQVlLpoWMZ/bpn+4v6RKfW6ZE0+z8S7WdZTU5Gdj7IFPlkulJAtdFn4Jl0V7tDvd6A==} 2726 + /@shopify/flash-list@1.4.0(@babel/runtime@7.21.0)(react-native@0.71.6)(react@18.2.0): 2727 + resolution: {integrity: sha512-PvPOyk353LuETFnNA038+QaJsAFlCQ2TYC7DHP3YnYqTX72g2BM6qLoLsPaptXKuoXX+dinOo0MbEm7HDjTy1g==} 2728 2728 peerDependencies: 2729 2729 '@babel/runtime': '*' 2730 2730 react: '*' ··· 2732 2732 dependencies: 2733 2733 '@babel/runtime': 7.21.0 2734 2734 react: 18.2.0 2735 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2736 - recyclerlistview: 4.2.0(react-native@0.71.7)(react@18.2.0) 2735 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2736 + recyclerlistview: 4.2.0(react-native@0.71.6)(react@18.2.0) 2737 2737 tslib: 2.4.0 2738 2738 dev: false 2739 2739 ··· 2789 2789 resolution: {integrity: sha512-vkPewLEG8ua0efo3SsVT0BcBtkq5RZX8oPhDAyKL+k/rdOYSQTEocfGEXSaBwIwsXeOGBUpfKqI+UmHvNqdWXg==} 2790 2790 dev: false 2791 2791 2792 - /@tanstack/react-query@4.29.3(react-dom@18.2.0)(react-native@0.71.7)(react@18.2.0): 2792 + /@tanstack/react-query@4.29.3(react-dom@18.2.0)(react-native@0.71.6)(react@18.2.0): 2793 2793 resolution: {integrity: sha512-FPQrMu7PbCgBcVzoRJm7WmQnAFv+LUgZM9KBZ7Vk/+yERH2BDLvQRuAgczQd5Tb1s3HbOktECRDaOkUxdyBAjw==} 2794 2794 peerDependencies: 2795 2795 react: ^16.8.0 || ^17.0.0 || ^18.0.0 ··· 2804 2804 '@tanstack/query-core': 4.29.1 2805 2805 react: 18.2.0 2806 2806 react-dom: 18.2.0(react@18.2.0) 2807 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2807 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 2808 2808 use-sync-external-store: 1.2.0(react@18.2.0) 2809 2809 dev: false 2810 2810 ··· 2835 2835 react: '>=16.8.0' 2836 2836 react-dom: '>=16.8.0' 2837 2837 dependencies: 2838 - '@tanstack/react-query': 4.29.3(react-dom@18.2.0)(react-native@0.71.7)(react@18.2.0) 2838 + '@tanstack/react-query': 4.29.3(react-dom@18.2.0)(react-native@0.71.6)(react@18.2.0) 2839 2839 '@trpc/client': 10.21.1(@trpc/server@10.21.1) 2840 2840 '@trpc/react-query': 10.21.1(@tanstack/react-query@4.29.3)(@trpc/client@10.21.1)(@trpc/server@10.21.1)(react-dom@18.2.0)(react@18.2.0) 2841 2841 '@trpc/server': 10.21.1 ··· 2854 2854 react: '>=16.8.0' 2855 2855 react-dom: '>=16.8.0' 2856 2856 dependencies: 2857 - '@tanstack/react-query': 4.29.3(react-dom@18.2.0)(react-native@0.71.7)(react@18.2.0) 2857 + '@tanstack/react-query': 4.29.3(react-dom@18.2.0)(react-native@0.71.6)(react@18.2.0) 2858 2858 '@trpc/client': 10.21.1(@trpc/server@10.21.1) 2859 2859 '@trpc/server': 10.21.1 2860 2860 react: 18.2.0 ··· 5262 5262 invariant: 2.2.4 5263 5263 dev: false 5264 5264 5265 - /expo-router@1.5.3(expo-constants@14.2.1)(expo-linking@4.0.1)(expo-modules-autolinking@1.2.0)(expo-status-bar@1.4.4)(expo@48.0.11)(metro@0.76.2)(react-dom@18.2.0)(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native-safe-area-context@4.5.1)(react-native-screens@3.20.0)(react-native@0.71.7)(react@18.2.0): 5265 + /expo-router@1.5.3(expo-constants@14.2.1)(expo-linking@4.0.1)(expo-modules-autolinking@1.2.0)(expo-status-bar@1.4.4)(expo@48.0.11)(metro@0.76.2)(react-dom@18.2.0)(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native-safe-area-context@4.5.0)(react-native-screens@3.20.0)(react-native@0.71.6)(react@18.2.0): 5266 5266 resolution: {integrity: sha512-rZEoRpXjXpfcx549/MI7YRitaBGFOHpIGLO+cb18ecsShl3PzGPIDaBGMnTo0m1h7ip0sAIQg1EFrSAtM4LXLA==} 5267 5267 peerDependencies: 5268 5268 '@react-navigation/drawer': ^6.5.8 ··· 5281 5281 react-native-reanimated: 5282 5282 optional: true 5283 5283 dependencies: 5284 - '@bacons/react-views': 1.1.3(react-native@0.71.7) 5285 - '@expo/metro-runtime': 2.0.6(react-native@0.71.7) 5284 + '@bacons/react-views': 1.1.3(react-native@0.71.6) 5285 + '@expo/metro-runtime': 2.0.6(react-native@0.71.6) 5286 5286 '@radix-ui/react-slot': 1.0.1(react@18.2.0) 5287 - '@react-navigation/bottom-tabs': 6.5.7(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native-screens@3.20.0)(react-native@0.71.7)(react@18.2.0) 5288 - '@react-navigation/native': 6.1.6(react-native@0.71.7)(react@18.2.0) 5289 - '@react-navigation/native-stack': 6.9.12(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.1)(react-native-screens@3.20.0)(react-native@0.71.7)(react@18.2.0) 5287 + '@react-navigation/bottom-tabs': 6.5.7(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native-screens@3.20.0)(react-native@0.71.6)(react@18.2.0) 5288 + '@react-navigation/native': 6.1.6(react-native@0.71.6)(react@18.2.0) 5289 + '@react-navigation/native-stack': 6.9.12(@react-navigation/native@6.1.6)(react-native-safe-area-context@4.5.0)(react-native-screens@3.20.0)(react-native@0.71.6)(react@18.2.0) 5290 5290 expo: 48.0.11(@babel/core@7.21.4) 5291 5291 expo-constants: 14.2.1(expo@48.0.11) 5292 5292 expo-linking: 4.0.1(expo@48.0.11) ··· 5295 5295 metro: 0.76.2 5296 5296 query-string: 7.1.3 5297 5297 react-helmet-async: 1.3.0(react-dom@18.2.0)(react@18.2.0) 5298 - react-native-gesture-handler: 2.9.0(react-native@0.71.7)(react@18.2.0) 5299 - react-native-reanimated: 2.14.4(@babel/core@7.21.4)(react-native@0.71.7)(react@18.2.0) 5300 - react-native-safe-area-context: 4.5.1(react-native@0.71.7)(react@18.2.0) 5301 - react-native-screens: 3.20.0(react-native@0.71.7)(react@18.2.0) 5298 + react-native-gesture-handler: 2.9.0(react-native@0.71.6)(react@18.2.0) 5299 + react-native-reanimated: 2.14.4(@babel/core@7.21.4)(react-native@0.71.6)(react@18.2.0) 5300 + react-native-safe-area-context: 4.5.0(react-native@0.71.6)(react@18.2.0) 5301 + react-native-screens: 3.20.0(react-native@0.71.6)(react@18.2.0) 5302 5302 url: 0.11.0 5303 5303 transitivePeerDependencies: 5304 5304 - encoding ··· 6944 6944 dependencies: 6945 6945 yallist: 4.0.0 6946 6946 6947 - /lucide-react-native@0.172.0(prop-types@15.8.1)(react-native-svg@13.9.0)(react-native@0.71.7)(react@18.2.0): 6947 + /lucide-react-native@0.172.0(prop-types@15.8.1)(react-native-svg@13.4.0)(react-native@0.71.6)(react@18.2.0): 6948 6948 resolution: {integrity: sha512-M5J2Eyx+PhfJZaiJwPNgOGQhBlMAR9/WL9hqB7cISSVXzqqXBDiiYpBaoYEbwn95g/Fluwp174hE+41mFkBM1w==} 6949 6949 peerDependencies: 6950 6950 prop-types: ^15.7.2 ··· 6954 6954 dependencies: 6955 6955 prop-types: 15.8.1 6956 6956 react: 18.2.0 6957 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 6958 - react-native-svg: 13.9.0(react-native@0.71.7)(react@18.2.0) 6957 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 6958 + react-native-svg: 13.4.0(react-native@0.71.6)(react@18.2.0) 6959 6959 dev: false 6960 6960 6961 6961 /make-dir@2.1.0: ··· 8931 8931 - supports-color 8932 8932 dev: false 8933 8933 8934 - /react-native-gesture-handler@2.9.0(react-native@0.71.7)(react@18.2.0): 8934 + /react-native-gesture-handler@2.9.0(react-native@0.71.6)(react@18.2.0): 8935 8935 resolution: {integrity: sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==} 8936 8936 peerDependencies: 8937 8937 react: '*' ··· 8943 8943 lodash: 4.17.21 8944 8944 prop-types: 15.8.1 8945 8945 react: 18.2.0 8946 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8946 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8947 8947 dev: false 8948 8948 8949 8949 /react-native-gradle-plugin@0.71.17: 8950 8950 resolution: {integrity: sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==} 8951 8951 dev: false 8952 8952 8953 - /react-native-reanimated@2.14.4(@babel/core@7.21.4)(react-native@0.71.7)(react@18.2.0): 8953 + /react-native-reanimated@2.14.4(@babel/core@7.21.4)(react-native@0.71.6)(react@18.2.0): 8954 8954 resolution: {integrity: sha512-DquSbl7P8j4SAmc+kRdd75Ianm8G+IYQ9T4AQ6lrpLVeDkhZmjWI0wkutKWnp6L7c5XNVUrFDUf69dwETLCItQ==} 8955 8955 peerDependencies: 8956 8956 '@babel/core': ^7.0.0-0 ··· 8964 8964 invariant: 2.2.4 8965 8965 lodash.isequal: 4.5.0 8966 8966 react: 18.2.0 8967 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8967 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8968 8968 setimmediate: 1.0.5 8969 8969 string-hash-64: 1.0.3 8970 8970 transitivePeerDependencies: 8971 8971 - supports-color 8972 8972 dev: false 8973 8973 8974 - /react-native-redash@18.1.0(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native@0.71.7)(react@18.2.0): 8974 + /react-native-redash@18.1.0(react-native-gesture-handler@2.9.0)(react-native-reanimated@2.14.4)(react-native@0.71.6)(react@18.2.0): 8975 8975 resolution: {integrity: sha512-bdCFl/ZB7Rf2raIlU6SLV+Dc/rL6UXsQNjEVwTGBukHMeSKp1zs4zVtWaGimbN8P22N4qYvb9Jmw/K94ZWYG0Q==} 8976 8976 peerDependencies: 8977 8977 react: '*' ··· 8983 8983 normalize-svg-path: 1.1.0 8984 8984 parse-svg-path: 0.1.2 8985 8985 react: 18.2.0 8986 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8987 - react-native-gesture-handler: 2.9.0(react-native@0.71.7)(react@18.2.0) 8988 - react-native-reanimated: 2.14.4(@babel/core@7.21.4)(react-native@0.71.7)(react@18.2.0) 8986 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8987 + react-native-gesture-handler: 2.9.0(react-native@0.71.6)(react@18.2.0) 8988 + react-native-reanimated: 2.14.4(@babel/core@7.21.4)(react-native@0.71.6)(react@18.2.0) 8989 8989 dev: false 8990 8990 8991 - /react-native-safe-area-context@4.5.1(react-native@0.71.7)(react@18.2.0): 8992 - resolution: {integrity: sha512-bKcwk6zZvyz+VLoG6Uia1oiYU1jSbv1ysjEKSRLsLtPcDsbixsTc0UgfrPqjZxNTPzvYLMcr8ufA90UQauN4mw==} 8991 + /react-native-safe-area-context@4.5.0(react-native@0.71.6)(react@18.2.0): 8992 + resolution: {integrity: sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==} 8993 8993 peerDependencies: 8994 8994 react: '*' 8995 8995 react-native: '*' 8996 8996 dependencies: 8997 8997 react: 18.2.0 8998 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8998 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 8999 8999 dev: false 9000 9000 9001 - /react-native-screens@3.20.0(react-native@0.71.7)(react@18.2.0): 9001 + /react-native-screens@3.20.0(react-native@0.71.6)(react@18.2.0): 9002 9002 resolution: {integrity: sha512-joWUKWAVHxymP3mL9gYApFHAsbd9L6ZcmpoZa6Sl3W/82bvvNVMqcfP7MeNqVCg73qZ8yL4fW+J/syusHleUgg==} 9003 9003 peerDependencies: 9004 9004 react: '*' ··· 9006 9006 dependencies: 9007 9007 react: 18.2.0 9008 9008 react-freeze: 1.0.3(react@18.2.0) 9009 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9009 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9010 9010 warn-once: 0.1.1 9011 9011 dev: false 9012 9012 9013 - /react-native-svg@13.9.0(react-native@0.71.7)(react@18.2.0): 9014 - resolution: {integrity: sha512-Ey18POH0dA0ob/QiwCBVrxIiwflhYuw0P0hBlOHeY4J5cdbs8ngdKHeWC/Kt9+ryP6fNoEQ1PUgPYw2Bs/rp5Q==} 9013 + /react-native-svg@13.4.0(react-native@0.71.6)(react@18.2.0): 9014 + resolution: {integrity: sha512-B3TwK+H0+JuRhYPzF21AgqMt4fjhCwDZ9QUtwNstT5XcslJBXC0FoTkdZo8IEb1Sv4suSqhZwlAY6lwOv3tHag==} 9015 9015 peerDependencies: 9016 9016 react: '*' 9017 9017 react-native: '*' ··· 9019 9019 css-select: 5.1.0 9020 9020 css-tree: 1.1.3 9021 9021 react: 18.2.0 9022 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9022 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9023 9023 dev: false 9024 9024 9025 - /react-native-url-polyfill@1.3.0(react-native@0.71.7): 9025 + /react-native-url-polyfill@1.3.0(react-native@0.71.6): 9026 9026 resolution: {integrity: sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ==} 9027 9027 peerDependencies: 9028 9028 react-native: '*' 9029 9029 dependencies: 9030 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9030 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9031 9031 whatwg-url-without-unicode: 8.0.0-3 9032 9032 dev: false 9033 9033 9034 - /react-native@0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0): 9035 - resolution: {integrity: sha512-Id6iRLS581fJMFGbBl1jP5uSmjExtGOvw5Gvh7694zISXjsRAsFMmU+izs0pyCLqDBoHK7y4BT7WGPGw693nYw==} 9034 + /react-native@0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0): 9035 + resolution: {integrity: sha512-gHrDj7qaAaiE41JwaFCh3AtvOqOLuRgZtHKzNiwxakG/wvPAYmG73ECfWHGxjxIx/QT17Hp37Da3ipCei/CayQ==} 9036 9036 engines: {node: '>=14'} 9037 9037 hasBin: true 9038 9038 peerDependencies: ··· 9168 9168 tslib: 2.5.0 9169 9169 dev: false 9170 9170 9171 - /recyclerlistview@4.2.0(react-native@0.71.7)(react@18.2.0): 9171 + /recyclerlistview@4.2.0(react-native@0.71.6)(react@18.2.0): 9172 9172 resolution: {integrity: sha512-uuBCi0c+ggqHKwrzPX4Z/mJOzsBbjZEAwGGmlwpD/sD7raXixdAbdJ6BTcAmuWG50Cg4ru9p12M94Njwhr/27A==} 9173 9173 peerDependencies: 9174 9174 react: '>= 15.2.1' ··· 9177 9177 lodash.debounce: 4.0.8 9178 9178 prop-types: 15.8.1 9179 9179 react: 18.2.0 9180 - react-native: 0.71.7(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9180 + react-native: 0.71.6(@babel/core@7.21.4)(@babel/preset-env@7.21.4)(react@18.2.0) 9181 9181 ts-object-utils: 0.0.5 9182 9182 dev: false 9183 9183