You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating this library to the New React Native Architecture, it seems that the iosEnableNotesUsage method is missing in the index.tsx file. This method was previously used to enable access to the "Notes" field of iOS contacts, but it no longer appears in the current version.
Expected Behavior: The library should provide an option or method to enable access to the "Notes" field in iOS contacts, just like it did with the previous versions via iosEnableNotesUsage.
Current Behavior: The method is missing, so it's not possible to enable or control access to the Notes field for iOS contacts.
Expected Solution: The iosEnableNotesUsage method should be added back or replaced with an alternative solution compatible with the New React Native Architecture.
The text was updated successfully, but these errors were encountered:
After migrating this library to the New React Native Architecture, it seems that the iosEnableNotesUsage method is missing in the index.tsx file. This method was previously used to enable access to the "Notes" field of iOS contacts, but it no longer appears in the current version.
Expected Behavior: The library should provide an option or method to enable access to the "Notes" field in iOS contacts, just like it did with the previous versions via iosEnableNotesUsage.
Current Behavior: The method is missing, so it's not possible to enable or control access to the Notes field for iOS contacts.
Expected Solution: The iosEnableNotesUsage method should be added back or replaced with an alternative solution compatible with the New React Native Architecture.
The text was updated successfully, but these errors were encountered: