renative
renative copied to clipboard
RNVanillaTV blank screen on Tizen and Webos
Describe the bug RNVanillaTV with template-starter blank screen on Tizen and Webos
To Reproduce Steps to reproduce the behavior:
- rnv new
- rnv run -p tizen -r -s debug -t 10.10.10.5
Expected behavior template-starter landing page
@MomoDeLuxe known issue, actively working on it
Any update on this?
Hello , related this issues RNVanillaTV blank white screen on Tizen TV facing issue same here also.
**targeting tizen smart tv : **
rnv run -p tizen -d -t 192.168.1.167
can some tell me how to solve this issue or can some one helps us. thank you
@mihaiblaga89 any update on this?
Any Update on this?
Same happens when doing rnv build -p webos
and then installing generated ipk to device
in my case a
"browserslist": [
">0.2%",
"samsung 4"
]
in the package.json fixed this problem for tizen
in my case a
"browserslist": [ ">0.2%", "samsung 4" ]
in the package.json fixed this problem for tizen
Confirmed, it works
I wanted to inquire if there have been any updates regarding the issue we're experiencing. As of now, we're still encountering a white or blank screen on LG WebOS. Any assistance or guidance you could provide would be greatly appreciated. Thank you for your continued support.
Hi everybody,
same issue here, It does work on --hosted mode, but on target it shows a blank/white screen after the splash one. I guess the same issue happens on Tizen...I haven't tried yet...I know It's a known issue but It would be appreciated a workaround or a temporary fix waiting for the next release...at least a support to solve on our end.
Thank you for your great work!
Hi again,
the issue occurs also on release...blank/white page on WebOS...it works only on hosted mode. In addition, I don't know if It's related, the app can't be installed on Tizen...both platform use the same engine (react-native-web).
Thank you
TV9 SAMSUNG UE32T4302AK, os version 2501 - fully works TV7 Samsung 5 Series, os version 525 - blank screen
this is mostly solved, ramaining issues moved to https://github.com/flexn-io/renative/issues/1557 and https://github.com/flexn-io/renative/issues/1490
My problem was the nullish coalescing operator ?? used in a library. Despite my assigned browserlist is supposed to transpile to ES5 it's still producing new ECMA.
I tried every possible fix and nothing really worked.
I installed babel plugin
yarn add @babel/plugin-proposal-nullish-coalescing-operator -D
I modified babel.config.js and passed the plugin to withRNVBabel :
const { withRNVBabel } = require('@rnv/adapter');
module.exports = withRNVBabel((config) => {
return {
...config,
plugins: [
...config.plugins,
['@babel/plugin-proposal-nullish-coalescing-operator'],
],
};
});
My browserlist :
"browserslist": {
"production": [
"> 0.25%, not dead",
"samsung 4"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
@ali-sao Hello, did you fix it?
Nope @DinaSZH, there's a way to do this by re-transpiling the bundle manually
For me still blank screen on LG webos. Is there any workaround to fix this?
I donβt know, still trying to fix it.
On Thu, 13 Jun 2024 at 20:07 wwwebgainss @.***> wrote:
For me still blank screen on LG webos. Is there any workaround to fix this?
β Reply to this email directly, view it on GitHub https://github.com/flexn-io/renative/issues/925#issuecomment-2165952765, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4IR2NSTUV2XRIMUELKKWDZHGYU3AVCNFSM6AAAAAARGAPSZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRVHE2TENZWGU . You are receiving this because you were mentioned.Message ID: @.***>
Try using 1.0.0-rc.19 version of rnv, on that version this issue is fixed on most devices