joshuapinter / react-native-unified-contacts

Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
MIT License
158 stars 56 forks source link

method input and return values cleanup #60

Closed paintedbicycle closed 6 years ago

paintedbicycle commented 6 years ago

Currently iOS methods are the most stable so we should go through the Android methods and make sure that the inputs and outputs are identical.

  1. Ensure that Android methods are capable of receiving the same arguments as iOS
  2. Ensure they return the same returns (bool, string, etc)
  3. Ensure they return the same errors