frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

feat: bottom sheet

serenity 1808a80a 1cb20fc8

+42
+1
package.json
··· 26 26 "@atproto/oauth-client-expo": "^0.0.1", 27 27 "@expo-google-fonts/lexend": "^0.4.1", 28 28 "@expo/vector-icons": "^15.0.2", 29 + "@gorhom/bottom-sheet": "^5.2.6", 29 30 "@react-navigation/bottom-tabs": "^7.4.0", 30 31 "@react-navigation/drawer": "^7.7.2", 31 32 "@react-navigation/elements": "^2.6.3",
+41
pnpm-lock.yaml
··· 38 38 '@expo/vector-icons': 39 39 specifier: ^15.0.2 40 40 version: 15.0.2(expo-font@14.0.9(expo@54.0.12)(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) 41 + '@gorhom/bottom-sheet': 42 + specifier: ^5.2.6 43 + version: 5.2.6(@types/react@19.1.17)(react-native-gesture-handler@2.28.0(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.2(@babel/core@7.28.4)(react-native-worklets@0.5.1(@babel/core@7.28.4)(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) 41 44 '@react-navigation/bottom-tabs': 42 45 specifier: ^7.4.0 43 46 version: 7.4.8(@react-navigation/native@7.1.18(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) ··· 934 937 '@expo/xcpretty@4.3.2': 935 938 resolution: {integrity: sha512-ReZxZ8pdnoI3tP/dNnJdnmAk7uLT4FjsKDGW7YeDdvdOMz2XCQSmSCM9IWlrXuWtMF9zeSB6WJtEhCQ41gQOfw==} 936 939 hasBin: true 940 + 941 + '@gorhom/bottom-sheet@5.2.6': 942 + resolution: {integrity: sha512-vmruJxdiUGDg+ZYcDmS30XDhq/h/+QkINOI5LY/uGjx8cPGwgJW0H6AB902gNTKtccbiKe/rr94EwdmIEz+LAQ==} 943 + peerDependencies: 944 + '@types/react': '*' 945 + '@types/react-native': '*' 946 + react: '*' 947 + react-native: '*' 948 + react-native-gesture-handler: '>=2.16.1' 949 + react-native-reanimated: '>=3.16.0 || >=4.0.0-' 950 + peerDependenciesMeta: 951 + '@types/react': 952 + optional: true 953 + '@types/react-native': 954 + optional: true 955 + 956 + '@gorhom/portal@1.0.14': 957 + resolution: {integrity: sha512-MXyL4xvCjmgaORr/rtryDNFy3kU4qUbKlwtQqqsygd0xX3mhKjOLn6mQK8wfu0RkoE0pBE0nAasRoHua+/QZ7A==} 958 + peerDependencies: 959 + react: '*' 960 + react-native: '*' 937 961 938 962 '@humanfs/core@0.19.1': 939 963 resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} ··· 5789 5813 chalk: 4.1.2 5790 5814 find-up: 5.0.0 5791 5815 js-yaml: 4.1.0 5816 + 5817 + '@gorhom/bottom-sheet@5.2.6(@types/react@19.1.17)(react-native-gesture-handler@2.28.0(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.2(@babel/core@7.28.4)(react-native-worklets@0.5.1(@babel/core@7.28.4)(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)': 5818 + dependencies: 5819 + '@gorhom/portal': 1.0.14(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) 5820 + invariant: 2.2.4 5821 + react: 19.1.0 5822 + react-native: 0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0) 5823 + react-native-gesture-handler: 2.28.0(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) 5824 + react-native-reanimated: 4.1.2(@babel/core@7.28.4)(react-native-worklets@0.5.1(@babel/core@7.28.4)(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) 5825 + optionalDependencies: 5826 + '@types/react': 19.1.17 5827 + 5828 + '@gorhom/portal@1.0.14(react-native@0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)': 5829 + dependencies: 5830 + nanoid: 3.3.11 5831 + react: 19.1.0 5832 + react-native: 0.81.4(@babel/core@7.28.4)(@types/react@19.1.17)(react@19.1.0) 5792 5833 5793 5834 '@humanfs/core@0.19.1': {} 5794 5835