Skip to content

Commit

Permalink
0.32.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Jan 3, 2021
1 parent e771528 commit 2b4ac07
Show file tree
Hide file tree
Showing 27 changed files with 335 additions and 195 deletions.
76 changes: 38 additions & 38 deletions docs/api/cli-engine-core.md

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/api/cli-engine-rn.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down Expand Up @@ -88,7 +88,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down Expand Up @@ -190,7 +190,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down Expand Up @@ -241,7 +241,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down Expand Up @@ -292,7 +292,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down Expand Up @@ -343,7 +343,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down Expand Up @@ -394,7 +394,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `android`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`
`ios`, `android`, `firetv`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`

Example:

Expand Down Expand Up @@ -431,7 +431,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `android`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`
`ios`, `android`, `firetv`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`

Example:

Expand Down Expand Up @@ -505,7 +505,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `android`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`
`ios`, `android`, `firetv`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`

Example:

Expand Down Expand Up @@ -542,7 +542,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `android`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`
`ios`, `android`, `firetv`, `androidtv`, `androidwear`, `web`, `webtv`, `tizen`, `tizenmobile`, `tvos`, `webos`, `macos`, `windows`, `tizenwatch`, `kaios`, `firefoxos`, `firefoxtv`, `chromecast`

Example:

Expand Down Expand Up @@ -579,7 +579,7 @@ More info at [undefined Guide](engine-rn.md)
Supported Platforms:

`ios`, `tvos`, `android`, `androidtv`, `androidwear`
`ios`, `tvos`, `android`, `androidtv`, `firetv`, `androidwear`

Example:

Expand Down
24 changes: 24 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ sidebar_label: Changelog
---


## v0.32.0-alpha.25 (2021-1-3)

### Fixed

- fixes #629
- fixes #630
- [feat] support for firetv platform
- [docs] update notes
- Merge pull request #633 from evrifaessa/develop
- Add files via upload
- [fix] tizen upgrade
- [docs] update
- [feat] support for reactNativeEngine . deprecated enableHermes
- [fix] limit deprecated override of RCTWebViewBridge only to 0.40.1 [causes apple rejection]

### Added Features

- none

### Breaking Changes

- none


## v0.32.0-alpha.24 (2020-12-14)

### Fixed
Expand Down
24 changes: 24 additions & 0 deletions docs/changelog/0.32.0-alpha.25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## v0.32.0-alpha.25 (2021-1-3)

### Fixed

- fixes #629
- fixes #630
- [feat] support for firetv platform
- [docs] update notes
- Merge pull request #633 from evrifaessa/develop
- Add files via upload
- [fix] tizen upgrade
- [docs] update
- [feat] support for reactNativeEngine . deprecated enableHermes
- [fix] limit deprecated override of RCTWebViewBridge only to 0.40.1 [causes apple rejection]

### Added Features

- none

### Breaking Changes

- none


67 changes: 66 additions & 1 deletion docs/engines/engine-rn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Default react-native based engine. Runs standard react native apps with native s

## Supported Platforms

[ios](platforms/ios.md), [android](platforms/android.md), [androidtv](platforms/androidtv.md), [androidwear](platforms/androidwear.md), [tvos](platforms/tvos.md)
[ios](platforms/ios.md), [android](platforms/android.md), [androidtv](platforms/androidtv.md), [firetv](platforms/firetv.md), [androidwear](platforms/androidwear.md), [tvos](platforms/tvos.md)

## Required Plugins

Expand All @@ -35,6 +35,8 @@ Default react-native based engine. Runs standard react native apps with native s





## Extensions

### ios
Expand Down Expand Up @@ -210,6 +212,69 @@ Default react-native based engine. Runs standard react native apps with native s
| `mjs` | 57 |
| `json` | 58 |
| `wasm` | 59 |
### firetv

| Extension | Priority |
| --------- | :-------: |
| `engine-rn.jsx` | 1 |
| `engine-rn.js` | 2 |
| `engine-rn.tsx` | 3 |
| `engine-rn.ts` | 4 |
| `firetv.tv.rn.jsx` | 5 |
| `firetv.tv.jsx` | 6 |
| `firetv.tv.rn.js` | 7 |
| `firetv.tv.js` | 8 |
| `firetv.tv.rn.tsx` | 9 |
| `firetv.tv.tsx` | 10 |
| `firetv.tv.rn.ts` | 11 |
| `firetv.tv.ts` | 12 |
| `tv.rn.jsx` | 13 |
| `tv.jsx` | 14 |
| `tv.rn.js` | 15 |
| `tv.js` | 16 |
| `tv.rn.tsx` | 17 |
| `tv.tsx` | 18 |
| `tv.rn.ts` | 19 |
| `tv.ts` | 20 |
| `firetv.rn.jsx` | 21 |
| `firetv.jsx` | 22 |
| `firetv.rn.js` | 23 |
| `firetv.js` | 24 |
| `firetv.rn.tsx` | 25 |
| `firetv.tsx` | 26 |
| `firetv.rn.ts` | 27 |
| `firetv.ts` | 28 |
| `android.rn.jsx` | 29 |
| `android.jsx` | 30 |
| `android.rn.js` | 31 |
| `android.js` | 32 |
| `android.rn.tsx` | 33 |
| `android.tsx` | 34 |
| `android.rn.ts` | 35 |
| `android.ts` | 36 |
| `tv.native.rn.jsx` | 37 |
| `tv.native.jsx` | 38 |
| `tv.native.rn.js` | 39 |
| `tv.native.js` | 40 |
| `tv.native.rn.tsx` | 41 |
| `tv.native.tsx` | 42 |
| `tv.native.rn.ts` | 43 |
| `tv.native.ts` | 44 |
| `native.rn.jsx` | 45 |
| `native.jsx` | 46 |
| `native.rn.js` | 47 |
| `native.js` | 48 |
| `native.rn.tsx` | 49 |
| `native.tsx` | 50 |
| `native.rn.ts` | 51 |
| `native.ts` | 52 |
| `jsx` | 53 |
| `js` | 54 |
| `tsx` | 55 |
| `ts` | 56 |
| `mjs` | 57 |
| `json` | 58 |
| `wasm` | 59 |
### androidwear

| Extension | Priority |
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sidebar_label: Android

<!--EXTENSION_SUPPORT_START-->

Extenstions are defined via engines. Engines with android support:
Extenstions are defined via engines. Engines with android support:
- [engine-rn](../engines/engine-rn#extensions)

<!--EXTENSION_SUPPORT_END-->
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/androidtv.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sidebar_label: Android TV

<!--EXTENSION_SUPPORT_START-->

Extenstions are defined via engines. Engines with androidtv support:
Extenstions are defined via engines. Engines with androidtv support:
- [engine-rn](../engines/engine-rn#extensions)

<!--EXTENSION_SUPPORT_END-->
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/androidwear.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sidebar_label: Android Wear

<!--EXTENSION_SUPPORT_START-->

Extenstions are defined via engines. Engines with androidwear support:
Extenstions are defined via engines. Engines with androidwear support:
- [engine-rn](../engines/engine-rn#extensions)

<!--EXTENSION_SUPPORT_END-->
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/firetv.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sidebar_label: FireTV

<!--EXTENSION_SUPPORT_START-->

Extenstions are defined via engines. Engines with firetv support:
Extenstions are defined via engines. Engines with firetv support:
- [engine-rn](../engines/engine-rn#extensions)

<!--EXTENSION_SUPPORT_END-->
Expand Down
Loading

0 comments on commit 2b4ac07

Please sign in to comment.