This differential puts foundation for work on react-native-notifications replacement on iOS. It introduces necessary file group to XCode and introduces header file that defines notifications related API used across native code on iOS.
Details
Details
No test plan for this differential.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
I wonder if we should be defining this as a separate "module" (eg. old modules, TurboModules, Expo modules) rather than as a file in our app. We should weigh the pros and cons... one potential pro might be that we'll have access to more idiomatic ways of eg. dispatching events (see comment here).
Comment Actions
Remove method for handling local notifications from native public API. We are not using local notifications.
Comment Actions
Move properties to header file - There is no reason to keep them in implementation file.