Skip to content

Releases: morenoh149/react-native-contacts

8.0.0

20 Sep 22:18
ecc9c3e
Compare
Choose a tag to compare

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

7.0.7

23 Aug 18:58
Compare
Choose a tag to compare
  • fix security warning regarding checkCallingOrSelfPermission
  • fix typescript return value to conform to docs

7.0.6

13 Jul 16:23
Compare
Choose a tag to compare

| * 71c8a5c fix(typescript): improve signatures and add url addresses
| * e94e02f Gracefully handles "android.database.sqlite.SQLiteException: Row too big to fit into CursorWindow" crash

7.0.5

11 Aug 21:10
Compare
Choose a tag to compare
  • fix crash on cursor failure
  • add isStarred field for android

7.0.4

04 Feb 17:58
Compare
Choose a tag to compare

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

7.0.3

06 Dec 18:01
Compare
Choose a tag to compare
  • 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

7.0.0

31 Mar 17:02
81f808c
Compare
Choose a tag to compare
  • #602 adds support for rn 0.64 and above. Requires min android sdk 21 (up from 16).

6.0.5

19 Mar 23:06
Compare
Choose a tag to compare

bug fix android /Android - openContactForm - Getting always home instead my #599

fix npm

25 Jan 22:30
Compare
Choose a tag to compare

npm sync files were missing

6.0.3

22 Oct 15:57
Compare
Choose a tag to compare
  • bugfix for permissions on ios