Skip to content

Invariant Violation: requireNativeComponent: "ARTShape" was not found in the UIManager #64

@devrudraa

Description

@devrudraa

I am using it for react native with expo and this is giving me an error please solve

Source Code
import { Shadow } from 'react-native-neomorph-shadows';
export default function LoginScreen() {
return (
<Shadow
inner // <- enable inner shadow
useArt // <- set this prop to use non-native shadow on ios
style={{
shadowOffset: { width: 10, height: 10 },
shadowOpacity: 1,
shadowColor: "grey",
shadowRadius: 10,
borderRadius: 20,
backgroundColor: 'white',
width: 100,
height: 100,
// ...include most of View/Layout styles
}}
>

)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions