We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
solution for RN >=0.40 for time being :
open Xcode, found ScreenBrightness.xcodeproj (as usually in Libraries)
replace import files in ScreenBrightness.h file : #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <React/RCTBridgeModule.h> #import <React/RCTBridge.h> #import <React/RCTEventDispatcher.h>
comment import files in ScreenBrightness.m file : #import "ScreenBrightness.h" //#import "RCTBridgeModule.h" //#import "RCTBridge.h" //#import "RCTEventDispatcher.h" //#import <React/RCTBridgeModule.h> //#import <React/RCTBridge.h> //#import <React/RCTEventDispatcher.h>
there will be only one import : #import "ScreenBrightness.h"
Sorry, something went wrong.
Thanks for the report, we'll making some updates for compatability
Fixed in #15. A release will be tagged soon, where this issue will become closed.
atticoos
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: