Skip to content
Advertisement

Tag: android

React Native Error (Invalid Element Type)

when starting my App on my iOS device I get this error: Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but gor: undefined. You likely forgot to export your component from the file it’s defined in, or you might have mixed up default and named imports. Check the render method of

How to resolve the build error on react-native?

I’m trying to make a build environment to make an android app but I haven’t been able to succeed to build the project. The build log is as follows, It looks exactly same as the link below and I did the same thing but I can’t resolve the problem and the log that it makes is always the same. https://forums.expo.io/t/android-cannot-run-program-node-error-2-no-such-file-or-directory/37693

Advertisement