most common commands in React Native
Thread Tags
Adobe Illustrator Adobe InDesign Adobe Photoshop Android Development Android Programming Android Studio Automation Testing C / C++ Programming Career Options College Lounge css digital marketing Digital Marketing / SEO Fireworks Graphic Design Graphic designing Graphics Design Graphics Designing HTML? Illustrator Internship Training logo Design logo designing Magento Photoshop PHP Programming QA react-native Scroll Website SEO Single Page Website Stock Managment System Testing Typography UI UI/UX Development UI Design UI Designing UI development User Interface UX Design Web Designing Website Design Wordpress wpRegister for free!
Registration at Smart Mentors is completely free and takes only a few seconds. By registering you’ll gain:
- Full Posting Privileges.
- Access to Private Messaging.
- Optional Email Notification.
- Ability to Fully Participate.
Register Now, or check out the Site Tour and find out everything Smart Mentors has to offer.
This thread contains 1 reply, has 2 voices, and was last updated by darshan.soni007 2 years ago.
- Author Replies
- January 8, 2019 at 12:06 pm #51581
What are some of the most common commands in React Native?
Regards,
Pratik Nakrani - January 8, 2019 at 12:08 pm #51582
>react-native init NewApplication
Create a new application> react-native start
Get the development server up and running on port 8081> react-native run-ios
> react-native run-android
Build the application and load it up onto the device. Be careful running these commands above since they tend to open new Terminal windows in the background> react-native link
React Native can automatically link package dependencies like react-native-maps in iOS and Android. This avoids clicking through menus in Android Studio and Xcode.> npm install
Call npm install after cloning a repository to download all the related packages.> ps aux | grep react-native
Show any running react-native development servers that are running. I usually run this when I want to see if my port is blocked and I need to kill a dormant process. - AuthorPosts
You must be logged in to reply to this thread.Please login or register. Registration is 100% free.