Adds detox testing and instructions (#147)

* Adds detox testing and instructions

* lint

* lint
This commit is contained in:
Aryan Goharzad
2023-02-03 14:00:04 -05:00
committed by GitHub
parent 2d1e38be72
commit eb1568e0fd
9 changed files with 531 additions and 26 deletions
+1
View File
@@ -34,6 +34,7 @@ export function Component({onSelect}: {onSelect: (url: string) => void}) {
{LOGIN_INCLUDE_DEV_SERVERS ? (
<>
<TouchableOpacity
testID="localDevServerButton"
style={styles.btn}
onPress={() => doSelect(LOCAL_DEV_SERVICE)}>
<Text style={styles.btnText}>Local dev server</Text>