Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.8 #41

Merged
merged 5 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ original_id: config

<br />

Renative configs are one of the most powerful feature of ReNative platform.
Renative configs are one of the most powerful features of ReNative platform.

Their format is `renative.*.json`

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/advanced-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Every `rnv` job will generate unique build file in `./platformAssets/` folder.

Naming convention of such file is `[APP_ID]_[PLATFORM].json`

ie command `rnv run -p android -c helloworld` will genreate build file at:
ie command `rnv run -p android -c helloworld` will generate build file at:

`./platformBuilds/helloworld_android.json`

Expand Down Expand Up @@ -139,7 +139,7 @@ ie command `rnv run -p android -c helloworld` will generate build file at:

`./platformAssets/renative.runtime.json`

with followng value:
with following value:

```json
{
Expand Down Expand Up @@ -194,7 +194,7 @@ Following is the order of merges of various renative configs (if present) produc

## Dynamic Injectors

You can inject varietry of different dynamic props via `renative.*.json` configs
You can inject variety of different dynamic props via `renative.*.json` configs

```
{{INJECTOR}}
Expand Down Expand Up @@ -235,7 +235,7 @@ Example:
Currently supported runtime properties:

- scheme
- appConfing
- appConfig
- engine
- localhost
- timestamp
Expand Down
4 changes: 2 additions & 2 deletions docs/overview/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RNV allows you to target over 15 different platforms.
---
## Tasks

RNV is essentially and task runner. most of the execution is completed by tasks.
RNV is essentially a task runner. Most of the execution is completed by tasks.

---
## App Code
Expand All @@ -93,7 +93,7 @@ More Info (Templates)
---
## File Extensions

You can create highly sophisticated reusable multiplatofrm architecture by utilising powerful file extension system
You can create highly sophisticated reusable multiplatform architecture by utilizing powerful file extension system

---
## Runtime
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Templates

## @rnv/template-starter

Version: `1.7.0`
Version: `1.8.0`

<table>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const config = {
},
{
position: 'left',
label: 'v1.7',
href: 'https://github.com/flexn-io/renative/releases/tag/1.7.0',
label: 'v1.8',
href: 'https://github.com/flexn-io/renative/releases/tag/1.8.0',
},
{
type: 'doc',
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-docs",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -43,19 +43,19 @@
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"@flexn/prettier-config": "^1.0.0",
"@rnv/core": "1.7.0",
"@rnv/engine-lightning": "1.7.0",
"@rnv/engine-rn": "1.7.0",
"@rnv/engine-rn-electron": "1.7.0",
"@rnv/engine-rn-macos": "1.7.0",
"@rnv/engine-rn-next": "1.7.0",
"@rnv/engine-rn-tvos": "1.7.0",
"@rnv/engine-rn-web": "1.7.0",
"@rnv/engine-rn-windows": "1.7.0",
"@rnv/renative": "1.7.0",
"@rnv/core": "1.8.0",
"@rnv/engine-lightning": "1.8.0",
"@rnv/engine-rn": "1.8.0",
"@rnv/engine-rn-electron": "1.8.0",
"@rnv/engine-rn-macos": "1.8.0",
"@rnv/engine-rn-next": "1.8.0",
"@rnv/engine-rn-tvos": "1.8.0",
"@rnv/engine-rn-web": "1.8.0",
"@rnv/engine-rn-windows": "1.8.0",
"@rnv/renative": "1.8.0",
"@types/mocha": "^10.0.6",
"docusaurus-plugin-typedoc": "^0.22.0",
"rnv": "1.7.0",
"rnv": "1.8.0",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-zod": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const FeatureList = [
? What's your project Name? (folder will be created) hello-renative
? What workspace to use? rnv
? What template to use? @rnv/template-starter
? What @rnv/template-starter version to use? 1.7.0 (@latest)
? What @rnv/template-starter version to use? 1.8.0 (@latest)
? How to create config renative.json? Extend template (cleaner, overridable)
? What's your project Title? My Renative App
? What's your App ID? com.mycompany.hellorenative
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function HomepageHeader() {
<div className="container">
<p className={clsx(styles.h2, styles.version_link)}>
Currently{' '}
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.7.0" target="_blank">
v1.7
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.8.0" target="_blank">
v1.8
<img className="link_img" src="/img/link.svg" />
</a>
</p>
Expand Down
Loading