mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 21:36:56 -04:00
* add job manager modal and button * cleanup directories and add card to debug screen * expo sdk 49 * update pods * updated native android files * updated native ios files * pods being cringe * update hermes * podfile * big update packages * fix and upgrade animations to reanimated 3 * nice types moti * clean imports * upgrade react-hook-form (fix type) * move stuff to sd/client and some organization * camel case * i liek switch * Merge iconImg & circleIcon props * wip * copy changes to mobile * move job context and job progress to client and also use it on mobile * pnpm-lock * (wip) - make job swipeable + styling * job progress bar and more style tweaks * no spring animation on progress bar pls * new loading animation * padding and pnpm lock * indeterminate progress bar * cleanup & update packages etc * leave some todos for future * fix types * monorepo types :) --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
15 lines
562 B
Prolog
15 lines
562 B
Prolog
# Add project specific ProGuard rules here.
|
|
# By default, the flags in this file are appended to flags specified
|
|
# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt
|
|
# You can edit the include path and order by changing the proguardFiles
|
|
# directive in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
# react-native-reanimated
|
|
-keep class com.swmansion.reanimated.** { *; }
|
|
-keep class com.facebook.react.turbomodule.** { *; }
|
|
|
|
# Add any project specific keep options here:
|