From 91f1c3d902a7e6f3d1dd7b6191f0971059fb9e9a Mon Sep 17 00:00:00 2001 From: Sunita Prajapati <> Date: Wed, 8 Jan 2025 16:15:44 +0530 Subject: [PATCH] fix: added ios:deeplink command to package.json --- examples/AnalyticsReactNativeExample/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/AnalyticsReactNativeExample/package.json b/examples/AnalyticsReactNativeExample/package.json index 467fdc1d..6f7a2692 100644 --- a/examples/AnalyticsReactNativeExample/package.json +++ b/examples/AnalyticsReactNativeExample/package.json @@ -9,6 +9,7 @@ "lint": "eslint .", "start": "react-native start", "android:deeplink": "adb shell am start -a android.intent.action.VIEW -d \"segmentreactnative://hello\" com.example.segmentanalyticsreactnative", + "ios:deeplink": "xcrun simctl openurl booted segmentreactnative://hello", "android:emulator": "./android/device_setup.sh", "clean": "yarn clean:ios && rimraf node_modules", "clean:ios": "rimraf ios/build ios/Pods",