vladimir-vovk / react-native-sample-profile

An example of a profile form with a simple validation for React Native 👤

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Sample Profile

An example of a profile form with a simple validation for React Native. Please feel free to use it in your next project.

Installation

  1. Clone the repo
  2. Change directory to the app: cd react-native-sample-profile
  3. Install all dependencies: yarn install
  4. Run the app: yarn start

Expo

You can also run this app with Expo.

Troubleshooting

  • undefined is not an object (evaluating 'expo Localization.Localization.locale')
... go to settings > general > language and region in your iOS simulator and update region setting.

expo/expo#5735 (comment)

Features

Credits

About

An example of a profile form with a simple validation for React Native 👤


Languages

Language:TypeScript 95.3%Language:JavaScript 4.7%