Building iOS Bridge Components with Swift Tips
- Double check your JS for typos
- 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.
- Ensure you have a disconnect() in your rails bridge code, but make sure it's not nested in your connect()
- Be careful about accidentally typing / instead of the enter key
Top comments (0)