Kill the automatically popped up metro bundler command prompt
Kill the command terminal which is running react-native run-android
Now Run react-native start
This will start your js server
In new command prompt window run react-native run-android
The app came up in 5 mins in an emulator.
Related Contents:
- Error Running React Native App From Terminal (iOS)
- What is the difference between Hot Reloading and Live Reloading in React Native?
- Hide/Show components in react native
- How can I view network requests (for debugging) in React Native?
- Custom navigation with Navigator component in React-Native
- React-Native another VirtualizedList-backed container
- How to register event with useEffect hooks?
- How to clear react-native cache?
- Getting all documents from one collection in Firestore
- “React.Children.only expected to receive a single React element child” error when putting and in a
- How can I determine if my React Native app is a debug or release build from JavaScript code?
- Absolute and Flexbox in React Native
- Resetting the navigation stack for the home screen (React Navigation and React Native)
- Image resizing in React Native
- How can I put an icon inside a TextInput in React Native?
- How to use zIndex in react-native
- Error type 3. Activity class {com.awesome_project/ com.awesome_project.MainActivity} does not exist in react native (Android device)
- Setting a timer for a long period of time, i.e. multiple minutes
- How to auto-slide the window out from behind keyboard when TextInput has focus?
- ReferenceError: You are trying to `import` a file after the Jest environment has been torn down
- import * as React from ‘react’; vs import React from ‘react’;
- Does React Native compile JavaScript into Java for Android?
- setTimeout in React Native
- react-native – Fit Image in containing View, not the whole screen size
- Nested redux reducers
- How do you animate the height in react native when you don’t know the size of the content?
- How to get a height of a Keyboard in React-Native?
- How can I disable the error (prettier/prettier) on eslint?
- React Native: require() with Dynamic String?
- How to get currently visible index in RN flat list
- Can I disable a View component in react native?
- Wipe AsyncStorage in react native
- Can’t find variable: React
- Does React Native have a ‘Virtual DOM’?
- React Native nested ScrollView locking up
- React Native what exactly is the (empty) component
- What’s the difference between useState and useEffect?
- Error calling Appregistry.runApplication in react-native
- Difference between Pressable and TouchableOpacity
- Failure to call AppRegistry.registerComponent
- react native 100+ items flatlist very slow performance
- How exactly is React’s Virtual DOM faster?
- React-Native Updating List View DataSource
- Error: `fsevents` unavailable (this watcher can only be used on Darwin)
- How to centralize text in textinput
- React Native: Using lodash debounce
- Can’t show Image in React Native
- FlatList not scrolling
- requireNativeComponent: “RNSScreenStackHeaderConfig” was not found in the UIManager when running android app
- Your Ruby version is 2.6.8, but your Gemfile specified 2.7.5