spikeisryu
spikeisryu
Me too. For instance, + value -> clockwise, - value -> anti-clockwise. Any plan to support this feature?
@nricardo I tried it as you suggested and the bar moves as I want, but the inner contents are affected, too. Is there another way to solve this issue?
Luckily, I was able to find the answer. Used RCT_EXPORT_METHOD and there was something wrong with Objective-C code part. The problem is resolved and closing the issue.
Sorry, even though I was able to export methods from Objective-C, the return values from them are all NULL only and still couldn't figure out the reason. Here is the...