Fabio Nettis

Results 15 comments of Fabio Nettis

> ``` > fatal error: 'React/RCTDefines.h' file not found > #import > ``` > > running react-native run-ios into this, please help. For anybody searching a solution to this problem,...

> Im developing app with ios 12. But I got below error in xcode. Also I got error react-native . I examined issue and saw libstdc lib not supportted for...

@derrickmehaffy Already did that earlier today. Issue still persists in development and production builds.

@derrickmehaffy Yeah sure! Will check it out by tomorrow. 🤘🏻

@derrickmehaffy Alright, can confirm now that the issue still persists for me after running `rm -rf .strapi build && yarn build && yarn dev`. Hope you were able to reproduce...

### Update Still seeing this error in version 4.5.3. As I have seen, as mentioned in #15031 you have provided a working error boundary to stop the component tree from...

For anybody that needs a solution now, [here](https://github.com/fabio-nettis/nextjs13-appdir-i18n) is a repository with a working and scalable i18n implementation that does not use the i18n settings inside `next.config.js`.

@vesurbag I will be tracking this issue [here](https://github.com/fabio-nettis/nextjs13-appdir-i18n/issues/1), currently optional route parameters are not supported, they only work for catch-all segments.

> same issue. tested with [email protected] Check out the example [repository](https://github.com/fabio-nettis/nextjs13-appdir-i18n) I have provided, it eliminates the need for the `i18n` key inside next.config.js. We currently use it in production...