Skip to content

JAlexanderGuzman/react-native-keycode-theme

 
 

Repository files navigation

HomeKeyCode

A React Native app based on UI Kitten library with Light and Dark themes support.

Table of Contents

Key Features

  • Built with TypeScript and React Native.
  • Form handling & validation with Formik.
  • TSLint and Prettier for code formatting.
  • Jest for tests.

Screenshots

SignUp Home
SignUp Home

Requirements

You can find the React Native getting-started document here

Installation

Get the code

git clone git@github.com:16kilobyte/react-native-keycode-theme.git

Install dependencies

cd react-native-keycode-theme
yarn

Note: This guide uses yarn to manage dependencies. Feel free to run the corresponding npm commands if you use npm.

Running the App

# Start bundle server
yarn start
# Android
react-native run-android
# iOS
react-native run-ios

Testing

Tests for this project are written with Jest. Run yarn test to execute the test scripts.

About

React Native Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.8%
  • Objective-C 9.8%
  • Ruby 5.5%
  • Python 4.5%
  • Java 4.4%
  • JavaScript 2.0%