59140d971f
Add animated assets on intro screens Add component for video on home view Did not use it for now - as the asset for that video is broken Do not justify center videos in intro Update video assets for home view fix generate-nix.sh script for maven deps Signed-off-by: Jakub Sokołowski <jakub@status.im> add missing android-scalablevideoview dependency Signed-off-by: Jakub Sokołowski <jakub@status.im> Fix center position of videos in onboarding Use image for sample key in android Because during animation transition in creates a black background Add play when inactive for ios Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
default.nix | ||
fetch-maven-deps.sh | ||
generate-nix.sh | ||
maven-inputs.txt | ||
maven-sources.nix | ||
reactnative-android-native-deps.nix | ||
shell.nix |
README.md
Maven dependencies Nix wrapper
Overview
This folder contains the Nix expression (maven-sources.nix
) that downloads all Maven dependencies required for Gradle, as well as the scripts used to generate that file, namely:
generate-nix.sh
: This is the main entry point script, which will use Gradle to determine the dependencies (intomaven-inputs.txt
), andnix/tools/maven/maven-inputs2nix.sh
to generatedefault.nix
from those dependencies.fetch-maven-deps.sh
: This script does the heavy work of determining Gradle dependencies and outputting amaven-inputs.txt
file listing the external URLs.reactnative-android-native-deps.nix
: Contains the Nix attribute set used to download the React Native dependencies used in React Native Gradle scripts.maven-inputs.txt
: A list of Maven dependenciy URLs that can be used bynix/tools/maven/maven-inputs2nix.sh
to generatemaven-sources.nix
.