Jens Andersson

Results 5 comments of Jens Andersson

I'm having the same issue on iOS. Got it working by specifying the project-path: `react-native run-ios --project-path example/ios`. But I feel this shouldn't be needed? ``` module.exports = { project:...

Looking at the code it looks like `react-native.config.js` is being ignored for iOS. The script simply looks for project/workspace in the root or `--project-path`. https://github.com/react-native-community/cli/blob/4870ac55811d9c1491f2730088f3cb96f4f3c049/packages/platform-ios/src/commands/runIOS/index.ts#L52

You can find full source code at https://github.com/react-native-community/react-native-video/pull/2005

@hamidhadi Android works fine for me. I think the `args` come from the react-native.config.js in this case. https://github.com/react-native-community/cli/blob/9e44835025a548a56401583bbf346511097cce48/packages/cli/src/index.ts#L136

We're seeing the same issue, stuck in a loop on iOS. But I think it's actually the Telegram iOS app that's broken. Works fine on desktop. https://github.com/TelegramMessenger/Telegram-iOS/issues/606