Expo version is not found
See original GitHub issueI have followed the readme in a latest expo project and this is what I get:
yarn:
% yarn add WrathChaos/react-native-dynamic-search-bar#expo
yarn add v1.22.4
[1/4] 🔍 Resolving packages...
error Couldn't find match for "expo" in "refs/heads/dev,refs/heads/master,refs/pull/11/head,refs/pull/14/head,refs/pull/16/head,refs/pull/17/head,refs/pull/2/head,refs/pull/20/head,refs/pull/23/head,refs/pull/24/head,refs/pull/3/head,refs/pull/5/head,refs/pull/6/head,refs/pull/7/head,refs/pull/9/head,refs/tags/0.0.1,refs/tags/0.0.11,refs/tags/0.0.12,refs/tags/0.0.13,refs/tags/0.1.1,refs/tags/0.1.11,refs/tags/0.2.0,refs/tags/0.2.1,refs/tags/0.3.0,refs/tags/0.3.1,refs/tags/1.0.0,refs/tags/1.0.1" for "https://github.com/WrathChaos/react-native-dynamic-search-bar.git".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
npm:
% npm i WrathChaos/react-native-dynamic-search-bar#expo
npm ERR! code 1
npm ERR! Command failed: git checkout expo
npm ERR! error: pathspec 'expo' did not match any file(s) known to git
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/parksunwoo/.npm/_logs/2020-04-22T06_44_13_258Z-debug.log
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Common development errors - Expo Documentation
expo command not found · Either you do not have expo-cli installed or it is not properly configured in your $PATH . ·...
Read more >"exp: command not found" How do I add expo cli to path?
1. Find the path where expo is globally installed by npm: · 2. Add path from Step 1 to paths file: · 3....
Read more >'expo' is not recognized as an internal or external command
To solve the error "'expo' is not recognized as an internal or external command, operable program or batch file", install the expo cli...
Read more >Fixing EXPO command not found on Mac OS
Fixing EXPO command not found on Mac OS ; Step 1: Open terminal ; Step 2: Run npm uninstall expo-cli ; Step 3:...
Read more >Can't install expo-cli · Discussion #590 - GitHub
Please upgrade to the latest version to get the best features, bug fixes, ... This is probably not a problem with npm. ......
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
Ah yes, you need to install them. I will update the README then. Thank you for the feedback 😃 If you need anything or a new idea, please open an issue and we can make it happen 😃
@WrathChaos It worked, just had to install two more dependencies as in readme:
@freakycoder/react-native-helpers
,react-native-vector-icons
. Works great now in the latest expo.