This project is a custom Pin keyboard implemented using native Android Kotlin, iOS Swift, and React Native Typescript.
android.recording.mp4
ios.recording.mp4
To run this project, follow the steps below:
-
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
-
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
- For Android: