We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e042a commit 99b61cdCopy full SHA for 99b61cd
src/screens/userInput/UserInput.tsx
@@ -26,8 +26,8 @@ export const UserInput = ({ navigation }) => {
26
27
const MINIMUM_INPUT_LENGTH = 3;
28
29
- const [streamName, setStreamName] = useState<string>('');
30
- const [accountId, setAccountId] = useState<string>('');
+ const [streamName, setStreamName] = useState<string>('prod');
+ const [accountId, setAccountId] = useState<string>('sjf6bf');
31
const [validation, setValidation] = useState<ValidationType>({ valid: true });
32
const [isDemoButtonFocused, setIsDemoButtonFocused] = useState<boolean>(false);
33
const defaultDemoButtonIconColor = !Platform.isTV ? 'white' : 'grey';
0 commit comments