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.

Unable to resolve module redux-form/native

See original GitHub issue

bug report

The native docs state that if your redux version is less than redux@4, you should import from redux-form/native.

What is the current behavior?

Unable to resolve module redux-form/native

What is the expected behavior?

Ability to import {reduxForm} from 'redux-form/native'

What’s your environment?

"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-form": "6.5.0",

node - v7.7.1 npm - 4.1.2 react-native - react-native-cli: 2.0.1 react-native: 0.38.0

Other informations

If I use import {reduxForm} from 'redux-form'; The app crashes on an android device but works on an android simulator

Android errors when using import {reduxForm} from 'redux-form'

ction"==typeof Symbol?Symbol.iterator:"@@iterator"]()')
W/dalvikvm( 6987): threadid=16: thread exiting with uncaught exception (gr
oup=0x418bbda0)
E/AndroidRuntime( 6987): FATAL EXCEPTION: mqt_native_modules
E/AndroidRuntime( 6987): Process: com.reacttao, PID: 6987
E/AndroidRuntime( 6987): com.facebook.react.common.JavascriptException: un
defined is not a function (evaluating 'f(n)["function"==typeof Symbol?Symb
ol.iterator:"@@iterator"]()'), stack:```

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
gustavohenkecommented, Mar 14, 2017

@jshumakerpruitt I created #2691 to fix this.

0reactions
lock[bot]commented, Jun 1, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to resolve module redux-form/native #2689 - GitHub
bug report The native docs state that if your redux version is less than redux@4, you should import from redux-form/native.
Read more >
Error: Unable to resolve module react-redux/native
From index.js of react-redux, you could get that Provider is exported by react-redux directly. So you should use import { Provider } from ......
Read more >
MongoDB Atlas App Services & Realm
Fresh Setup: Realm React Native Error: Unable to resolve module `./subscription` from `node_modules/realm/lib/browser/index.js`.
Read more >
React Native, Typescript and VS Code: Unable to resolve ...
The problem with resolving modules turned out to be related to VS Code's typescript project helper.
Read more >
unable to resolve module react native - You.com | The search ...
After reading this issue and trying many solutions I reach to two solutions: You can delete all node_modules folder and put the version...
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