Skip to content

Commit 34e7497

Browse files
Update README.md
1 parent 348a703 commit 34e7497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Formats phone numbers as the user types.
155155
import { PhoneNumberTransformer } from 'react-native-transformer-text-input/formatters/phone-number';
156156

157157
const phoneTransformer = new PhoneNumberTransformer({
158-
country: 'US', // Only 'US' supported currently
158+
country: 'US',
159159
debug: false, // Enable debug logging (default: false)
160160
});
161161

0 commit comments

Comments
 (0)