Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Task :react-native-proximity:compileDebugJavaWithJavac FAILED #21

Open
MITDD6338 opened this issue Jan 13, 2020 · 1 comment
Open

Task :react-native-proximity:compileDebugJavaWithJavac FAILED #21

MITDD6338 opened this issue Jan 13, 2020 · 1 comment

Comments

@MITDD6338
Copy link

Screenshot 2020-01-13 at 6 05 48 PM

import android.support.annotation.Nullable;
public void sendEvent(String eventName, @nullable WritableMap params)

I am getting this error how can I solve? please help @williambout

"react": "16.6.3",
"react-native": "0.58.5",
"react-native-proximity": "^3.0.0",

@ogostus
Copy link

ogostus commented Dec 12, 2020

This is happening because React Native 0.60+ has been migrated to AndroidX

So this library will need to be migrated but you can follow this link for a temporary solution:

https://reactnative.dev/blog/2019/07/03/version-60#androidx-support

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants