diptimaya
diptimaya
> override func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask { > return Orientation.getOrientation() > } I have also added the following, but seeing above error ``` #import 'Orientation.h'...
Never mind, fixed the issue, added the path to the Bridging-Header.h file to the following Build Settings > Swift Compiler - General > Objective-C Bridging Header > Double click to...
I am using RN 0.77 with new architecture , please fix this in new architecture. Thanks.
I also need a solution for this. +1
Found a solution, added a custom plugin. I have adjusted width, gap, according to my requirement, change it accordingly ``` const barPosition = { id: "barPosition", beforeDatasetsDraw: (chart, args, plugins)...