Muhammad Shahbaz
Muhammad Shahbaz
Version Which versions are you using: - react-native-swiper 1.6.0 - react-native v0.63.4 Expected behaviour pagination dot should move on swiping to next item Actual behaviour pagination dot are not moving...
rendering part update data Axios.post(url, formData) .then(function (res) { tabulatorRef.current.updateRow(id, res); tabulatorRef.current.redraw(true); }) .catch(function (error) { showValidationMessage(`Request failed: ${error}`); }); I have a collapsible inside row which is expanded for...