Ricardo Martínez

Results 18 comments of Ricardo Martínez

With the new version it's solved.

> I've got the app running with hot reload and `nx test` working with the following change. > > Add the plugins section to `apps//babel.config.json`: > > ```json > {...

@TaufanP did you applied some special configuration? Because I'm trying to do the same but it doesn't shows are yours. I'm running Storybook in the device... not in the browser......

Having this issue as well... My config: ``` [email protected] [email protected] [email protected] ``` The error: ``` $ eslint . Oops! Something went wrong! :( ESLint: 8.44.0 Error: Couldn't find a Program...

I'm having the same issue as @Michael-Ivlev, I just created a new project from scratch and it fails with the same problems, first it doesn't find the `react-native-safe-area-context` dependency, once...

> > Hello, gentlemen! I found a solution for the root cause. You don't need to remove or install babel plugins. Just do what is said in -- [babel/babel#8417 (comment)](https://github.com/babel/babel/issues/8417#issuecomment-430007587)...

I'm facing the same issue in Android... started when added `react-native-maps` to the project. My system: ``` ❯ npx react-native info info Fetching system and libraries information... System: OS: macOS...

Hi, I'm interested in this change as well ;-)