Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

react-native.config.js 309B

123456789101112
  1. /**
  2. * This is needed because the RN cli incorrectly detects the iOS app path as
  3. * jitsi-meet/ios/app and thus all pod references in the now dynamically generated
  4. * Podfile are wrong.
  5. */
  6. module.exports = {
  7. project: {
  8. ios: {
  9. project: '.ios/jitsi-meet.xcworkspace'
  10. }
  11. }
  12. };