Skip to content
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

Not working for >RN 0.47 - Remove deprecated @Override #6

Open
pratomchaip opened this issue Jan 5, 2018 · 1 comment
Open

Not working for >RN 0.47 - Remove deprecated @Override #6

pratomchaip opened this issue Jan 5, 2018 · 1 comment

Comments

@pratomchaip
Copy link

Need to update TouchSensorPackage.java to remove deprecated override for react native 0.47.

/android/src/main/java/com/raizlabs/touchsensor/TouchSensorPackage.java  

15 // @Override - This has been deprecate since RN0.47
16 public List<Class<? extends JavaScriptModule>> createJSModules() {
17  return Collections.emptyList();
18 }
@pratomchaip
Copy link
Author

PR here 36ff194

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

No branches or pull requests

1 participant