frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 113 forks source link

'React/RCTDefines.h' file not found #34

Closed seiji619 closed 7 years ago

seiji619 commented 7 years ago

I get this error whenever I create the library inside node_modules folder of one of my RN projects. Any thoughts?

BANG88 commented 7 years ago

Me too.

seiji619 commented 7 years ago

@bang88 Actually, it's normal I think. When I linked the library with the main project, it worked without any more error.

BANG88 commented 7 years ago

But i want debug the library

seiji619 commented 7 years ago

You can do it on the main project.

BANG88 commented 7 years ago

Thanks i will try this ASAP, i have spend hours on this issues.. crazy

frostney commented 7 years ago

I'm sorry about this. I think it's mostly bad developer experience and I'm happy for pull requests that fix this issue or document this more clearly.