PDFTron Custom UI -- 裁剪、撤消和重做

PDFTron Custom UI -- crops , undo and redo

是否可以在不触及 java 和 swift 代码的情况下自定义裁剪、撤消和重做按钮的 ui。 this is the default crops button this is the default undo , redo button 我正在寻找的是创建我自己的按钮并调用这些函数 perspectation 我试过 setToolMode,但它只适用于工具。 有什么建议吗?

React-native

三个API现在都可以在React-Native项目中找到:

撤消: https://github.com/PDFTron/pdftron-react-native/blob/master/API.md#undo

重做: https://github.com/PDFTron/pdftron-react-native/blob/master/API.md#redo

ShowCrop: https://github.com/PDFTron/pdftron-react-native/blob/master/API.md#showcrop