Skip to content

Releases: webdriverio/native-demo-app

Release v1.0.8

01 Jan 19:24
Compare
Choose a tag to compare

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

17 May 16:07
060ebdd
Compare
Choose a tag to compare

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
  • 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

webdriverio

Fixes

08 Mar 10:36
315e237
Compare
Choose a tag to compare

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

17 Sep 06:04
Compare
Choose a tag to compare

Added accessibility labels to components to make it better testable

Fix

07 Sep 17:51
Compare
Choose a tag to compare
Fix
  • fix http address error in webview
  • fix some docs

Initial release of the iOS and Android demo app

07 Sep 12:24
Compare
Choose a tag to compare