Skip to content

Commit

Permalink
fix: added ios:deeplink command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunita Prajapati committed Jan 8, 2025
1 parent cc56c6f commit 91f1c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/AnalyticsReactNativeExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 91f1c3d

Please sign in to comment.