-
Hi, I create the project by following this documentation : https://reactnative.dev/docs/the-new-architecture/create-module-library
It throw me this error
When I look the path /react/renderer/components/RNAdmobIronsourceAdapterSpec didn't exist in the example folder, but it exist in the android folder in the root folder of the project. I don't understand why CMake is looking for this code inside the example app, as it should get it from the library file in the android folder (the one in the root). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After some digging, the problem is the path length.
So the warning is confusing because it says the path is less than the maximum 250 characters, here it say 185. |
Beta Was this translation helpful? Give feedback.
After some digging, the problem is the path length.
I got this warning when building :