Is there an existing issue for this?
Code of Conduct
Bug report
Full console warning:
Attempted to import the module "node_modules/@react-native-ama/internal" which is listed in the "exports" of "node_modules/@react-native-ama/internal", however no match was resolved for this request (platform = ios). Falling back to file-based resolution. Consider updating the call site or asking the package maintainer(s) to expose this API.
It might have been fixed in this commit, but I can't see the forms package installed in my node_modules to patch this change (I'm using RN only).
Repro steps:
- Install 1.2.0
- Use RN 0.79.2
- Build your app
- Notice in the console logs there are tons of
Attempted to import the module.. warnings
Relevant package versions:
"@react-native-ama/core": "^1.2.0",
"@react-native-ama/react-native": "^1.2.0",
"react-native": "0.79.2",