Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
drb (2.2.3)
escape (0.0.4)
Expand Down Expand Up @@ -113,4 +113,4 @@ RUBY VERSION
ruby 3.3.4p94

BUNDLED WITH
2.1.4
2.5.11
26 changes: 25 additions & 1 deletion examples/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,29 @@
"node": ">=18",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.15.1"
"packageManager": "pnpm@10.15.1",
"pnpm": {
"overrides": {
"shell-quote": "1.8.4",
"@xmldom/xmldom": "0.8.13",
"flatted": "3.4.2",
"glob@^10.0.0": "10.5.0",
"picomatch@^2.0.0": "2.3.2",
"picomatch@^3.0.0": "3.0.2",
"picomatch@^4.0.0": "4.0.4",
"undici": "6.27.0",
"ws@^6.0.0": "6.2.4",
"ws@^7.0.0": "7.5.11",
"ws@^8.0.0": "8.21.0",
"brace-expansion@^1.0.0": "1.1.13",
"brace-expansion@^5.0.0": "5.0.6",
"js-yaml@^3.0.0": "3.15.0",
"js-yaml@^4.0.0": "4.2.0",
"postcss": "8.5.10",
"tar": "7.5.16",
"uuid": "11.1.1",
"yaml": "2.8.3",
"@babel/core": "7.29.6"
}
}
}
1,742 changes: 953 additions & 789 deletions examples/expo-example/pnpm-lock.yaml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/with-notifications/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ ruby ">= 2.6.10"
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
# The upstream RN template pinned < 1.3.4 to dodge a logger require removed in
# 1.3.5+ that broke activesupport outside Rails; the explicit 'logger' gem below
# already covers that, so 1.3.7+ (which also fixes CVEs) is safe here.
gem 'concurrent-ruby', '>= 1.3.7'

# Ruby 3.4.0 has removed some libraries from the standard library.
gem 'bigdecimal'
Expand Down
121 changes: 121 additions & 0 deletions examples/with-notifications/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.8)
activesupport (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.2)
claide (1.1.0)
cocoapods (1.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
drb (2.2.3)
escape (0.0.4)
ethon (0.18.0)
ffi (>= 1.15.0)
logger
ffi (1.17.4)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.9.0)
mutex_m
i18n (1.15.2)
concurrent-ruby (~> 1.0)
json (2.20.0)
logger (1.7.0)
minitest (5.27.0)
molinillo (0.8.0)
mutex_m (0.3.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
public_suffix (4.0.7)
rexml (3.4.4)
ruby-macho (2.5.1)
securerandom (0.4.1)
typhoeus (1.6.0)
ethon (>= 0.18.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.25.1)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (>= 3.3.6, < 4.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport (>= 6.1.7.5, != 7.1.0)
benchmark
bigdecimal
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
concurrent-ruby (>= 1.3.7)
logger
mutex_m
xcodeproj (< 1.26.0)

RUBY VERSION
ruby 3.3.4p94

BUNDLED WITH
2.5.11
10 changes: 8 additions & 2 deletions examples/with-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pod": "cd ios && pod install && cd .."
},
"dependencies": {
"@intercom/intercom-react-native": "file:../../",
"@intercom/intercom-react-native": "file:../..",
"@react-native/new-app-screen": "0.81.1",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.0.0",
Expand Down Expand Up @@ -49,5 +49,11 @@
"node": ">=20",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.15.1"
"packageManager": "pnpm@10.15.1",
"pnpm": {
"overrides": {
"qs@6.13.0": "6.15.2",
"fast-xml-parser@^4.4.1": "5.7.0"
}
}
}
Loading