MCPcopy
hub / github.com/BlueWallet/BlueWallet / BlueAppComponent

Function BlueAppComponent

index.js:38–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36]);
37
38const BlueAppComponent = () => {
39 useEffect(() => {
40 restoreSavedPreferredFiatCurrencyAndExchangeFromStorage().catch(error => {
41 console.error('Failed to restore preferred currency and exchange rates on startup:', error);
42 });
43 }, []);
44
45 return <App />;
46};
47
48AppRegistry.registerComponent('BlueWallet', () => BlueAppComponent);

Callers

nothing calls this directly

Tested by

no test coverage detected