MCPcopy Index your code
hub / github.com/callstack/react-native-paper / _isUsernameValid

Function _isUsernameValid

example/src/Examples/TextInputExample.tsx:126–126  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

124 } = state;
125
126 const _isUsernameValid = (name: string) => /^[a-zA-Z]*$/.test(name);
127
128 const theme = useExampleTheme();
129

Callers 1

TextInputExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…