Skip to content
Open
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
9 changes: 2 additions & 7 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.7)
base64
nkf
rexml
CFPropertyList (3.0.9)
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
Expand All @@ -17,7 +14,6 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
claide (1.1.0)
Expand Down Expand Up @@ -79,7 +75,6 @@ GEM
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.4.4)
ruby-macho (2.5.1)
Expand Down Expand Up @@ -113,4 +108,4 @@ RUBY VERSION
ruby 2.6.10p210

BUNDLED WITH
1.17.2
2.4.22
2 changes: 2 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ end
target 'CactusExample' do
config = use_native_modules!

pod 'Cactus', :path => '../..'

use_react_native!(
:path => config[:reactNativePath],
# An absolute path to your application root.
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2625,6 +2625,6 @@ SPEC CHECKSUMS:
Yoga: fa23995c18b65978347b096d0836f4f5093df545
ZIPFoundation: dfd3d681c4053ff7e2f7350bc4e53b5dba3f5351

PODFILE CHECKSUM: e920e5314af7e3deb524b3a80ec0380486972889
PODFILE CHECKSUM: f6f976a05ca5f1414ab0b1c221a5818fa2acfa60

COCOAPODS: 1.15.2
Loading