Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

React-tv app not rendering in actual LG device with focusable hoc. but it's working fine in lg TV emulator  #145

Open
@sujithklr93

Description

Please find components created by using focusable element

`const ButtonContainer = (props) => {
var children = props.children;
return (
<button {...props}>
{children}

)
}

const DivContainer= (props) => {
var children = props.children;
return (
<div {...props}>
{children}

)
}

export const ButtonFocus = withFocusable(ButtonContainer)
export const DivFocus = withFocusable(DivContainer)
`

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions