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
Update package.json for compatibility with create-expo
- Added `description` and `repository` fields to enhance metadata.
- Removed the `private` field to allow package publication.
- Adapted to `create-expo` behavior, which modifies `package.json` by:
- Removing existing `description`, `tags`, and `repository` fields.
- Standardizing `version` to `1.0.0`.
- Setting `private` to `true`.
- Updating `name` to match the project name.
- Changes ensure `expo-template-redux-typescript` can be published and utilized with `create-expo`.
0 commit comments