Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:rainbow-me/rainbow into brody/de…
Browse files Browse the repository at this point in the history
…eplink-add

* 'develop' of github.com:rainbow-me/rainbow:
  simplify logic for fee display (#5660)
  zustand: use smol subscriptions (#5661)
  useSyncSharedValue (#5662)
  handle wc links in browser (#5652)
  Add default error page (#5657)
  update firebase (#5636)
  browser: fix android card images (#5651)
  Add backend provided slippage (#5649)
  Add rainbow fee to review panel (#5650)
  review prompt changes (#5656)
  • Loading branch information
BrodyHughes committed Apr 23, 2024
2 parents a1becb3 + dbe45cb commit 5c3b277
Show file tree
Hide file tree
Showing 23 changed files with 843 additions and 214 deletions.
6 changes: 4 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ platform :ios, '13.0'

pod 'Firebase', :modular_headers => true
pod 'FirebaseCore', :modular_headers => true
pod 'FirebaseRemoteConfig', :modular_headers => true
pod 'FirebaseABTesting', :modular_headers => true
pod 'FirebaseCoreExtension', :modular_headers => true
pod 'FirebaseInstallations', :modular_headers => true
pod 'GoogleDataTransport', :modular_headers => true
Expand All @@ -25,7 +27,7 @@ target 'SelectTokenIntent' do
end

target 'ImageNotification' do
pod 'Firebase/Messaging', '~> 10.12.0', :modular_headers => true
pod 'Firebase/Messaging', :modular_headers => true
end

target 'Rainbow' do
Expand Down Expand Up @@ -63,7 +65,7 @@ target 'Rainbow' do
pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'
pod 'react-native-palette-full', :path => '../node_modules/react-native-palette-full'
pod 'react-native-ble-plx', :path => '../node_modules/react-native-ble-plx'
pod 'Plaid', '~> 4.4.0'
pod 'TOCropViewController', '2.7.3'

use_native_modules!

Expand Down

0 comments on commit 5c3b277

Please sign in to comment.