Shopify / flash-list

A better list for React Native
https://shopify.github.io/flash-list/
MIT License
5.38k stars 277 forks source link

"Invariant Violation: requireNativeComponent: "AutoLayoutView" was not found in the UIManager #1221

Open lxverycool opened 3 months ago

lxverycool commented 3 months ago

node version:14.21.0 react native version:0.62.2

lxverycool commented 3 months ago

Android Local Debugging error: ![Uploading 085c1de190d10592fd377d9ef4d61522.jpg…]()

RohanSensei commented 3 months ago

same issue

IsmaelMiber commented 2 months ago

Make sure Auto-Linking works, if not as in my same of your situation, link it manually: https://shopify.github.io/flash-list/docs/guides/manual-linking

AlexanderHott commented 2 months ago

I fixed this by rebuilding my development build

ugar0ff commented 3 weeks ago

The same problem occurs on Android and iOS. Reinstalling node_modules, pods, etc., didn't help. "react-native": "0.72.3", "@shopify/flash-list": "1.7.1",

Akuma-U1 commented 2 weeks ago

https://github.com/Shopify/flash-list/issues/1221#issuecomment-2197832878

I fixed this by rebuilding my development build

This worked for me as I was using a dev build with the expo dev client installed.