Skip to content
Closed
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
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.7.2",
"@react-navigation/stack": "^5.8.0",
"appium": "^1.18.3",
"appium": "^3.1.0",

Copilot AI Oct 10, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version upgrade from 1.18.3 to 3.1.0 which likely introduces breaking changes. Consider reviewing the Appium v3 migration guide and updating any code that depends on Appium APIs, as the caret (^) allows patch and minor updates that could introduce additional breaking changes.

Suggested change
"appium": "^3.1.0",
"appium": "3.1.0",

Copilot uses AI. Check for mistakes.
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-gesture-handler": "^1.7.0",
Expand Down
Loading