GithubHelp home page GithubHelp logo

sangayt1997 / keyboard_interaction Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.82 MB

This Repo is testing purpose for the keyboard interaction in react native

JavaScript 2.85% TypeScript 8.48% Ruby 4.49% Starlark 1.64% Java 43.02% CMake 0.78% C++ 19.98% Objective-C 6.59% Objective-C++ 12.18%

keyboard_interaction's Introduction

Keyboard interaction in React Native

  • This Repo is testing purpose for the keyboard interaction in react native using third party libraries like react-native-keyboard-aware-scroll-view.

Prerequisite:

  1. Node.js: React Native is built using JavaScript, and you will need to have Node.js installed to use the React Native command-line tools. You can download the latest version of Node.js from the official website (https://nodejs.org/) or through a package manager such as Homebrew (https://brew.sh/) on macOS.
  2. Watchman: Watchman is a file watching service that is used by React Native to detect changes in your code and automatically rebuild and reload the app. You can install Watchman using Homebrew by running the following command:
brew install watchman
  1. Xcode: If you are developing for iOS, you will need to have Xcode installed on your Mac. Xcode is a development environment for iOS, macOS, watchOS, and tvOS applications, and it includes tools for building and debugging your app. You can download Xcode from the App Store or from the Apple Developer website (https://developer.apple.com/xcode/).
  2. Android Studio: If you are developing for Android, you will need to have Android Studio installed on your machine. Android Studio is a development environment for Android applications, and it includes tools for building and debugging your app. You can download Android Studio from the official website (https://developer.android.com/studio/).
  3. React Native CLI: The React Native command-line interface (CLI) is a tool that you will use to create and manage your React Native projects. To install the CLI, you can use npm (which comes with Node.js) by running the following command:
npm install -g react-native-cli
  • Once you have these dependencies installed, you should be ready to start developing your first React Native app!

NOTE: Learn more from below link if you face any issues.

How to build the App?

  • Open the terminal from where your project is located.
yarn start
  • Open another new tab from your terminal(must be in same path as above).
To run IOS devices or Emulator:
yarn ios 

OR

To run Android devices or Simulator:
yarn android

THANK YOU AND KEEP ON LEARNING ❤️❤️❤️

keyboard_interaction's People

Contributors

dependabot[bot] avatar sangayt1997 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.