I am stuck with running my application using React Native version 0.68.2. Suddenly, the application stopped responding to the JavaScript code changes (hot reload) - I've checked and the option is "on". Also, the console logs are not visible anymore in the console and the simulator does not connect to the Reactotron. Same case for both iOS and Android. I can build and run the application but the Axios also do not work. Different application with almost identical configurations but running React Native version 0.66 working great. I've tried to reset the cache for Metro (npx react-native start --reset-cache). No errors or warnings are shown while I start the application.
React Native 0.68.2 application running issues
679 Views Asked by Vladimir Greenberg At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in REACT-NATIVE
- React Native: detect if UIVisualEffectView is supported
- Prevent Chrome debugger from stealing focus in React Native
- React-native upload image to amazons s3
- react-native update NavigatorIOS component's props
- promise – can't find variable process
- Using React Native within existing iOS app for some views only
- What is a good approach to building and distributing a React Native iOS component that extends iOS functionality?
- error in xcode 6 "is not registered as a URL scheme. Please add it in your Info.plist"
- DeviceEventEmitter stops emitting events to application when screen locked
- How to rename react-native entry file (index.ios.js)
- react-native component lifecycle methods not firing on navigation
- How to use comments in React
- react-native propagate changes in props through ListView and Navigator
- How do i use the iOS shake gesture with react native?
- TouchableHighlight won't accept press events while keyboard is open
Related Questions in METRO-BUNDLER
- How can i disable log requests sent to http://127.0.0.1:19000/logs in my Expo / React Native project?
- Unknown Option error from Babel in React-Native app
- Expo & Metro Bundler crash when attempting to open on Android Emulator
- metro bundler error: ::ffff:127.0.0.1 - - [DATE] "GET <class-module-name" HTTP/1.1" 404 208 "-" "okhttp/3.12.1"
- Vue Native: Error when running in browser
- How to use escape characters in metro.config module names?
- iOS React Native Hermes not show in chrome inspect
- How to set root URL in Metro bundler with Expo
- Ejecting expo does not eject IOS
- How to prevent the bundler to include MaterialCommunityIcons.ttf?
- Reference Error - SHA-1 for node_modules\@react-native\metro-config\node_modules\@react-native\js-polyfills\console.js is not computed
- React-Native Error : Unable to resolve module ./index from node_modules
- In bitrise , IOS build was failed, Command PhaseScriptExecution failed with a nonzero exit code
- com.facebook.jni.CppException: Cannot read property '__workletHash' of undefined while using react-native-reanimated
- How can I conditionally import a node module?
Related Questions in REACTOTRON
- proxy target must be an object | reactotron debugger
- undefined is not an object evaluating console.tron.createSagaMonitor
- No connection reactotron / react-native
- Reactotron giving "SKIPPED" for response of network calls
- Reacotron's displaying actions before sagas
- Error reactotron createStore is not function
- Background task for reading accelerometer data
- Mocking Reactotron for Jest
- Reactotron doesn't work with NextJS because of SSR
- Debugging in expo : physical device
- Reactotron is crashing with white blank screen while debugging
- React Native 0.68.2 application running issues
- Mac (M1 Monterey) cant open application Reactotron using dmg install
- How to use reactotron-redux with easy-peasy?
- redux/toolkit + Reactotron leads to jest error "TypeError: _reactotronConfig.default.createEnhancer is not a function"
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I don't know what your problem is, but try to clean anything
Delete your project folder in
/Users/{YOUR_USERNAME}/Library/Developer/Xcode/DerivedData/and run to clean all:I hope it can help you!