Khamchunovog
Khamchunovog
BoxingConfig config = new BoxingConfig(BoxingConfig.Mode.VIDEO); config.needCamera(R.drawable.ic_photo_camera_indigo_400_36dp) .withMaxCount(1) .withMediaPlaceHolderRes(R.drawable.icon_ub) .withAlbumPlaceHolderRes(R.drawable.icon_ub); Boxing.of(config).withIntent(getActivity(), BoxingActivity.class).start(getActivity(), 24); Camera not clicked but Image camera fine 
Always this error click to camera BoxingConfig config = new BoxingConfig(BoxingConfig.Mode.SINGLE_IMG); config.needCamera(R.drawable.ic_photo_camera_indigo_400_36dp) .withMaxCount(1) .needGif() .withMediaPlaceHolderRes(R.drawable.icon_ub) .withAlbumPlaceHolderRes(R.drawable.icon_ub) .withVideoDurationRes(R.drawable.icon_ub); Boxing.of(config).withIntent(getActivity(), BoxingActivity.class).start(getActivity(), 23);  

  
Please help me
Same http://www.turnjs.com/ help me please
"react": "18.3.1", "react-native": "0.76.3", "react-native-scrollable-tab-view-collapsible-header": "^2.0.1",
## Describe the bug ### Expected behavior onEndReached called when display flashing problem. How to solved it? ## Package versions - React:18.3.1 - React Native:0.76.3 - React-Native-Gesture-Handler:2.20.2