Releases: webdriverio/native-demo-app
Releases · webdriverio/native-demo-app
Release v1.0.8
This release is mainly an upgrade to:
- React Native 0.73.1
- upgrade to latest dependencies
- "full" support for Android 13+ and iOs 16+
- improved release pipeline
See also #131
New Release
This release contains the following:
-
update the app to the latest RN version
-
update all dependencies
-
Use TypeScript
-
Add GitHub Actions for Android and iOS
-
Adds Dark Mode to the app, see this tweet
-
Deeplinking:
- Android: run
adb shell am start -W -a android.intent.action.VIEW -d "wdio://swipe" com.wdiodemoapp
from the command line, it will open the app in the swipe tab - iOS: run
xcrun simctl openurl booted wdio://swipe
from the command line, it will open the app in the swipe tab
- Android: run
-
Biometric support: This is a simple implementation, just to demo/test the usage, see this tweet
-
Horizontal swiping: The swiping screen now also has a horizontal swipe option
-
Drag and drop: A puzzle has been created to learn how to drag and drop, see this tweet
Fixes
The following has been fixed:
- make webview for Android debuggable
- fix the focusing of the keyboard for scrollviews
- simplify Android release
- fix screen orientation to landscape
I added add RN-versioning module and bumped the version. Please use the versions below to test against
Feature
Added accessibility labels to components to make it better testable
Fix
- fix http address error in webview
- fix some docs
Initial release of the iOS and Android demo app
See the docs for more info