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
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.
Currently in order to specify which project RNV is running in, we need to install
expo
orreact-native
in order for theresolve-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
orreact-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.
The text was updated successfully, but these errors were encountered: