Library Version
2.1.1
React Native Version
0.86.0
React Version
19.2.3
Expo Version
53.0.0
Minimal Reproduction
If I use this in the voltra.config.ts file:
minWidth: 200,
minHeight: 100,
minCellWidth: 2,
minCellHeight: 2,
targetCellWidth: 3,
targetCellHeight: 3,
I only find the following measurements:
android:minWidth="200dp" android:minHeight="100dp"
android:targetCellWidth="3"
android:targetCellHeight="3"
minCellWidth and minCellHeight the following are not defined, I can't find anything in the official documentation.
| field |
Unit |
in Voltra |
| android:minWidth |
dp |
✓ |
| android:minHeight |
dp |
✓ |
| android:minResizeWidth |
dp |
|
| android:minResizeHeight |
dp |
|
| android:targetCellWidth |
cell |
✓ |
| android:targetCellHeight |
cell |
✓ |
| android:maxResizeWidth |
dp |
|
| android:maxResizeHeight |
dp |
|
Additional Information (Optional)
No response
Library Version
2.1.1
React Native Version
0.86.0
React Version
19.2.3
Expo Version
53.0.0
Minimal Reproduction
If I use this in the
voltra.config.tsfile:I only find the following measurements:
minCellWidthandminCellHeightthe following are not defined, I can't find anything in the official documentation.Additional Information (Optional)
No response