After installing the module and trying to compile the project, I get an error:

After installing the missing module (which is already strange), error:

const colors = ["#000000","#0000AA","#00AA00","#00AAAA","#AA0000","#AA00AA","#FFAA00","#AAAAAA","#555555","#5555FF","#55FF55","#55FFFF","#FF5555","#FF55FF","#FFFF55","#FFFFFF"];
return (
<NativeColorPicker
sort
gradient
itemSize="46"
colors={colors}
/>
);
What I doing wrong?
After installing the module and trying to compile the project, I get an error:


After installing the missing module (which is already strange), error:
What I doing wrong?