Swipe navigation library

This commit is contained in:
metacryst
2026-04-19 21:56:09 -05:00
parent 142d4a3fc3
commit 69469fa2ad
4 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ def capacitor_pods
pod 'CapacitorPreferences', :path => '../../node_modules/@capacitor/preferences'
pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications'
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
pod 'NotnotsamuelCapacitorSwipeBack', :path => '../../node_modules/@notnotsamuel/capacitor-swipe-back'
end
target 'App' do