Skip to content

Commit

Permalink
Merge pull request #23 from dnsking/patch-1
Browse files Browse the repository at this point in the history
Fixed template reference
  • Loading branch information
kasinskas authored Sep 24, 2024
2 parents 0c6b029 + f0d2e70 commit 8a5bcb1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/upgrades/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ Move these dependencies from devDependencies to dependencies:
Make sure any renative versions referenced in your `renative.json` are updated to `1.0.0` as well.

```json
"templates": {
"@rnv/template-starter": {
"version": "1.0.0"
}
},
"templateConfig": {
"name": "@rnv/template-starter",
"version": "1.0.0"
},
```
After the update first thing you should do is to include a reference to JSON schema provided by ReNative at the top of your renative.json file:
```json
Expand Down

0 comments on commit 8a5bcb1

Please sign in to comment.