arrluubuutee

Results 3 comments of arrluubuutee

I'm also having the same problem in version 0.68.2 without using hermes. When I run react-native packager, I got the follow error messages. ``` ERROR TypeError: undefined is not an...

> > > @autonauta @arrluubuutee Have you added `metro.config.js` file in your project? I was having the same problem, and what worked for me was I added this file with...

I have been solved issue(https://github.com/facebook/react-native/issues/32952#issuecomment-1175782321) by exported `ViewPropTypes` from `deprecated-react-native-prop-types` in some packages like below. The problem is some of node dependencies are export `ViewPropTypes` from `react-native`, not export `deprecated-react-native-prop-types`....