mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 13:25:43 +00:00
d823a2082a
Get rid of navigation wrapper Use new API to declare navigation Update tabbar component Update to use new navigation events Add ios presentation modal Navigation cleanups Android specific updates Use letsubs for stack subscriptions Keycard did load event backward compatibility Fix tabbar and wallet on-focus bad rebase Do not keep welcome screen into the stack Comment outdated test Fix rebase on home PR Cancel back button on screens which can't be popped Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
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
.