What is source:rnv and how to change it to specific custom version from fork #1535
-
What is the meaning of source:rnv. How easy it would to use the custom version of the react-native ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@ParvinderjitSF Steps for modifying the react-native version:
Keep in mind that upgrading to a major version may not work due to possible breaking changes in cli. |
Beta Was this translation helpful? Give feedback.
@ParvinderjitSF
There is no easy way to change the react-native version because rnv also uses a project template that is configured according to the current react-native version. The term "source: rnv" refers to the location where the current plugin implementation is defined (in this case, it’s
node_modules/@rnv/config-templates/renative.templates.json
).Steps for modifying the react-native version: