RequireNativeComponent "FlashList"

Hai Expo Team,

iam really have a good time with expo.
but I wanna ask something. i find some interesting component and wanna try it.
and eventually you have that component (flashlist).
after i install it. use it. i get error : [requireNativeComponent “CellContainer” , “AutoLayoutView” was not found in UIManager.

can u help me to solve the problem?

Hey @hartanto89, to confirm, did you use npm install or yarn add to install FlasList in your Expo project or did you install it using expo install .... Just making sure that the library is installed correctly. You can read the installation instructions in their documentation here. Also, note that it will not work in Expo Go app so you will have to use Expo Dev Client.