Skip to content

__reanimatedLoggerConfig #6839

Open
Open
@hoantq19

Description

Description

file logger.ts in node-module react-native renimate there is an error
Cannot find name '__reanimatedLoggerConfig'.t .How do i modify

Steps to reproduce

import Carousel from 'react-native-reanimated-carousel';

<Carousel
autoPlay={true}
loop={true}
autoPlayInterval={3000}
width={deviceWidth}
height={240}
data={[]}
onSnapToItem={(index) => {
this.setState({ activeSlide: index });
this.forceUpdate();
}}
renderItem={(item: { item: ImageHomeModel, index: Number }) => this.RenderImageHome(item.item)}
/>

Snack or a link to a repository

git

Reanimated version

3.6.1

React Native version

0.75.4

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

pixel 7a

Acknowledgements

Yes

Metadata

Assignees

No one assigned

    Labels

    Missing reproThis issue need minimum repro scenarioPlatform: AndroidThis issue is specific to Android

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions