question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade from 1.10.3 to 2.1.0

See original GitHub issue

Description

Im trying to upgrade to newest version but after building, im getting an error:

error: Error: Unable to resolve module ./handlers/gestureHandlers from ******\node_modules\react-native-gesture-handler\src\index.ts:

None of these files exist:
  * node_modules\react-native-gesture-handler\src\handlers\gestureHandlers(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
  * node_modules\react-native-gesture-handler\src\handlers\gestureHandlers\index(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
> 1 | import { initialize } from './init';
  2 |
  3 | export { Directions } from './Directions';
  4 | export { State } from './State';

Has anyone else this error?

Screenshots

Steps To Reproduce

Expected behavior

Actual behavior

Snack or minimal code example

Package versions

  • React:
  • React Native:
  • React Native Gesture Handler:

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
gustavlefflercommented, Feb 6, 2022

I had the same issue, npm start -- --reset-cache solved it for me

4reactions
j-piaseckicommented, Jan 7, 2022

Hi! It looks like a cache issue, could you try to reset it (yarn start --reset-cache)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading from 1.10 to 2 - Apache Airflow
We strongly recommend that all users upgrading to Airflow 2.0, first upgrade to Airflow 1.10.15 and test their Airflow deployment and only then...
Read more >
Upgrading From a Previous Version : revIgniter User Guide
Upgrading From a Previous Version. Please read the upgrade notes corresponding to the version you are upgrading from. Upgrading from 2.3.2 to 2.3.3 ......
Read more >
Cloud Composer release notes | Google Cloud
If you already performed the upgrade, you can downgrade to a previous gcloud version. For more information see Cloud Composer known issues.
Read more >
Upgrade foreman from 1.10 to 1.20 - Support - TheForeman
We are on a verge of upgrading our foreman setup from 1.10.3 to 1.20 and ... 4.1.1, 4.1.0, 4.0.1, 4.0.0, 3.0.0, 2.2.1, 2.2.0,...
Read more >
How to upgrade Django to a newer version
While it can be a complex process at times, upgrading to the latest Django version has several benefits: New features and improvements are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found