skip to Main Content

Duplicate class com.google.android.play.core.appupdate.AppUpdateInfo found in modules issue – React native

Hi I am facing this issue "Duplicate class com.google.android.play.core.install.InstallState found in modules jetified-app-update-2.0.1-runtime.jar (com.google.android.play:app-update:2.0.1) and jetified-core-1.8.0-runtime.jar (com.google.android.play:core:1.8.0)" while installing debug build. I am using "sp-react-native-in-app-updates": "^1.1.1" this library for in app updates. Anyone who has solution? Well I tried to…

VIEW QUESTION

Passing function as props in React Native

How can I pass a setter function (useState) as prop using navigation.navigate? I have it set up as the following: const [firstName, setfirstName] = useState(''); const [dob, setDOB] = useState(''); const [medicalConditions, setMedicalConditions] = useState(''); const [allergies, setAllergies] = useState('');…

VIEW QUESTION
Back To Top
Search