All Projects → smuyyh → ReactNativeTools

smuyyh / ReactNativeTools

Licence: Apache-2.0 license
IntelliJ plugin, to make it easier to execute react-native commands

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ReactNativeTools

Intellij Emberjs
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Stars: ✭ 202 (+676.92%)
Mutual labels:  intellij-plugin
StateArts
Intellij plugin that creates state machine diagram from state machine
Stars: ✭ 87 (+234.62%)
Mutual labels:  intellij-plugin
intellij-extra-icons-plugin
🧩 IntelliJ IDEA based IDEs plugin that registers some extra icons for common files like travis.yml, gitlab-ci, jenkinsfile, Git sub-modules, etc.
Stars: ✭ 146 (+461.54%)
Mutual labels:  intellij-plugin
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (+730.77%)
Mutual labels:  intellij-plugin
Asciidoctor Intellij Plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
Stars: ✭ 250 (+861.54%)
Mutual labels:  intellij-plugin
bootstrap4-snippets
Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
Stars: ✭ 113 (+334.62%)
Mutual labels:  intellij-plugin
Wolfram Language Intellij Plugin Archive
Wolfram Language and Mathematica plugin for IntelliJ IDEA.
Stars: ✭ 177 (+580.77%)
Mutual labels:  intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+353.85%)
Mutual labels:  intellij-plugin
idea-uroborosql-formatter
Beautiful SQL Formatter for IntelliJ Platform
Stars: ✭ 18 (-30.77%)
Mutual labels:  intellij-plugin
yet-another-emoji-support
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
Stars: ✭ 30 (+15.38%)
Mutual labels:  intellij-plugin
Intellij Key Promoter X
Modern IntelliJ plugin to learn shortcuts for buttons
Stars: ✭ 2,689 (+10242.31%)
Mutual labels:  intellij-plugin
Arrow Meta
Functional companion to Kotlin's Compiler
Stars: ✭ 246 (+846.15%)
Mutual labels:  intellij-plugin
material2-snippets
Visual studio extension & Intellij plugin for Angular Material 2, Teradata Covalent 1, Angular Flex layout 1 & Material icon snippets
Stars: ✭ 14 (-46.15%)
Mutual labels:  intellij-plugin
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (+696.15%)
Mutual labels:  intellij-plugin
intellij-diff-plugin
Syntax highlighting for .diff files and .patch files in IntelliJ IDEs
Stars: ✭ 17 (-34.62%)
Mutual labels:  intellij-plugin
Jsontokotlinclass
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
Stars: ✭ 2,438 (+9276.92%)
Mutual labels:  intellij-plugin
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+223.08%)
Mutual labels:  intellij-plugin
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+65.38%)
Mutual labels:  intellij-plugin
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (+11.54%)
Mutual labels:  intellij-plugin
go-orm-code-helper
🔥🔥🔥go-orm-code-helper is a goland plugin, it aims to make gorm code getting more simple
Stars: ✭ 22 (-15.38%)
Mutual labels:  intellij-plugin

ReactNativeTools

IntelliJ plugin, to make it easier to execute react-native commands

Guide

  1. install

    1. install form disk

      File -> Settings -> Plugin -> Install plugin from disk -> select ReactNativeTools.jar -> OK -> Restart Intellij/Webstorm

    2. install form repositories

      File -> Settings -> Plugin -> Browser repositories -> Search -> ReactNativeTools -> Install -> Restart Intellij/Webstorm

  2. Tools -> react-native -> run-android, this is equivalent to executing the following command

react-native run-android
  1. Tools -> react-native -> open dev menu, this is equivalent to executing the following command
adb shell input keyevent 82
  1. Tools -> react-native -> start server, this is equivalent to executing the following command
react-native start
  1. Tools -> react-native -> open debugger-ui, this will open the debugger-ui in Chrome

  1. Tools -> react-native -> Start, exec custom command

License

 Copyright © 2016 smuyyh

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

 

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].