Skip to content Skip to sidebar Skip to footer

Android Library Project With React Native

I'm currently struggling a bit with react native. What I want to have is a library project based on react native which I can then include in some of my apps. First thing I tried wa

Solution 1:

After debugging and trying out couple of things, i figured that it fails to load the bundle file from server when bundled in aar.

If you add index.android.bundle in android assets folder, it starts working.

Post a Comment for "Android Library Project With React Native"