Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

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

Open
aldoprogrammer opened this issue Apr 26, 2023 · 0 comments

Comments

@aldoprogrammer
Copy link

App.js

import React from 'react';
import ChatBot from 'react-native-chatbot';
import { ARTShape } from '@react-native-community/art';


const steps = [
  {
    id: '0',
    message: 'Welcome to react chatbot!',
    trigger: '1',
  },
  {
    id: '1',
    message: 'Bye!',
    end: true,
  },
];

const App = () => {
  return (
    <ChatBot steps={steps} />
  );
}

export default App;

I actually don't know why it said artshape, while i don't use it in my code. then i tried to install the artshape npm install @react-native-community/art --save --force but still the issues persist.

Screenshots

error
ps: Im using "react-native": "0.71.7", and Expo Go on my android device

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant