fix: include native module sources in git tracking

Fix .gitignore to only exclude root android/ and ios/
(Expo prebuild output) while keeping modules/ native code.
Add Android WallpaperService Kotlin sources, GLSL shaders,
manifest, and Gradle config.
This commit is contained in:
Mathis Pruvot
2026-05-28 11:50:19 +00:00
parent 84809378d1
commit 9b90e6a4a1
7 changed files with 744 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,7 +1,7 @@
node_modules/
.expo/
android/
ios/
/android/
/ios/
dist/
.env
*.jks