-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
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
Task: react-native-orientation-locker: compileDebugJavaWithJavac FAILED #285
Comments
hi @sureshkrishnamoorthi did you get any solution for this? |
@prakash-bhakat Nooooooooooooo |
Same here with react-native 0.72.6 |
Did someone found solution for the mentioned issue? |
Same here with react-native 0.63.5 |
downgrading "react-native-orientation-locker": to version "1.5.0" solved the issue for me |
downgrade "react-native-orientation-locker": to version "1.3.0" solved the issue for me.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to add orientation to my app. After installing the react-native-orientation , trying to build the app but i am getting the following error Task: react-native-orientation-locker: compileDebugJavaWithJavac FAILED
node_modules\react-native-orientation-locker\android\src\main\java\org\wonday\orientation\OrientationModule.java:416: error: cannot find symbol
receiver, filter, exported ? Context.RECEIVER_EXPORTED : Context.RECEIVER_NOT_EXPORTED);
^
symbol: variable RECEIVER_EXPORTED
location: class Context
The text was updated successfully, but these errors were encountered: