0👍
You can always access the native element by accessing the native view property.
// nativeView will be the native iOS / Android button and you are free to access any of it's native methods
args.object.nativeView
Source:stackexchange.com
0👍
You can always access the native element by accessing the native view property.
// nativeView will be the native iOS / Android button and you are free to access any of it's native methods
args.object.nativeView