Is there any limit on the number of NativeModule?

Hi all

For now I created 2 NativeMoudle in my app Producter App successfully.

but when I try to created the 3th, the native moudle can only compile but init.

So when I try to require it in javascript, the app shows an error about ‘cant find the moudle’

There is no limit on how many modules you can have, so then I expect you have a bug in your code somewhere.

@kevin: The code runs now. What do I need to add to reproduce you error?