選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
123456789101112 |
- /**
- * This is needed because the RN cli incorrectly detects the iOS app path as
- * jitsi-meet/ios/app and thus all pod references in the now dynamically generated
- * Podfile are wrong.
- */
- module.exports = {
- project: {
- ios: {
- project: '.ios/jitsi-meet.xcworkspace'
- }
- }
- };
|