Skip to content

erikmajlath/example-react-native-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple T9 app build with react native

This repository contains simple react native app with node backend. Backend has one endpoint which returns T9 suggestions for given numeric string. Native app has one input and suggestions list. For example by typing '3333' it suggests ['deed', 'feed'] words.

Technology stack:

  • react-native
  • redux
  • node
  • express

Usage

First start node server by running node index.js inside the server directory. Then inside T9App directory start app by running react-native run-{ios/android}

About

Very simple react native app with redux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published