tangled
alpha
login
or
join now
stream.place
/
streamplace
74
fork
atom
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
rm tamagui
Natalie Bridgers
6 months ago
a9290627
8f141ae0
-5
2 changed files
expand all
collapse all
unified
split
js
app
components
provider
provider.shared.tsx
metro.config.js
-3
js/app/components/provider/provider.shared.tsx
···
17
17
import { Provider as ReduxProvider } from "react-redux";
18
18
import { useAppSelector } from "store/hooks";
19
19
import { store } from "store/store";
20
20
-
import { PortalProvider, TamaguiProvider } from "tamagui";
21
21
-
import config from "tamagui.config";
22
22
-
import { CurrentToast } from "./CurrentToast";
23
20
24
21
export default Sentry.wrap(ProviderInner);
25
22
-2
js/app/metro.config.js
···
1
1
const { FileStore } = require("metro-cache");
2
2
const path = require("path");
3
3
-
// Enable Tamagui and add nice web support with optimizing compiler + CSS extraction
4
4
-
const { withTamagui } = require("@tamagui/metro-plugin");
5
3
6
4
const { getSentryExpoConfig } = require("@sentry/react-native/metro");
7
5