Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
32d8d9f
updated java and pods versions
ygit Oct 23, 2025
764ffcf
16kb hms sdk support
ygit Oct 23, 2025
42c2c65
made ios app compatible
ygit Oct 23, 2025
d2fa871
updated build gradle
ygit Oct 23, 2025
1dc9221
removed old android architectures
ygit Oct 23, 2025
2ba906d
update types prebuilt version
ygit Oct 23, 2025
a6cfece
removed flipper support
ygit Oct 23, 2025
4681827
updated gitignore
ygit Oct 23, 2025
a97ff1c
updated to compatible ndk version
ygit Oct 23, 2025
daa08b6
updated packages paths
ygit Oct 24, 2025
3a46c03
removed flipper
ygit Oct 24, 2025
99027fa
updated android gradle settings
ygit Oct 24, 2025
f6d4dc4
updated ios setup
ygit Oct 24, 2025
0eda98a
upgraded react native version
ygit Oct 24, 2025
f6dd48a
added 16kb page size compliance
ygit Oct 24, 2025
de7bdbc
updated release apps build script
ygit Oct 24, 2025
30f3eef
updated packages
ygit Oct 24, 2025
61052ec
updated app versions
ygit Oct 24, 2025
c6403c9
updated app versions
ygit Oct 24, 2025
8e621a8
made ios firebase and testflight releases parallel
ygit Oct 24, 2025
5e765a5
updated gems
ygit Oct 24, 2025
933cdd5
updated changelog
ygit Oct 24, 2025
402fd7a
removed debug md file
ygit Oct 24, 2025
ff88769
removed local env file
ygit Oct 24, 2025
bb5c514
updated peer deps
ygit Oct 24, 2025
9b30d89
updated peer deps
ygit Oct 24, 2025
ae59266
updated gitignore
ygit Oct 24, 2025
e2f7115
updated release script
ygit Oct 24, 2025
b484dcd
released sample apps - Android 2.5.2 (545) ⚛️
ygit Oct 24, 2025
e9c5e3d
added claude.md file
ygit Oct 25, 2025
5dcff83
updated package lock
ygit Oct 25, 2025
676ca22
fix: update GitHub Actions for React Native 0.77.3 compatibility
ygit Oct 25, 2025
bd13c4b
fix: use hardcoded Node 22.x instead of .nvmrc file in workflows
ygit Oct 25, 2025
e91466b
docs: update minimum version requirements for RN 0.73+ compatibility
ygit Oct 25, 2025
9810383
fix: upgrade trunk-action and remove invalid Vale vocab config
ygit Oct 25, 2025
c95f093
removed vale action
ygit Oct 25, 2025
51f6b54
updated android build action
ygit Oct 25, 2025
a232c87
updated android build action
ygit Oct 25, 2025
1e584f8
removed trunk action
ygit Oct 25, 2025
44d623a
updated room kit
ygit Oct 25, 2025
2b50b6c
Fix TypeScript type errors and update dependencies
ygit Oct 25, 2025
249e0ff
updated imports
ygit Oct 25, 2025
93a3cdf
updated ios build action
ygit Oct 25, 2025
066ed05
updated video plugin import
ygit Oct 25, 2025
a6f8c2d
updated ReadMe file instructions
ygit Oct 26, 2025
f632407
updated background image setting
ygit Oct 27, 2025
582e702
updated release scripts
ygit Oct 27, 2025
33c6e03
released sample apps - Android 2.5.4 (547) ⚛️
ygit Oct 27, 2025
c8119e7
updated build number
ygit Oct 27, 2025
3a62c0a
updated build script
ygit Oct 27, 2025
bb55874
updated gems
ygit Oct 27, 2025
01d6e30
updated pods setup
ygit Oct 27, 2025
16e5810
updated ios cache step
ygit Oct 27, 2025
6c1d337
updated pods step
ygit Oct 27, 2025
fe77a34
updated peer dependency
ygit Oct 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
389 changes: 328 additions & 61 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions .github/workflows/trunk-check.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/vale.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ packages/react-native-room-kit/example/vendor
packages/react-native-room-kit/example/ios/Pods
packages/react-native-room-kit/example/android/app/build

*.hprof
*.hprof
settings.local.json
.xcode.env.local
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.12
17.0.17
2 changes: 0 additions & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ StylesPath = .github/styles

MinAlertLevel = error

Vocab = HMSVocab

Packages = Google, Readability

[*.{md}]
Expand Down
Loading
Loading