All Projects → youneshenniwrites → PhoneInput

youneshenniwrites / PhoneInput

Licence: MIT License
React Native component for international phone input with country phone code and flag.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to PhoneInput

react-native-appsync-s3
React Native app for image uploads to S3 and storing their records in Amazon DynamoDB using AWS Amplify and AppSync SDK
Stars: ✭ 18 (-33.33%)
Mutual labels:  mobile-development, expo
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (+300%)
Mutual labels:  mobile-development, expo
app-intro-lottie-expo
App Intro component with Expo, styled-components and Lottie
Stars: ✭ 46 (+70.37%)
Mutual labels:  mobile-development, expo
Galio
Galio is a beautifully designed, Free and Open Source React Native Framework
Stars: ✭ 2,772 (+10166.67%)
Mutual labels:  mobile-development, expo
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+192.59%)
Mutual labels:  native-base, expo
snack
Expo Snack lets you run Expo in the browser.
Stars: ✭ 187 (+592.59%)
Mutual labels:  expo
native-kitchensink
📱 Playground for ReactiveSearch Native components
Stars: ✭ 46 (+70.37%)
Mutual labels:  expo
react-native-react-bridge
An easy way to integrate your React (or Preact) app into React Native app with WebView.
Stars: ✭ 84 (+211.11%)
Mutual labels:  expo
reactive state
An easy to understand reactive state management solution for Flutter.
Stars: ✭ 19 (-29.63%)
Mutual labels:  mobile-development
shopping-cart
A full-fledged package to build an e-commerce application for iOS and Android similar to Myntra/JackThreads. Available with beautiful design and necessary features along with screen for Dashboard and Mobile app. Build using React Native, Expo, React, GraphQL, Apollo Client, Node and MongoDB.
Stars: ✭ 64 (+137.04%)
Mutual labels:  expo
TiktokClone
TIKTOK Clone React Native Tutorial 2021 👨‍💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this se…
Stars: ✭ 69 (+155.56%)
Mutual labels:  expo
react-native-boilerplate
Expo + Redux + React Navigation Pre-setup Template (expo SDK 44)
Stars: ✭ 142 (+425.93%)
Mutual labels:  expo
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (+62.96%)
Mutual labels:  mobile-development
CryptoBuddy
Android app which displays cryptocurrency prices, charts and news!
Stars: ✭ 93 (+244.44%)
Mutual labels:  mobile-development
acgnfuns-app
A react native app based on expo, dva, etc.
Stars: ✭ 14 (-48.15%)
Mutual labels:  expo
crypto-markets
react-native-cryptocurrency-ticker
Stars: ✭ 27 (+0%)
Mutual labels:  expo
turtle-action
🐢 Turtle CLI with GitHub Actions for building expo-project
Stars: ✭ 16 (-40.74%)
Mutual labels:  expo
addIt
Simple addition game made with Flutter for Mobile and Web using BLOC pattern
Stars: ✭ 16 (-40.74%)
Mutual labels:  mobile-development
expo-multi-screen-starter
react native / expo / react navigation v6
Stars: ✭ 74 (+174.07%)
Mutual labels:  expo
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (+100%)
Mutual labels:  expo

React Native International Mobile Phone Input

app layout

Overview

  • This app allows users to include international phone input for sign up pages in mobile applications.

  • The user can select the country of residence by opening a modal.

  • The country phone code and flag will be attached to the user's phone number.

  • The country of default as well as country phone code are set to the United Kingdom.

Running the app

  1. Clone the repo in your local machine.

git clone https://github.com/yhenni1989/PhoneInput.git

  1. Go inside the project directory.

cd PhoneInput

  1. Install client dependencies
yarn

# or

npm install
  1. Launch the simulator

expo start --ios

Step by step tutorial

Read the article of how I made this component on Medium.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].