Hopefully feature-complete Android Bluesky client written in Expo
atproto bluesky
3
fork

Configure Feed

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

It wants both actually

+1 -1
+1 -1
flake.nix
··· 17 17 18 18 pinnedJDK = pkgs.jdk17; 19 19 androidComposition = pkgs.androidenv.composeAndroidPackages { 20 - buildToolsVersions = [ "36.0.0" ]; 20 + buildToolsVersions = [ "35.0.0" "36.0.0" ]; 21 21 platformVersions = [ "36" ]; 22 22 includeNDK = true; 23 23 ndkVersions = ["27.1.12297006"];