You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use change-case in a react native project, but the metro bundler is expecting a "main" key in the package.json. When I add "main": "./dist/index.js", it works just fine. I'm happy to submit a PR but was a bit unsure how the project was structured and if I should make the change to just change-case or also sponge-case, swap-case, etc.
The text was updated successfully, but these errors were encountered:
I'm trying to use change-case in a react native project, but the metro bundler is expecting a "main" key in the package.json. When I add
"main": "./dist/index.js",
it works just fine. I'm happy to submit a PR but was a bit unsure how the project was structured and if I should make the change to just change-case or also sponge-case, swap-case, etc.The text was updated successfully, but these errors were encountered: