lucy-cli 2.0.0-beta.4 → 2.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/dist/commands/checks.d.ts +2 -2
  2. package/dist/commands/exec.d.ts +1 -1
  3. package/dist/commands/git.d.ts +2 -2
  4. package/dist/commands/home.d.ts +2 -2
  5. package/dist/commands/home.js +25 -2
  6. package/dist/commands/home.js.map +1 -1
  7. package/dist/index.js +0 -0
  8. package/dist/init/blocks.d.ts +1 -1
  9. package/dist/init/cargo.d.ts +1 -1
  10. package/dist/init/expo.d.ts +1 -1
  11. package/dist/init/gitModules.d.ts +1 -1
  12. package/dist/init/index.d.ts +1 -2
  13. package/dist/init/monorepo.d.ts +1 -1
  14. package/dist/init/prepareVelo.d.ts +1 -1
  15. package/dist/init/tauri.d.ts +1 -1
  16. package/dist/init/templates.d.ts +1 -1
  17. package/dist/init/velo.d.ts +1 -1
  18. package/dist/tasks/index.d.ts +1 -1
  19. package/dist/wix-sdk/index.d.ts +1 -1
  20. package/dist/wix-sdk/init.d.ts +1 -1
  21. package/dist/wix-sdk/run.d.ts +1 -1
  22. package/dist/wix-sync/index.d.ts +1 -1
  23. package/dist/wix-sync/init.d.ts +1 -1
  24. package/files/templates/expo verse[D]/files/.nvmrc +1 -0
  25. package/files/templates/expo verse[D]/files/.prettierignore +23 -0
  26. package/files/templates/expo verse[D]/files/.prettierrc.js +16 -0
  27. package/files/templates/expo verse[D]/files/.stylelintrc.json +8 -0
  28. package/files/templates/expo verse[D]/files/.vscode/extensions.json +10 -0
  29. package/files/templates/expo verse[D]/files/.vscode/launch.json +54 -0
  30. package/files/templates/expo verse[D]/files/.vscode/settings.json +30 -0
  31. package/files/templates/expo verse[D]/files/.vscode/tasks.json +0 -0
  32. package/files/templates/expo verse[D]/files/.yarnrc +1 -0
  33. package/files/templates/expo verse[D]/files/.yarnrc.yml +8 -0
  34. package/files/templates/expo verse[D]/files/App.tsx +63 -0
  35. package/files/templates/expo verse[D]/files/DEBUGGING.md +126 -0
  36. package/files/templates/expo verse[D]/files/README.md +45 -0
  37. package/files/templates/expo verse[D]/files/android/app/build.gradle +177 -0
  38. package/files/templates/expo verse[D]/files/android/app/debug.keystore +0 -0
  39. package/files/templates/expo verse[D]/files/android/app/proguard-rules.pro +14 -0
  40. package/files/templates/expo verse[D]/files/android/app/src/debug/AndroidManifest.xml +7 -0
  41. package/files/templates/expo verse[D]/files/android/app/src/main/AndroidManifest.xml +33 -0
  42. package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainActivity.kt +65 -0
  43. package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainApplication.kt +57 -0
  44. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/ic_launcher_background.xml +6 -0
  45. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/rn_edit_text_material.xml +37 -0
  46. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
  47. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
  48. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-hdpi/splashscreen_logo.png +0 -0
  49. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-mdpi/splashscreen_logo.png +0 -0
  50. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xhdpi/splashscreen_logo.png +0 -0
  51. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_logo.png +0 -0
  52. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_logo.png +0 -0
  53. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
  54. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
  55. package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
  56. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +6 -0
  57. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +6 -0
  58. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
  59. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
  60. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp +0 -0
  61. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
  62. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
  63. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
  64. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp +0 -0
  65. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
  66. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
  67. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
  68. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp +0 -0
  69. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
  70. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
  71. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
  72. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp +0 -0
  73. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
  74. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
  75. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
  76. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp +0 -0
  77. package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
  78. package/files/templates/expo verse[D]/files/android/app/src/main/res/values/colors.xml +6 -0
  79. package/files/templates/expo verse[D]/files/android/app/src/main/res/values/strings.xml +7 -0
  80. package/files/templates/expo verse[D]/files/android/app/src/main/res/values/styles.xml +12 -0
  81. package/files/templates/expo verse[D]/files/android/app/src/main/res/values-night/colors.xml +3 -0
  82. package/files/templates/expo verse[D]/files/android/build.gradle +37 -0
  83. package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  84. package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.properties +7 -0
  85. package/files/templates/expo verse[D]/files/android/gradle.properties +59 -0
  86. package/files/templates/expo verse[D]/files/android/gradlew +251 -0
  87. package/files/templates/expo verse[D]/files/android/gradlew.bat +94 -0
  88. package/files/templates/expo verse[D]/files/android/settings.gradle +39 -0
  89. package/files/templates/expo verse[D]/files/app.config.ts +77 -0
  90. package/files/templates/expo verse[D]/files/assets/data/de.csv +949 -0
  91. package/files/templates/expo verse[D]/files/assets/data/en.csv +949 -0
  92. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Black.ttf +0 -0
  93. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BlackItalic.ttf +0 -0
  94. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Bold.ttf +0 -0
  95. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BoldItalic.ttf +0 -0
  96. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBold.ttf +0 -0
  97. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBoldItalic.ttf +0 -0
  98. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Italic.ttf +0 -0
  99. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Medium.ttf +0 -0
  100. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-MediumItalic.ttf +0 -0
  101. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
  102. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBold.ttf +0 -0
  103. package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBoldItalic.ttf +0 -0
  104. package/files/templates/expo verse[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
  105. package/files/templates/expo verse[D]/files/assets/images/andorid/background.png +0 -0
  106. package/files/templates/expo verse[D]/files/assets/images/android-dark.png +0 -0
  107. package/files/templates/expo verse[D]/files/assets/images/android-light.png +0 -0
  108. package/files/templates/expo verse[D]/files/assets/images/background.png +0 -0
  109. package/files/templates/expo verse[D]/files/assets/images/ios-dark.png +0 -0
  110. package/files/templates/expo verse[D]/files/assets/images/ios-light.png +0 -0
  111. package/files/templates/expo verse[D]/files/assets/images/ios-tinted.png +0 -0
  112. package/files/templates/expo verse[D]/files/assets/images/splash-icon-dark.png +0 -0
  113. package/files/templates/expo verse[D]/files/assets/images/splash-icon-light.png +0 -0
  114. package/files/templates/expo verse[D]/files/babel.config.js +10 -0
  115. package/files/templates/expo verse[D]/files/components/.gitkeep +0 -0
  116. package/files/templates/expo verse[D]/files/components/MainScreen.tsx +299 -0
  117. package/files/templates/expo verse[D]/files/components/Share.tsx +132 -0
  118. package/files/templates/expo verse[D]/files/components/ui/.gitkeep +0 -0
  119. package/files/templates/expo verse[D]/files/components/ui/dev.tsx +48 -0
  120. package/files/templates/expo verse[D]/files/constants/config.ts +30 -0
  121. package/files/templates/expo verse[D]/files/constants/theme.ts +18 -0
  122. package/files/templates/expo verse[D]/files/data/de.csv +219 -0
  123. package/files/templates/expo verse[D]/files/data/en.csv +219 -0
  124. package/files/templates/expo verse[D]/files/data/version.json +4 -0
  125. package/files/templates/expo verse[D]/files/eas.json +47 -0
  126. package/files/templates/expo verse[D]/files/eslint.config.mjs +185 -0
  127. package/files/templates/expo verse[D]/files/global.css +47 -0
  128. package/files/templates/expo verse[D]/files/hooks/useColorScheme.ts +17 -0
  129. package/files/templates/expo verse[D]/files/index.ts +28 -0
  130. package/files/templates/expo verse[D]/files/lib/content.ts +31 -0
  131. package/files/templates/expo verse[D]/files/lib/data.ts +180 -0
  132. package/files/templates/expo verse[D]/files/lib/helper.ts +54 -0
  133. package/files/templates/expo verse[D]/files/lib/index.ts +21 -0
  134. package/files/templates/expo verse[D]/files/lib/state.ts +128 -0
  135. package/files/templates/expo verse[D]/files/lib/storage.ts +17 -0
  136. package/files/templates/expo verse[D]/files/lib/taskManager/index.ts +38 -0
  137. package/files/templates/expo verse[D]/files/lib/taskManager/loadData.ts +14 -0
  138. package/files/templates/expo verse[D]/files/lib/utils/index.ts +11 -0
  139. package/files/templates/expo verse[D]/files/lib/utils/polyfills.ts +29 -0
  140. package/files/templates/expo verse[D]/files/lib/utils/screenshot.ts +77 -0
  141. package/files/templates/expo verse[D]/files/lucy.json +8 -0
  142. package/files/templates/expo verse[D]/files/metro.config.js +81 -0
  143. package/files/templates/expo verse[D]/files/models/index.ts +28 -0
  144. package/files/templates/expo verse[D]/files/nativewind-env.d.ts +1 -0
  145. package/files/templates/expo verse[D]/files/package.json +102 -0
  146. package/files/templates/expo verse[D]/files/pnpm-workspace.yaml +3 -0
  147. package/files/templates/expo verse[D]/files/scripts/convert-verses.ts +309 -0
  148. package/files/templates/expo verse[D]/files/scripts/move-artifacts.ts +83 -0
  149. package/files/templates/expo verse[D]/files/scripts/reset-project.ts +116 -0
  150. package/files/templates/expo verse[D]/files/tailwind.config.js +63 -0
  151. package/files/templates/expo verse[D]/files/tsconfig.json +45 -0
  152. package/files/templates/expo verse[D]/files/types/index.ts +4 -0
  153. package/files/templates/expo verse[D]/files/types/reset.d.ts +1 -0
  154. package/files/templates/expo verse[D]/lucy.json +86 -0
  155. package/files/templates/expo[D]/files/app.config.ts +69 -0
  156. package/files/templates/expo[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
  157. package/files/templates/expo[D]/files/scripts/reset-project.ts +0 -0
  158. package/old/index.ts +0 -0
  159. package/package.json +11 -12
  160. package/pnpm-workspace.yaml +6 -0
  161. package/src/commands/home.ts +36 -2
  162. package/src/index.ts +0 -0
@@ -0,0 +1,177 @@
1
+ apply plugin: "com.android.application"
2
+ apply plugin: "org.jetbrains.kotlin.android"
3
+ apply plugin: "com.facebook.react"
4
+
5
+ def projectRoot = rootDir.getAbsoluteFile().getParentFile().getAbsolutePath()
6
+
7
+ /**
8
+ * This is the configuration block to customize your React Native Android app.
9
+ * By default you don't need to apply any configuration, just uncomment the lines you need.
10
+ */
11
+ react {
12
+ entryFile = file(["node", "-e", "require('expo/scripts/resolveAppEntry')", projectRoot, "android", "absolute"].execute(null, rootDir).text.trim())
13
+ reactNativeDir = new File(["node", "--print", "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsoluteFile()
14
+ hermesCommand = new File(["node", "--print", "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsolutePath() + "/sdks/hermesc/%OS-BIN%/hermesc"
15
+ codegenDir = new File(["node", "--print", "require.resolve('@react-native/codegen/package.json', { paths: [require.resolve('react-native/package.json')] })"].execute(null, rootDir).text.trim()).getParentFile().getAbsoluteFile()
16
+
17
+ enableBundleCompression = (findProperty('android.enableBundleCompression') ?: false).toBoolean()
18
+ // Use Expo CLI to bundle the app, this ensures the Metro config
19
+ // works correctly with Expo projects.
20
+ cliFile = new File(["node", "--print", "require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })"].execute(null, rootDir).text.trim())
21
+ bundleCommand = "export:embed"
22
+
23
+ /* Folders */
24
+ // The root of your project, i.e. where "package.json" lives. Default is '../..'
25
+ // root = file("../../")
26
+ // The folder where the react-native NPM package is. Default is ../../node_modules/react-native
27
+ // reactNativeDir = file("../../node_modules/react-native")
28
+ // The folder where the react-native Codegen package is. Default is ../../node_modules/@react-native/codegen
29
+ // codegenDir = file("../../node_modules/@react-native/codegen")
30
+
31
+ /* Variants */
32
+ // The list of variants to that are debuggable. For those we're going to
33
+ // skip the bundling of the JS bundle and the assets. By default is just 'debug'.
34
+ // If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
35
+ // debuggableVariants = ["liteDebug", "prodDebug"]
36
+
37
+ /* Bundling */
38
+ // A list containing the node command and its flags. Default is just 'node'.
39
+ // nodeExecutableAndArgs = ["node"]
40
+
41
+ //
42
+ // The path to the CLI configuration file. Default is empty.
43
+ // bundleConfig = file(../rn-cli.config.js)
44
+ //
45
+ // The name of the generated asset file containing your JS bundle
46
+ // bundleAssetName = "MyApplication.android.bundle"
47
+ //
48
+ // The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
49
+ // entryFile = file("../js/MyApplication.android.js")
50
+ //
51
+ // A list of extra flags to pass to the 'bundle' commands.
52
+ // See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
53
+ // extraPackagerArgs = []
54
+
55
+ /* Hermes Commands */
56
+ // The hermes compiler command to run. By default it is 'hermesc'
57
+ // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
58
+ //
59
+ // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
60
+ // hermesFlags = ["-O", "-output-source-map"]
61
+
62
+ /* Autolinking */
63
+ autolinkLibrariesWithApp()
64
+ }
65
+
66
+ /**
67
+ * Set this to true to Run Proguard on Release builds to minify the Java bytecode.
68
+ */
69
+ def enableProguardInReleaseBuilds = (findProperty('android.enableProguardInReleaseBuilds') ?: false).toBoolean()
70
+
71
+ /**
72
+ * The preferred build flavor of JavaScriptCore (JSC)
73
+ *
74
+ * For example, to use the international variant, you can use:
75
+ * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
76
+ *
77
+ * The international variant includes ICU i18n library and necessary data
78
+ * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
79
+ * give correct results when using with locales other than en-US. Note that
80
+ * this variant is about 6MiB larger per architecture than default.
81
+ */
82
+ def jscFlavor = 'io.github.react-native-community:jsc-android:2026004.+'
83
+
84
+ android {
85
+ ndkVersion rootProject.ext.ndkVersion
86
+
87
+ buildToolsVersion rootProject.ext.buildToolsVersion
88
+ compileSdk rootProject.ext.compileSdkVersion
89
+
90
+ namespace 'so.sunnysideup.daily_verse'
91
+ defaultConfig {
92
+ applicationId 'so.sunnysideup.daily_verse'
93
+ minSdkVersion rootProject.ext.minSdkVersion
94
+ targetSdkVersion rootProject.ext.targetSdkVersion
95
+ versionCode 1
96
+ versionName "1.0.0"
97
+ }
98
+ signingConfigs {
99
+ debug {
100
+ storeFile file('debug.keystore')
101
+ storePassword 'android'
102
+ keyAlias 'androiddebugkey'
103
+ keyPassword 'android'
104
+ }
105
+ }
106
+ buildTypes {
107
+ debug {
108
+ signingConfig signingConfigs.debug
109
+ }
110
+ release {
111
+ // Caution! In production, you need to generate your own keystore file.
112
+ // see https://reactnative.dev/docs/signed-apk-android.
113
+ signingConfig signingConfigs.debug
114
+ shrinkResources (findProperty('android.enableShrinkResourcesInReleaseBuilds')?.toBoolean() ?: false)
115
+ minifyEnabled enableProguardInReleaseBuilds
116
+ proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
117
+ crunchPngs (findProperty('android.enablePngCrunchInReleaseBuilds')?.toBoolean() ?: true)
118
+ }
119
+ }
120
+ packagingOptions {
121
+ jniLibs {
122
+ useLegacyPackaging (findProperty('expo.useLegacyPackaging')?.toBoolean() ?: false)
123
+ }
124
+ }
125
+ androidResources {
126
+ ignoreAssetsPattern '!.svn:!.git:!.ds_store:!*.scc:!CVS:!thumbs.db:!picasa.ini:!*~'
127
+ }
128
+ }
129
+
130
+ // Apply static values from `gradle.properties` to the `android.packagingOptions`
131
+ // Accepts values in comma delimited lists, example:
132
+ // android.packagingOptions.pickFirsts=/LICENSE,**/picasa.ini
133
+ ["pickFirsts", "excludes", "merges", "doNotStrip"].each { prop ->
134
+ // Split option: 'foo,bar' -> ['foo', 'bar']
135
+ def options = (findProperty("android.packagingOptions.$prop") ?: "").split(",");
136
+ // Trim all elements in place.
137
+ for (i in 0..<options.size()) options[i] = options[i].trim();
138
+ // `[] - ""` is essentially `[""].filter(Boolean)` removing all empty strings.
139
+ options -= ""
140
+
141
+ if (options.length > 0) {
142
+ println "android.packagingOptions.$prop += $options ($options.length)"
143
+ // Ex: android.packagingOptions.pickFirsts += '**/SCCS/**'
144
+ options.each {
145
+ android.packagingOptions[prop] += it
146
+ }
147
+ }
148
+ }
149
+
150
+ dependencies {
151
+ // The version of react-native is set by the React Native Gradle Plugin
152
+ implementation("com.facebook.react:react-android")
153
+
154
+ def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true";
155
+ def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true";
156
+ def isWebpAnimatedEnabled = (findProperty('expo.webp.animated') ?: "") == "true";
157
+
158
+ if (isGifEnabled) {
159
+ // For animated gif support
160
+ implementation("com.facebook.fresco:animated-gif:${expoLibs.versions.fresco.get()}")
161
+ }
162
+
163
+ if (isWebpEnabled) {
164
+ // For webp support
165
+ implementation("com.facebook.fresco:webpsupport:${expoLibs.versions.fresco.get()}")
166
+ if (isWebpAnimatedEnabled) {
167
+ // Animated webp support
168
+ implementation("com.facebook.fresco:animated-webp:${expoLibs.versions.fresco.get()}")
169
+ }
170
+ }
171
+
172
+ if (hermesEnabled.toBoolean()) {
173
+ implementation("com.facebook.react:hermes-android")
174
+ } else {
175
+ implementation jscFlavor
176
+ }
177
+ }
@@ -0,0 +1,14 @@
1
+ # Add project specific ProGuard rules here.
2
+ # By default, the flags in this file are appended to flags specified
3
+ # in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt
4
+ # You can edit the include path and order by changing the proguardFiles
5
+ # directive in build.gradle.
6
+ #
7
+ # For more details, see
8
+ # http://developer.android.com/guide/developing/tools/proguard.html
9
+
10
+ # react-native-reanimated
11
+ -keep class com.swmansion.reanimated.** { *; }
12
+ -keep class com.facebook.react.turbomodule.** { *; }
13
+
14
+ # Add any project specific keep options here:
@@ -0,0 +1,7 @@
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:tools="http://schemas.android.com/tools">
3
+
4
+ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
5
+
6
+ <application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
7
+ </manifest>
@@ -0,0 +1,33 @@
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <uses-permission android:name="android.permission.INTERNET"/>
3
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
4
+ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
5
+ <uses-permission android:name="android.permission.VIBRATE"/>
6
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
7
+ <queries>
8
+ <intent>
9
+ <action android:name="android.intent.action.VIEW"/>
10
+ <category android:name="android.intent.category.BROWSABLE"/>
11
+ <data android:scheme="https"/>
12
+ </intent>
13
+ </queries>
14
+ <application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true">
15
+ <meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
16
+ <meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="@string/expo_runtime_version"/>
17
+ <meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
18
+ <meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
19
+ <meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/314ea1f7-8fd3-4748-8c27-c8b04616f6c2"/>
20
+ <activity android:name=".MainActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|uiMode|locale|layoutDirection" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:exported="true" android:screenOrientation="portrait">
21
+ <intent-filter>
22
+ <action android:name="android.intent.action.MAIN"/>
23
+ <category android:name="android.intent.category.LAUNCHER"/>
24
+ </intent-filter>
25
+ <intent-filter>
26
+ <action android:name="android.intent.action.VIEW"/>
27
+ <category android:name="android.intent.category.DEFAULT"/>
28
+ <category android:name="android.intent.category.BROWSABLE"/>
29
+ <data android:scheme="exp+daily-verse"/>
30
+ </intent-filter>
31
+ </activity>
32
+ </application>
33
+ </manifest>
@@ -0,0 +1,65 @@
1
+ package so.sunnysideup.daily_verse
2
+ import expo.modules.splashscreen.SplashScreenManager
3
+
4
+ import android.os.Build
5
+ import android.os.Bundle
6
+
7
+ import com.facebook.react.ReactActivity
8
+ import com.facebook.react.ReactActivityDelegate
9
+ import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabled
10
+ import com.facebook.react.defaults.DefaultReactActivityDelegate
11
+
12
+ import expo.modules.ReactActivityDelegateWrapper
13
+
14
+ class MainActivity : ReactActivity() {
15
+ override fun onCreate(savedInstanceState: Bundle?) {
16
+ // Set the theme to AppTheme BEFORE onCreate to support
17
+ // coloring the background, status bar, and navigation bar.
18
+ // This is required for expo-splash-screen.
19
+ // setTheme(R.style.AppTheme);
20
+ // @generated begin expo-splashscreen - expo prebuild (DO NOT MODIFY) sync-f3ff59a738c56c9a6119210cb55f0b613eb8b6af
21
+ SplashScreenManager.registerOnActivity(this)
22
+ // @generated end expo-splashscreen
23
+ super.onCreate(null)
24
+ }
25
+
26
+ /**
27
+ * Returns the name of the main component registered from JavaScript. This is used to schedule
28
+ * rendering of the component.
29
+ */
30
+ override fun getMainComponentName(): String = "main"
31
+
32
+ /**
33
+ * Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
34
+ * which allows you to enable New Architecture with a single boolean flags [fabricEnabled]
35
+ */
36
+ override fun createReactActivityDelegate(): ReactActivityDelegate {
37
+ return ReactActivityDelegateWrapper(
38
+ this,
39
+ BuildConfig.IS_NEW_ARCHITECTURE_ENABLED,
40
+ object : DefaultReactActivityDelegate(
41
+ this,
42
+ mainComponentName,
43
+ fabricEnabled
44
+ ){})
45
+ }
46
+
47
+ /**
48
+ * Align the back button behavior with Android S
49
+ * where moving root activities to background instead of finishing activities.
50
+ * @see <a href="https://developer.android.com/reference/android/app/Activity#onBackPressed()">onBackPressed</a>
51
+ */
52
+ override fun invokeDefaultOnBackPressed() {
53
+ if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.R) {
54
+ if (!moveTaskToBack(false)) {
55
+ // For non-root activities, use the default implementation to finish them.
56
+ super.invokeDefaultOnBackPressed()
57
+ }
58
+ return
59
+ }
60
+
61
+ // Use the default back button implementation on Android S
62
+ // because it's doing more than [Activity.moveTaskToBack] in fact.
63
+ super.invokeDefaultOnBackPressed()
64
+ }
65
+ }
@@ -0,0 +1,57 @@
1
+ package so.sunnysideup.daily_verse
2
+
3
+ import android.app.Application
4
+ import android.content.res.Configuration
5
+
6
+ import com.facebook.react.PackageList
7
+ import com.facebook.react.ReactApplication
8
+ import com.facebook.react.ReactNativeHost
9
+ import com.facebook.react.ReactPackage
10
+ import com.facebook.react.ReactHost
11
+ import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load
12
+ import com.facebook.react.defaults.DefaultReactNativeHost
13
+ import com.facebook.react.soloader.OpenSourceMergedSoMapping
14
+ import com.facebook.soloader.SoLoader
15
+
16
+ import expo.modules.ApplicationLifecycleDispatcher
17
+ import expo.modules.ReactNativeHostWrapper
18
+
19
+ class MainApplication : Application(), ReactApplication {
20
+
21
+ override val reactNativeHost: ReactNativeHost = ReactNativeHostWrapper(
22
+ this,
23
+ object : DefaultReactNativeHost(this) {
24
+ override fun getPackages(): List<ReactPackage> {
25
+ val packages = PackageList(this).packages
26
+ // Packages that cannot be autolinked yet can be added manually here, for example:
27
+ // packages.add(MyReactNativePackage())
28
+ return packages
29
+ }
30
+
31
+ override fun getJSMainModuleName(): String = ".expo/.virtual-metro-entry"
32
+
33
+ override fun getUseDeveloperSupport(): Boolean = BuildConfig.DEBUG
34
+
35
+ override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
36
+ override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED
37
+ }
38
+ )
39
+
40
+ override val reactHost: ReactHost
41
+ get() = ReactNativeHostWrapper.createReactHost(applicationContext, reactNativeHost)
42
+
43
+ override fun onCreate() {
44
+ super.onCreate()
45
+ SoLoader.init(this, OpenSourceMergedSoMapping)
46
+ if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
47
+ // If you opted-in for the New Architecture, we load the native entry point for this app.
48
+ load()
49
+ }
50
+ ApplicationLifecycleDispatcher.onApplicationCreate(this)
51
+ }
52
+
53
+ override fun onConfigurationChanged(newConfig: Configuration) {
54
+ super.onConfigurationChanged(newConfig)
55
+ ApplicationLifecycleDispatcher.onConfigurationChanged(this, newConfig)
56
+ }
57
+ }
@@ -0,0 +1,6 @@
1
+ <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <item android:drawable="@color/splashscreen_background"/>
3
+ <item>
4
+ <bitmap android:gravity="center" android:src="@drawable/splashscreen_logo"/>
5
+ </item>
6
+ </layer-list>
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2014 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <inset xmlns:android="http://schemas.android.com/apk/res/android"
17
+ android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
18
+ android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
19
+ android:insetTop="@dimen/abc_edit_text_inset_top_material"
20
+ android:insetBottom="@dimen/abc_edit_text_inset_bottom_material"
21
+ >
22
+
23
+ <selector>
24
+ <!--
25
+ This file is a copy of abc_edit_text_material (https://bit.ly/3k8fX7I).
26
+ The item below with state_pressed="false" and state_focused="false" causes a NullPointerException.
27
+ NullPointerException:tempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable(android.content.res.Resources)'
28
+
29
+ <item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
30
+
31
+ For more info, see https://bit.ly/3CdLStv (react-native/pull/29452) and https://bit.ly/3nxOMoR.
32
+ -->
33
+ <item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
34
+ <item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/>
35
+ </selector>
36
+
37
+ </inset>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <background android:drawable="@color/iconBackground"/>
4
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5
+ <monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
6
+ </adaptive-icon>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <background android:drawable="@color/iconBackground"/>
4
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5
+ <monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
6
+ </adaptive-icon>
@@ -0,0 +1,6 @@
1
+ <resources>
2
+ <color name="splashscreen_background">#D29EFF</color>
3
+ <color name="iconBackground">#ffffff</color>
4
+ <color name="colorPrimary">#023c69</color>
5
+ <color name="colorPrimaryDark">#D29EFF</color>
6
+ </resources>
@@ -0,0 +1,7 @@
1
+ <resources>
2
+ <string name="app_name">Daily Verse</string>
3
+ <string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
4
+ <string name="expo_runtime_version">1.0.0</string>
5
+ <string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
6
+ <string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
7
+ </resources>
@@ -0,0 +1,12 @@
1
+ <resources xmlns:tools="http://schemas.android.com/tools">
2
+ <style name="AppTheme" parent="Theme.EdgeToEdge">
3
+ <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
4
+ <item name="colorPrimary">@color/colorPrimary</item>
5
+ <item name="android:statusBarColor">#D29EFF</item>
6
+ </style>
7
+ <style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
8
+ <item name="windowSplashScreenBackground">@color/splashscreen_background</item>
9
+ <item name="windowSplashScreenAnimatedIcon">@drawable/splashscreen_logo</item>
10
+ <item name="postSplashScreenTheme">@style/AppTheme</item>
11
+ </style>
12
+ </resources>
@@ -0,0 +1,3 @@
1
+ <resources>
2
+ <color name="splashscreen_background">#000000</color>
3
+ </resources>
@@ -0,0 +1,37 @@
1
+ // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+
3
+ buildscript {
4
+ repositories {
5
+ google()
6
+ mavenCentral()
7
+ }
8
+ dependencies {
9
+ classpath('com.android.tools.build:gradle')
10
+ classpath('com.facebook.react:react-native-gradle-plugin')
11
+ classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
12
+ }
13
+ }
14
+
15
+ def reactNativeAndroidDir = new File(
16
+ providers.exec {
17
+ workingDir(rootDir)
18
+ commandLine("node", "--print", "require.resolve('react-native/package.json')")
19
+ }.standardOutput.asText.get().trim(),
20
+ "../android"
21
+ )
22
+
23
+ allprojects {
24
+ repositories {
25
+ maven {
26
+ // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
27
+ url(reactNativeAndroidDir)
28
+ }
29
+
30
+ google()
31
+ mavenCentral()
32
+ maven { url 'https://www.jitpack.io' }
33
+ }
34
+ }
35
+
36
+ apply plugin: "expo-root-project"
37
+ apply plugin: "com.facebook.react.rootproject"
@@ -0,0 +1,7 @@
1
+ distributionBase=GRADLE_USER_HOME
2
+ distributionPath=wrapper/dists
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4
+ networkTimeout=10000
5
+ validateDistributionUrl=true
6
+ zipStoreBase=GRADLE_USER_HOME
7
+ zipStorePath=wrapper/dists