You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2024. It is now read-only.
Hello,
I install the package using yarn but when I try to run
npx react-native run-android, then it failed to link the packages
FAILURE: Build failed with an exception.
A problem occurred configuring project ':frontatish'.
// Package.json
{
"name": "xyz",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"a": "npx react-native run-android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.3",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/eva-icons": "^5.1.2",
"expo": "~46.0.16",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"frontatish": "^0.4.5",
"lottie-react-native": "^5.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-paper": "5.0.0-rc.9",
"react-native-reanimated": "^2.12.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^13.5.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}
The text was updated successfully, but these errors were encountered: