Home
last modified time | relevance | path

Searched refs:randomness (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts226 const { urlRandomness: randomness } = await ProjectSettings.readAsync(this.projectRoot);
227 if (randomness) {
228 return randomness;
234 const randomness = crypto.randomBytes(5).toString('base64url'); constant
235 await ProjectSettings.setAsync(this.projectRoot, { urlRandomness: randomness });
236 debug('Resetting project randomness:', randomness);
237 return randomness;
/expo/ios/Client/Menu/
H A DEXDevMenuViewController.m117 @"uuid": [[NSUUID UUID] UUIDString], // include randomness to force the component to rerender