-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Currently in order to specify which project RNV is running in, we need to install expo
or react-native
in order for the resolve-from
package to import the module and define the project type.
I am using RNV inside an automated github workflow to version my project based on a release tag.
Why not rely on a user defined arg instead. As far as a I understand expo
or react-native
are not required to make the version updates and we're currently forced to install them to use this package.
Something like this:
$ react-native-version --project-type [expo | react-native]
Please correct me if I am wrong.
Metadata
Metadata
Assignees
Labels
No labels