From 5d456899ea444301870e1d3c721d139c9251c531 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 27 Sep 2024 23:58:15 +0530 Subject: Fix too many updates issue with useFavorites + ui changes --- justfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index b85492a..7e56d9c 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,11 @@ android-setup: - #!/usr/bin/env sh sdkmanager "$MY_ANDROID_AVD_PKG" && \ avdmanager create avd -n channels -k "$MY_ANDROID_AVD_PKG" --device 26 --force; emu: emulator -gpu swiftshader_indirect @channels - # emulator -gpu mode @channels + +build: + bun run react-native build-android --mode release + -- cgit v1.3.1