MCPcopy Create free account
hub / github.com/TanStack/ai / isPublicMobileEnvKey

Function isPublicMobileEnvKey

examples/ts-react-native-chat/scripts/dev.mjs:101–105  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

99}
100
101function isPublicMobileEnvKey(key) {
102 return (
103 key.startsWith('EXPO_PUBLIC_') || key === 'REACT_NATIVE_PACKAGER_HOSTNAME'
104 )
105}
106
107function shouldStripFromExpoEnv(key, loadedEnvKeys) {
108 return (

Callers 1

shouldStripFromExpoEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected