kassemitani / rn-custom-keyboard

Repository from Github https://github.comkassemitani/rn-custom-keyboardRepository from Github https://github.comkassemitani/rn-custom-keyboard

Custom Pin keyboard

Description

This project is a custom Pin keyboard implemented using native Android Kotlin, iOS Swift, and React Native Typescript.

Screen recordings

android.recording.mp4
ios.recording.mp4

Installation

To run this project, follow the steps below:

  1. Start the Metro Server:

    • Open a terminal and navigate to the root of your React Native project.
    • Run the following command:
      # using npm
      npm start
      
      # OR using Yarn
      yarn start
    • Install Pods for ios:
      cd ios
      bundle exec pod install
  2. Start Application:

    • Open a new terminal from the root of your React Native project.
    • Run the following command to start your Android or iOS app:
      • For Android:
        # using npm
        npm run android
        
        # OR using Yarn
        yarn android
      • For iOS:
        # using npm
        npm run ios
        
        # OR using Yarn
        yarn ios

About


Languages

Language:Kotlin 25.5%Language:TypeScript 24.1%Language:Swift 18.9%Language:Objective-C 13.2%Language:Ruby 9.8%Language:JavaScript 4.5%Language:Objective-C++ 4.1%