react-native-iphone-x-helper module not found
See original GitHub issueI get an error that the react-native-iphone-x-helper
module can’t be found.
I run C:\folder\app\android> ./gradlew assembleRelease
I get this error: error Unable to resolve module
react-native-iphone-x-helperfrom
node_modules\react-native-dynamic-search-bar\lib\src\SearchBar.style.js: react-native-iphone-x-helper could not be found within the project.
Thanks (again)!
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Unable to resolve module `react-native-iphone-x-helper`...
I am using expo but i'm really new to react native Could you please help? ... Module react-native-iphone-x-helper does not exist in the...
Read more >react-native-iphone-x-helper - npm
A library to help you design your react-native app for the iPhone X. Latest version: 1.3.1, last published: 2 years ago.
Read more >react-native-iphone-x-helper - npm.io
A library to help you design your react-native app for notched iPhones. Installing. npm i react-native-iphone-x-helper --save. API. ifIphoneX(iphoneXStyle, [ ...
Read more >react-native-iphone-x-helper - npm package - Snyk
The npm package react-native-iphone-x-helper was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as ......
Read more >Module not found: Can't resolve 'react-native' - Stack Overflow
I'm not sure but in my case it helped to install react native web by npm install react-native-web . Hope it helps you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I installed
react-native-iphone-x-helper
in my project, and that solved the problem up the chain. I think I also missed a module because your dependencies have dependency requirements. This one was on me, though, I think your read me could include thatreact-native-iphone-x-helper
is a required dependency. Thanks!@ciruz and @dmongit I’ve released the new version: [0.3.0](https://github.com/WrathChaos/react-native-dynamic-search-bar/releases/tag/0.3.0) please give it a try. There is also an updated with latest versions example.