Skip to content
#

react-native-component

Here are 275 public repositories matching this topic...

zoobibackups
zoobibackups commented Jun 18, 2021
  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

Improve this page

Add a description, image, and links to the react-native-component topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-native-component topic, visit your repo's landing page and select "manage topics."

Learn more