-
DescriptionI 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 optionsLink to reproNo response EnvironmentMacOs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We don't recommend doing |
Beta Was this translation helpful? Give feedback.
We don't recommend doing
npm install ../module
to test the package:https://callstack.github.io/react-native-builder-bob/faq#how-to-test-the-library-in-an-app-locally