Realm is a mobile database: a replacement for SQLite & ORMs
-
Updated
Aug 20, 2021 - Java
Mobile app development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones. These applications can be pre-installed on phones during manufacturing platforms, or delivered as web applications using server-side or client-side processing (e.g., JavaScript) to provide an "application-like" experience within a Web browser.
const editcontact = () => {
try{
Contacts.editExistingContact(props.data)
.then((data) => {
}).catch((error) => {
console.log(error)
})
}catch(err){
console.log(err,"err")
}
}
a Modal opens and then disappears immediately.
this is the object I have passed
Stri