react-native-3dcube-navigation icon indicating copy to clipboard operation
react-native-3dcube-navigation copied to clipboard

Exception thrown while executing UI Block

Open snapxtp opened this issue 5 years ago • 1 comments

I'm trying to repeat views in the cube. I get an error when I scroll while everything is running normally. Where do I make mistakes ??

There is data like this : this.state.data = [{object},{object}]

render() { return ( <CubeNavigationHorizontal ref={view => { this.cube = view; }}>

{this.state.data.map((item, index) =>( <SliderItem key={index} data={item} dataIndex={index} </SliderItem> ))}

    </CubeNavigationHorizontal>
)

} }

snapxtp avatar Aug 05 '18 11:08 snapxtp

Hi @snapxtp

Can you paste the error message you got?

zehfernandes avatar Aug 06 '18 14:08 zehfernandes