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: remove nonexistent `SquaresProps`

Joseph Hale (Jan 25, 2026, 8:27 PM -0700) c12a991e 838b3cfd

+1 -1
+1 -1
src/layouts/index.ts
··· 6 6 7 7 export { default as Flow, type FlowProps, type FlowDirectionProps, type FlowDefinition } from "./Flow"; 8 8 export { default as Measured, useMeasurements } from "./Measured"; 9 - export { default as Squares, type SquaresProps } from './Squares'; 9 + export { default as Squares } from './Squares';