TooTallNate/node-bindings

Does it support React Native environment?

ohtangza opened this issue · 2 comments

I want to run this library in RN environment, any clue for doing this?

I think this will not work, since you can't use node native modules.
Out of curiosity: What do you want to accomplish with it?

I wanted to use a simple C library within my RN app without too much hassle. Thanks for your response!