A React Native app based on UI Kitten library with Light and Dark themes support.
- Built with TypeScript and React Native.
- Form handling & validation with Formik.
- TSLint and Prettier for code formatting.
- Jest for tests.
| SignUp | Home |
|---|---|
![]() |
![]() |
You can find the React Native getting-started document here
git clone git@github.com:16kilobyte/react-native-keycode-theme.git
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.
# Start bundle server
yarn start
# Android
react-native run-android
# iOS
react-native run-iosTests for this project are written with Jest. Run yarn test to execute the test scripts.

