react-native-transformer-text-input 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -155,7 +155,7 @@ Formats phone numbers as the user types.
155
155
  import { PhoneNumberTransformer } from 'react-native-transformer-text-input/formatters/phone-number';
156
156
 
157
157
  const phoneTransformer = new PhoneNumberTransformer({
158
- country: 'US', // Only 'US' supported currently
158
+ country: 'US',
159
159
  debug: false, // Enable debug logging (default: false)
160
160
  });
161
161