discussions-and-proposals icon indicating copy to clipboard operation
discussions-and-proposals copied to clipboard

Provide more detailed documentation how `transform` `matrix` works

Open psnet opened this issue 4 years ago • 1 comments

Introduction

In official docs there is no any information about how matrix functionality works. Need to add more description because of matrix: number[] is not informative

Details

transform([
    {
        matrix: []      // what it does?
    }
])

psnet avatar Nov 08 '21 02:11 psnet

I believe, the doc should state that the RN implementation should match iOS one (which is pretty much industry standard).

shergin avatar Nov 09 '21 18:11 shergin