facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.27k stars 24.35k forks source link

Android :- Unexpected EOF (http://localhost:8081/index.delta?platform=android&dev=true&minify=false:280870) #28590

Closed devtechvalens closed 4 years ago

devtechvalens commented 4 years ago

2020-04-10

package.json

{ "name": "leavemark", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "clean": "rm -rf $TMPDIR/react- && watchman watch-del-all && npm cache clean --force", "clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android", "newclear": "rm -rf $TMPDIR/react- && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules/ && npm cache clean --force && npm i", "test:watch": "jest --watch", "updateSnapshot": "jest --updateSnapshot", "coverage": "jest --coverage && open coverage/lcov-report/index.html || xdg-open coverage/lcov-report/index.html", "android:build": "cd android && ./gradlew assembleRelease", "android:install": "cd android && ./gradlew assembleRelease && ./gradlew installRelease", "android:hockeyapp": "cd android && ./gradlew assembleRelease && puck -submit=auto app/build/outputs/apk/app-release.apk", "android:devices": "$ANDROID_HOME/platform-tools/adb devices", "android:logcat": "$ANDROID_HOME/platform-tools/adb logcat *:S ReactNative:V ReactNativeJS:V", "android:shake": "$ANDROID_HOME/platform-tools/adb devices | grep '\t' | awk '{print $1}' | sed 's/\s//g' | xargs -I {} $ANDROID_HOME/platform-tools/adb -s {} shell input keyevent 82", "storybook": "storybook start -p 7007", "lint": "standard --verbose | snazzy", "lintdiff": "git diff --name-only --cached --relative | grep '\.js$' | xargs standard | snazzy", "fixcode": "standard --fix", "git-hook": "npm run lint -s && npm run test -s", "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'", "postinstall": "node ./StripePostinstall.js" }, "dependencies": { "@react-native-community/async-storage": "^1.6.2", "@react-native-community/audio-toolkit": "^2.0.2", "@react-native-community/blur": "^3.3.1", "@react-native-community/geolocation": "^2.0.2", "alpha-scroll-flat-list": "^0.2.20", "apisauce": "^0.14.2", "axios": "^0.19.0", "format-json": "^1.0.3", "identity-obj-proxy": "^3.0.0", "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.11", "moment": "^2.24.0", "prop-types": "^15.7.2", "querystringify": "1.0.0", "ramda": "^0.25.0", "react": "16.6.1", "react-native": "0.57.7", "react-native-audio": "^4.3.0", "react-native-audio-recorder-player": "^2.1.4", "react-native-audio-toolkit": "^1.0.6", "react-native-cached-image": "^1.4.3", "react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera.git", "react-native-color": "0.0.10", "react-native-config": "^0.10.0", "react-native-contacts": "^4.0.2", "react-native-custom-actionsheet": "0.0.4", "react-native-d3-tree-graph": "^1.0.12", "react-native-dash": "0.0.9", "react-native-device-info": "^4.0.2-rc.1", "react-native-dialog-input": "^1.0.7", "react-native-doc-preview": "^0.2.0", "react-native-document-picker": "git+https://github.com/Elyx0/react-native-document-picker.git#v3", "react-native-draggable": "^3.0.0", "react-native-elements": "^1.2.1", "react-native-event-bus": "^1.0.0", "react-native-file-type": "0.0.8", "react-native-firebase": "^5.6.0", "react-native-fs": "^2.13.3", "react-native-geocoder": "^0.5.0", "react-native-geocoding": "^0.3.0", "react-native-gesture-handler": "1.0.9", "react-native-google-places-autocomplete": "^1.3.9", "react-native-i18n": "2.0.14", "react-native-icon-badge": "^1.1.3", "react-native-image-picker": "^0.27.2", "react-native-keyboard-aware-scroll-view": "^0.8.0", "react-native-linear-gradient": "^2.5.4", "react-native-localize": "^1.3.1", "react-native-maps": "^0.24.0", "react-native-material-dropdown": "^0.11.1", "react-native-mime-types": "^2.2.1", "react-native-modal": "^11.0.1", "react-native-modal-datetime-picker": "^7.4.2", "react-native-modal-dropdown": "^0.6.2", "react-native-navbar": "^2.1.0", "react-native-network-info": "^5.0.1", "react-native-permissions": "^1.1.1", "react-native-phone-input": "^0.2.2", "react-native-photos-framework": "^1.0.8", "react-native-picker-select": "^6.3.3", "react-native-pinch-zoom-view": "^0.2.0", "react-native-progress": "^3.6.0", "react-native-public-ip": "^1.0.1", "react-native-responsive-screen": "^1.2.1", "react-native-rsa": "0.0.3", "react-native-simple-device-info": "^0.24.1", "react-native-simple-toast": "0.0.8", "react-native-siri-wave-view": "0.0.9", "react-native-slider": "^0.11.0", "react-native-sqlite-storage": "^4.1.0", "react-native-stomp-websocket": "^1.0.7", "react-native-stopwatch-timer": "git+https://github.com/michaeljstevens/react-native-stopwatch-timer.git#master", "react-native-svg": "^9.13.6", "react-native-swiper": "^1.5.14", "react-native-thumbnail": "^1.1.3", "react-native-uuid-generator": "^5.0.0", "react-native-vector-icons": "^6.4.2", "react-native-video": "git://github.com/olofd/react-native-video.git#react-native-photos-framework", "react-native-video-controls": "^2.4.0", "react-native-view-shot": "^3.0.2", "react-native-webview": "^9.0.2", "react-navigation": "3.0.0", "react-navigation-redux-helpers": "^2.0.6", "react-redux": "^5.0.6", "react-stompjs": "^0.5.3", "redux": "^4.0.0", "redux-saga": "^0.16.0", "reduxsauce": "0.7.0", "rn-fetch-blob": "^0.10.15", "seamless-immutable": "^7.1.2", "tipsi-stripe": "^7.5.1" }, "devDependencies": { "@storybook/addon-storyshots": "^3.4.0", "@storybook/addons": "^3.4.0", "@storybook/channels": "^3.4.0", "@storybook/react-native": "^3.4.0", "babel-core": "6.26.0", "babel-eslint": "7.1.1", "babel-jest": "24.5.0", "babel-plugin-ignite-ignore-reactotron": "^0.3.0", "babel-preset-env": "^1.6.1", "babel-preset-react-native": "^3.0.2", "enzyme": "^3.2.0", "enzyme-adapter-react-16": "^1.1.0", "ignite-andross": "^3.0.4", "ignite-i18n": "1.2.0", "ignite-standard": "1.0.0", "jest": "24.5.0", "metro-react-native-babel-preset": "0.53.1", "mockery": "^2.1.0", "react-devtools-core": "3.4.3", "react-dom": "16.3.0", "react-test-renderer": "16.6.1", "reactotron-react-native": "^2.1.0", "reactotron-redux": "^2.1.0", "reactotron-redux-saga": "^2.1.0", "snazzy": "^8.0.0", "standard": "10.0.2" }, "rnpm": { "assets": [ "./assets/fonts" ] }, "jest": { "testMatch": [ "/Tests/*/.js", "*/?(.)(spec|test).js?(x)" ], "testPathIgnorePatterns": [ "/node_modules/", "/Tests/Setup.js" ], "moduleNameMapper": { "^.+\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy" }, "transform": { "^.+\.(js)$": "/node_modules/react-native/jest/preprocessor.js" }, "setupFiles": [ "/Tests/Setup" ], "preset": "react-native" }, "config": {}, "standard": { "parser": "babel-eslint", "globals": [ "describe", "test", "jest", "expect", "fetch", "navigator", "DEV", "XMLHttpRequest", "FormData", "React$Element" ] } }

github-actions[bot] commented 4 years ago
:warning: Missing Environment Information
:information_source: Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console.
devtechvalens commented 4 years ago

React Native Environment Info:

System: OS: macOS 10.14.1 CPU: (4) x64 Intel(R) Core(TM) i3-8100 CPU @ 3.60GH Memory: 27.22 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.14.1 - /usr/local/bin/node Yarn: 1.21.1 - /usr/local/bin/yarn npm: 6.13.4 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1 Android SDK: API Levels: 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 7 Build Tools: 20.0.0, 21.1.2, 22.0.1, 23.0.1, 23.0.2, 23.0.3, 25.0.0, 25.0.2, 25.0.3, 26.0.0, 26.0.1, 26.0.2, 27.0.1, 27.0.3, 28.0.0, 28.0.2, 28.0.3, 29.0.0 System Images: android-17 | Google APIs Intel x86 Atom, android-19 | Google APIs Intel x86 Atom, android-23 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom_64 IDEs: Android Studio: 3.5 AI-191.8026.42.35.5977832 Xcode: 10.1/10B61 - /usr/bin/xcodebuild npmPackages: react: 16.6.1 => 16.6.1 react-native: 0.57.7 => 0.57.7 npmGlobalPackages: react-native-cli: 2.0.1

github-actions[bot] commented 4 years ago
:warning: Using Old Version
:information_source: It looks like you are using an older version of React Native. Please upgrade to the latest version, and verify if the issue persists. If it does not, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the current release.
stale[bot] commented 4 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.