react-native-contacts

React Native Contacts

MIT License

Stars
1.6K
Committers
146
react-native-contacts - 8.0.3

Published by morenoh149 10 days ago

fix typos in previous release, fixes build

react-native-contacts - 8.0.2

Published by morenoh149 14 days ago

react-native-contacts - 8.0.0

Published by morenoh149 about 1 month ago

first support for the new react native architecture. https://reactnative.dev/docs/the-new-architecture/landing-page

react-native-contacts - 7.0.7 Latest Release

Published by morenoh149 about 1 year ago

  • fix security warning regarding checkCallingOrSelfPermission
  • fix typescript return value to conform to docs
react-native-contacts - 7.0.6

Published by morenoh149 over 1 year ago

| * https://github.com/morenoh149/react-native-contacts/commit/71c8a5cd20419dc92ba745dcb42c09bc62c4ca53 fix(typescript): improve signatures and add url addresses
| * https://github.com/morenoh149/react-native-contacts/commit/e94e02f8fd8b28dd9fca9589ff729bf498dfacc2 Gracefully handles "android.database.sqlite.SQLiteException: Row too big to fit into CursorWindow" crash

react-native-contacts - 7.0.5

Published by morenoh149 about 2 years ago

  • fix crash on cursor failure
  • add isStarred field for android
react-native-contacts - 7.0.4

Published by morenoh149 over 2 years ago

Minor fixes

  • Dismiss the outermost modal only when closing the contact form and add viewExistingModal method types
  • Update RCTContacts.m to use correct UIBarButtonItemStyle constant
react-native-contacts - 7.0.3

Published by morenoh149 almost 3 years ago

  • open existing contact in view mode
    * Fixed issue with dark mode
    * README.md syntax error fix getAll
    * Fix month to be valid values between 1-12 + consistency across platforms
react-native-contacts - 7.0.0

Published by morenoh149 over 3 years ago

react-native-contacts - 6.0.5

Published by morenoh149 over 3 years ago

bug fix android /Android - openContactForm - Getting always home instead my https://github.com/morenoh149/react-native-contacts/pull/599

react-native-contacts - fix npm

Published by morenoh149 over 3 years ago

npm sync files were missing

react-native-contacts - 6.0.3

Published by morenoh149 about 4 years ago

  • bugfix for permissions on ios
react-native-contacts - 6.0.2

Published by morenoh149 about 4 years ago

  • Bugfix for an ios function
react-native-contacts - 6.0.1 promises in typescript

Published by morenoh149 about 4 years ago

  • updated typescript signatures to reflect new promises api return value
react-native-contacts - 6.0.0 Promise api

Published by morenoh149 about 4 years ago

This is a breaking release

In this release we migrate the api to use promises. This is much more modern and allows users to easily interface with the library using async/await.

thanks @mateosilguero

react-native-contacts - 5.2.8

Published by morenoh149 about 4 years ago

minor fixes

  • fix for xcode 12
  • fix example project font
  • fix adding null contacts
react-native-contacts - 5.2.6

Published by morenoh149 about 4 years ago

  • patch ios contactError bug
  • patch typescript bindings
react-native-contacts - 5.2.5

Published by morenoh149 over 4 years ago

patch android notes in opencontactform

react-native-contacts - 5.2.4

Published by morenoh149 over 4 years ago

  • bugfix for android, return instant messaging information
react-native-contacts - 5.2.3

Published by morenoh149 over 4 years ago

Reverts previous bug fix which was incorrect.