Searched refs:getIpAddressAsync (Results 1 – 18 of 18) sorted by relevance
45 export async function getIpAddressAsync() { function46 if (!ExpoNetwork.getIpAddressAsync) {49 return await ExpoNetwork.getIpAddressAsync();
3 getIpAddressAsync(): Promise<string>;
36 export declare function getIpAddressAsync(): Promise<string>;
1 …getIpAddressAsync();\n * // \"92.168.32.44\"\n * ```\n */\nexport async function getIpAddressAsync…
3 async getIpAddressAsync() {
1 …orkStateType } from './Network.types';\n\nexport default {\n async getIpAddressAsync(): Promise<s…
49 export async function getIpAddressAsync(): Promise<string> { function50 if (!ExpoNetwork.getIpAddressAsync) {53 return await ExpoNetwork.getIpAddressAsync();
4 async getIpAddressAsync(): Promise<string> {
22 ipAddress = await Network.getIpAddressAsync();51 ipAddress = await Network.getIpAddressAsync();
12 const [ip, ipError] = useResolvedValue(Network.getIpAddressAsync);
37 …ay be an unknown Wi-Fi host when trying to access `WifiManager` in `getIpAddressAsync`. On iOS, no…
38 ABI47_0_0EX_EXPORT_METHOD_AS(getIpAddressAsync, category
140 fun getIpAddressAsync(promise: Promise) { in getIpAddressAsync() method in abi47_0_0.expo.modules.network.NetworkModule
132 - Fixed issue on Android where apps would crash when calling `getIpAddressAsync` when using cellula…