Advanced macOS functionality
So far we have covered all the basic stuff that you need to release an app, so we will now focus on adding more advanced features. This will require a deeper dive into both React Native internals and macOS APIs.
In this module we will cover four advanced features:
driving multiple windows (while re-using a single bridge instance)
auto-launching our app on system start (also taking a look at Swift packages)
sending local notifications (emitting and responding to events)
implementing drag and drop at OS level
This page is a preview of Building React Native Apps for Mac