BlueWallet/navigation/ConnectionPollContext.ts
Nuno 7560f92c4b
Some checks failed
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled
feat: status pills on the header (#8418)
* feat: status pills on the header

* ref: review suggestions

* ref: speed

* optimize

* comments

* conflicts

* review comments

* review comments

* fix comments

* fix comments

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-04 12:00:00 +02:00

4 lines
131 B
TypeScript

import React from 'react';
export const ConnectionPollContext = React.createContext<{ pollConnection: () => void } | null>(null);