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
Hello, first of all thank you for your work on this library.
I am currently in the process of slowly upgrading to expo SDK 52/RN 0.76 and I'm running into a build error that logs as the following
> Task :luckypear_react-native-thumbhash:compileDebugKotlin FAILED
e: file:///Users/shelley/Xyris/Services/easy-diet-diary/node_modules/@luckypear/react-native-thumbhash/android/src/main/java/com/thumbhash/ThumbhashModule.kt:24:3 'getName' overrides nothing
e: file:///Users/shelley/Xyris/Services/easy-diet-diary/node_modules/@luckypear/react-native-thumbhash/android/src/main/java/com/thumbhash/ThumbhashModule.kt:35:3 'encode' overrides nothing
e: file:///Users/shelley/Xyris/Services/easy-diet-diary/node_modules/@luckypear/react-native-thumbhash/android/src/main/java/com/thumbhash/ThumbhashModule.kt:45:72 Unresolved reference: reactApplicationContext
e: file:///Users/shelley/Xyris/Services/easy-diet-diary/node_modules/@luckypear/react-native-thumbhash/android/src/main/java/com/thumbhash/ThumbhashViewPackage.kt:13:46 Type mismatch: inferred type is ThumbhashModule but NativeModule? was expected
e: file:///Users/shelley/Xyris/Services/easy-diet-diary/node_modules/@luckypear/react-native-thumbhash/android/src/newarch/NativeThumbhashModuleSpec.kt:6:3 Unresolved reference: NativeTestSpec
Do you have any idea on how I may resolve this? Let me know if you need any more information or if I can contribute in anyway. Thanks
The text was updated successfully, but these errors were encountered:
Hello, first of all thank you for your work on this library.
I am currently in the process of slowly upgrading to expo SDK 52/RN 0.76 and I'm running into a build error that logs as the following
Do you have any idea on how I may resolve this? Let me know if you need any more information or if I can contribute in anyway. Thanks
The text was updated successfully, but these errors were encountered: