Searched refs:warnIsDeprecated (Results 1 – 3 of 3) sorted by relevance
4 const warnIsDeprecated = (functionName) => console.warn(`expo-random is deprecated in favor of expo… function6 warnIsDeprecated('assertByteCount');23 warnIsDeprecated('getRandomBytes');55 warnIsDeprecated('getRandomBytesAsync');
1 …warnIsDeprecated = (functionName: string) =>\n console.warn(\n `expo-random is deprecated in f…
6 const warnIsDeprecated = (functionName: string) => constant12 warnIsDeprecated('assertByteCount');35 warnIsDeprecated('getRandomBytes');66 warnIsDeprecated('getRandomBytesAsync');