DEV Community

NoFoster
NoFoster

Posted on

TIL 5/21/2026

Building iOS Bridge Components with Swift Tips

  1. Double check your JS for typos
  2. Event name typos will also be present in suggested events, so if you have to fix a mistake early in the code, check for other errors.
  3. Ensure you have a disconnect() in your rails bridge code, but make sure it's not nested in your connect()
  4. Be careful about accidentally typing / instead of the enter key

Top comments (0)