You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to update TouchSensorPackage.java to remove deprecated override for react native 0.47.
/android/src/main/java/com/raizlabs/touchsensor/TouchSensorPackage.java15// @Override - This has been deprecate since RN0.4716publicList<Class<? extendsJavaScriptModule>> createJSModules() {
17returnCollections.emptyList();
18 }
The text was updated successfully, but these errors were encountered:
Need to update TouchSensorPackage.java to remove deprecated override for react native 0.47.
The text was updated successfully, but these errors were encountered: