react-native-smart-carousel | Carousel library
kandi X-RAY | react-native-smart-carousel Summary
kandi X-RAY | react-native-smart-carousel Summary
react-native-smart-carousel
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of react-native-smart-carousel
react-native-smart-carousel Key Features
react-native-smart-carousel Examples and Code Snippets
Community Discussions
Trending Discussions on react-native-smart-carousel
QUESTION
I created a project a while back and tried running it recently and got an error from expo saying that my SDK version is not up to date. So I followed this answer (The experience you requested uses Expo SDK v(null), but this copy of Expo Client requires at least v23.0.0) to fix it. However now I'm running into a new error where my project cannot run and I get this error:
Could no connect to development server
What can I do to fix this? I don't want to try a hundred different solutions and accidentally lose my project forever and have to start over, so I figured I'd ask on here.
Here is my package.json
:
ANSWER
Answered 2019-Oct-18 at 23:39Please follow these steps:
- Run
npm install -g expo-cli
to install the latest Expo CLI globally. - Close your Expo CLI server if you are using it.
- Make sure in
app.json
thesdkVersion
is33.0.0
- Change the
react
dependency in yourpackage.json
from16.5.0
to16.8.3
- Delete your project
node_modules
directory andpackage-lock.json
file - Run
npm install
oryarn install
depending on your package manager. - Run
expo start -c
to clear your cache and start your application.
Now for any Expo based API or dependency you can install it by using expo install
instead of npm install
i.e. expo install @expo/vector-icons
.
This is better than using the traditional npm install
or yarn install
as it will install the version of the dependency that's compatible with your current Expo SDK.
Hope this Helps!
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install react-native-smart-carousel
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page