-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
Description
Describe the Feature
Currently prelink and postlink are not executed when autolinking happens. That's because the linking logic moved to CocoaPods and Gradle scripts.
Possible Implementations
Hooks should be available in config already:
Lines 123 to 127 in 7dec654
| hooks: { | |
| [key: string]: () => void, | |
| prelink?: () => void, | |
| postlink?: () => void, | |
| }, |
Hope @orta and @Salakar have ideas on how to support these on per-platform level.
Related Issues
annakocheshkova, dhei, chakrihacker, lucasbento, mauron85 and 2 more