gabekutner / roommatefinder-mobile

Welcome to DormParty: a social platform for college kids looking for dorm roommates. Help out with the first version of RoommateFinder by sharing feedback and contributing to the code.
https://gabekutner.github.io/roommatefinder-mobile/
Apache License 2.0
3 stars 0 forks source link

🚀 Add phone number input library #21

Open gabekutner opened 3 months ago

gabekutner commented 3 months ago

Here's a github repository for a phone number input I want to use in the Identifier.jsx file : https://github.com/rhdeck/react-native-paper-phone-input/blob/master/index.js

This is simply a frontend thing and doesn't need any backend refactoring. Make sure the phone is a string and passes correctly through the python regex phone number pattern I have here:

r'^\+?[\d\s.-]{7,15}$',