Skip to content

devgod611/ReactNativeAutoCompleteForm

Repository files navigation

ReactNativeAutoCompleteForm

Autocomplete sample guide

author

devgod611@gmail.com KyleWilson

Read article here

This project interacts with Github API and covers major user flows:

  1. Login flow. Simple example of fields validation, storing token and so on.
  2. Several tabs with list of items. One in two apps definitely has list of some items or several tabs with lists.
  3. Item details Screen. Example of simple screen with some data.
  4. Logout. To clear state, navigate to certain screen, etc.

Get Started

If you have not yet installed React Native, you can use this tutorial.

Use git clone to get project. Then go to the root folder of project and install all node modules using npm install command.

Run on Android

  1. You have to connect hardware device using ADB or run emulator.
  2. Invoke react-native run-android command.

Run on iOS

  1. You have to get Xcode installed on your machine.
  2. Invoke react-native run-ios command.