Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/react-native-paper
/ roundLayoutSize
Function
roundLayoutSize
src/utils/roundLayoutSize.ts:1–2 ·
view source on GitHub ↗
(size: number)
Source
from the content-addressed store, hash-verified
1
export
const
roundLayoutSize = (size: number): number =>
2
Math.round(size * 1000) / 1000;
Callers
1
TextInput.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…