Amine SOUAIAIA

Results 7 comments of Amine SOUAIAIA

I have the same issue. The problem is parsing the lines wheres amounts and unit are not space-separated. For example, if the line contains 200 g, it will be parsed...

you can test this recipe: https://www.greatbritishchefs.com/recipes/key-lime-pie-recipe

a quick workaround is to allow **Non-modular Includes In Framework Modules** in Build Settings;

same problem on android build with new architecture

Fixed the issue by adding to the package.json file: ```shell "resolutions": { "@react-native-community/cli": "13.6.6", "@react-native-community/cli-clean": "13.6.6", "@react-native-community/cli-config": "13.6.6", "@react-native-community/cli-debugger-ui": "13.6.6", "@react-native-community/cli-doctor": "13.6.6", "@react-native-community/cli-hermes": "13.6.6", "@react-native-community/cli-platform-android": "13.6.6", "@react-native-community/cli-platform-ios": "13.6.6", "@react-native-community/cli-server-api": "13.6.6",...

> hey @miinos I'm glat that it works for you, however adding `resolutions` field is not recommended way. If you don't override - what's the version of CLI that you...

> Looks like you're having different versions of `react-native` in your projects (that's most likely the root cause of your issue). Why is that the case? In my `package.json`, I'm...