mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -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>
11 lines
605 B
Groovy
11 lines
605 B
Groovy
rootProject.name = 'Spacedrive'
|
|
|
|
apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle");
|
|
useExpoModules()
|
|
|
|
apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute(null, rootDir).text.trim(), "../native_modules.gradle");
|
|
applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|
|
includeBuild(new File(["node", "--print", "require.resolve('@react-native/gradle-plugin/package.json')"].execute(null, rootDir).text.trim()).getParentFile())
|