I hereby claim:
- I am dtsolis on github.
- I am dtsolis (https://keybase.io/dtsolis) on keybase.
- I have a public key ASD4oY_odEx5IiknZYJ468KWDRj3fTvfEOn_ukKOAX1I7Ao
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Copyright 2025, Dimitris-Sotiris Tsolis | |
| # MIT License, http://www.opensource.org/licenses/mit-license.php | |
| # exit when any command fails | |
| set -e | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' |
| // @flow | |
| import { Platform } from 'react-native'; | |
| let _accessibilityWorkaround = Platform.OS === 'android'; | |
| let _enabled = process.env.NODE_ENV === 'test'; | |
| /** | |
| * Whether or not the for where end-to-end test frameworks (like Appium) cannot | |
| * find components having `testID` property. | |
| * Default is `true` on Android but `false` on every other platform. |
| #!/usr/bin/env bash -e | |
| # | |
| # Update build status on last commit, on bitbucket, | |
| # whenever build on AppCenter finishes. | |
| # | |
| # Copyright 2018, Dimitris-Sotiris Tsolis | |
| # MIT License, http://www.opensource.org/licenses/mit-license.php | |
| cd $APPCENTER_SOURCE_DIRECTORY |
I hereby claim:
To claim this, I am signing this object: