Mesut KILINCASLAN

Results 5 comments of Mesut KILINCASLAN

> Had the same issue, running the svc.sh with sudo fixed it. Resinstall the service with `sudo ./svc.sh install` and start it. It worked for me! Thanks.

> I had this problem. Adding `loadMinimal={true}` seems to have fixed it for me. Hope it works for you! This saved my time, thank you!

I got same error and i just followed the steps from document which is this -> https://react-native-share.github.io/react-native-share/docs/install/

> Hi, we had a similar problem in one of our older apps that use `use_framework`, and we solved the problem by marking the specific framework as static. Maybe this...

> [facebook/react-native#33734 (comment)](https://github.com/facebook/react-native/issues/33734#issuecomment-1211119020). this solution worked for me. > > Copied from comment above: > > Created a file rn-polyfill-depricated-proptypes.js, and imported at top of index.js. Solved the issue for...