Neelesh Yadav

Results 9 comments of Neelesh Yadav

Downgrade @react-navigation/drawer to version 6.6.3: You decided to downgrade the @react-navigation/drawer package to version 6.6.3 to ensure compatibility. Upgrade react-native-reanimated to version 3.5.3: You upgraded the react-native-reanimated package to version...

this.setState({ toggleCheckBoxy: newValue })} tintColors={{ true: '#24B2B2', false: '#a9a9a9' }} />

Sometimes setting width and height directly can cause misalignment. Instead, use scaleX and scaleY to resize the checkbox: this.setChecked(value)} tintColors={{ true: '#24B2B2', false: 'transparent' }} boxType="square" onCheckColor="#24B2B2" tintColor="transparent" onTintColor="#24B2B2" />

Same issue I'm having I tried to downgrade the calenders but no update

but it's not working in IOS it works in android

Open your project directory. Navigate to: node_modules/react-native-calendars/src/agenda/reservation-list/index.js Open the File for Editing Open index.js. Find the componentDidUpdate Method Search for componentDidUpdate in the file. Replace the Method with the Updated...

Hi @donaldchada , For anyone facing this issue, you can use the latest alpha version which has support for the new architecture: "react-native-track-player": "5.0.0-alpha0" This version includes fixes and improvements...