diff --git a/.detoxrc.json b/.detoxrc.json deleted file mode 100644 index 5e9db98123..0000000000 --- a/.detoxrc.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "testRunner": "jest", - "runnerConfig": "e2e/config.json", - "configurations": { - "ios": { - "type": "ios.simulator", - "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/Bitcoin Beach.app", - "build": "xcodebuild -workspace ios/GaloyApp.xcworkspace -scheme GaloyApp -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", - "device": { - "type": "iPhone 11" - } - }, - "android": { - "type": "android.emulator", - "binaryPath": "SPECIFY_PATH_TO_YOUR_APP_BINARY", - "device": { - "avdName": "Pixel_2_API_29" - } - } - } -} diff --git a/.gitignore b/.gitignore index e1b7c070f8..1b7543f5bf 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ app/services/lnd/generated/* android/api-8350101450647692243-59029-b9bec84a7e5a.json android/fastlane/report.xml android/fastlane/metadata/android/en-US/ +android/app/release/ galoy.code-workspace @@ -69,4 +70,4 @@ galoy.code-workspace ios/GoogleService-Info.plist .yalc -yalc.lock \ No newline at end of file +yalc.lock diff --git a/app/components/onboarding/onboarding.tsx b/app/components/onboarding/onboarding.tsx index 65046d6a5e..a9d300baa4 100644 --- a/app/components/onboarding/onboarding.tsx +++ b/app/components/onboarding/onboarding.tsx @@ -1,6 +1,7 @@ import * as React from "react" import { StyleSheet, Text, View } from "react-native" import { Button } from "react-native-elements" +import { testProps } from "../../../utils/testProps" import { color } from "../../theme" import { palette } from "../../theme/palette" import type { ScreenType } from "../../types/jsx" @@ -68,6 +69,7 @@ export const OnboardingScreen: ScreenType = ({ {action && (