Description
I have an module with android activity.
All works fine when we working with example folder inside module. But on MacOS after npm install ../module we get

In Android studio on building process I get "is not annotated as @input". But if we copy 'module' directly to 'node_modules' - error will go away.
I found some detailes stripe/stripe-react-native#1078 (comment)
It reproduced only on MacOS. The same module installed with 'npm install' compile on WindowsPC sucsessfully.
I suppose it is android plugin gradle plugin issue?
Packages
Selected options
Link to repro
No response
Environment
MacOs
Description
I have an module with android activity.
All works fine when we working with example folder inside module. But on MacOS after npm install ../module we get

In Android studio on building process I get "is not annotated as @input". But if we copy 'module' directly to 'node_modules' - error will go away.
I found some detailes stripe/stripe-react-native#1078 (comment)
It reproduced only on MacOS. The same module installed with 'npm install' compile on WindowsPC sucsessfully.
I suppose it is android plugin gradle plugin issue?
Packages
Selected options
Link to repro
No response
Environment
MacOs