Local package dependencies conflicting with the main project dependencies – React native
I started learning about how to create our own npm package and i created one. Now in this package, i want to create a dialog box for react native apps using typescript. Here are my files; Package.json { "name": "rn-dialog",…