Utilities and UI components for cross-platform React Native apps
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: avoid 'export namespace from' import error

Switch to the older syntax that is more broadly supported.

Joseph Hale (Nov 19, 2025, 9:33 PM -0700) e5ca8e6c 7bd5a2d1

+3 -1
+3 -1
src/theme/material/index.ts
··· 11 11 } from './types'; 12 12 13 13 export { initMaterialTheme, useMaterialTheme } from './useMaterialTheme'; 14 - export * as MaterialColors from './MaterialColors'; 14 + 15 + import * as MaterialColors from './MaterialColors'; 16 + export { MaterialColors }; 15 17 16 18 export { default as MaterialBlue } from './MaterialBlue'; 17 19 export { default as MaterialCyan } from './MaterialCyan';