murtazabeans
murtazabeans
I am also facing the same issue. I am unabe to import the view from Native Library. I tried to bump the react native versions but it did not help...
@satya164 , I created a Native view and packaged it using npm run prepare and npm pack. Now, it creates a local package and I am using this package in...
Try running yarn command on the root project. It should make this work. It worked for me and now I can get the component view from native side
I am also facing the same issue. Has anyone got any workaround for this?