Skip to content

minCellWidth and minCellHeight they are not defined #224

Description

@Angelk90

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions