We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9551a44 commit 27d8ec0Copy full SHA for 27d8ec0
1 file changed
packages/number-flow-react-native/src/native/NumberFlow.tsx
@@ -166,7 +166,7 @@ export const NumberFlow = ({
166
const maskBottom = adaptiveMask.bottom;
167
const { expansionTop, expansionBottom } = adaptiveMask;
168
169
- const [slotsReady, setSlotsReady] = useState(false);
+ const [slotsReady, setSlotsReady] = useState(!!metrics);
170
const metricsReady = !!metrics;
171
172
useEffect(() => {
0 commit comments