-
Notifications
You must be signed in to change notification settings - Fork 292
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 :shopify_flash-list:testDebugUnitTest FAILED #799
Comments
Hey @abdullahIsa, can you please provide an example project that demonstrates this issue? we would then try to look into this soon. |
I had the same issue today but it was working for the past few weeks and I never updated versions. The version I'm on is "@shopify/flash-list": "^1.4.1" but I removed the caret from the version number and now everything is fine... No idea why this has an effect but sometimes it does when using npm. So in the package.json it now reads "@shopify/flash-list": "1.4.1" (notice the caret is now removed). I tested this even further by upgrading to 1.4.2 (with and without the caret) and both versions failed to build on Android (iOS works) and resulted in the same error. Removing node_modules, package.lock, both build folders (android/app/build & android/build), wiping emulator data, killing the everything and starting over did not fix the issue either. |
Hello, i downgraded back to "@shopify/flash-list": "^1.4.1" since not getting the error so not sure what cause it in the latest version. |
Same issue with: "@shopify/flash-list": "^1.4.2" |
same one, see more detail here #756 (comment) |
Same error |
Hello i updated flashList to the latest version and getting this when i do ./gradlew build, how to fix?
Current behavior
Expected behavior
To build correctly without errors.
To Reproduce
Install "@shopify/flash-list": "^1.4.2" with "react-native": "0.70.6"
Platform:
Environment
"@shopify/flash-list": "^1.4.2"
"react-native": "0.70.6"
The text was updated successfully, but these errors were encountered: