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
Please answer the following questions for yourself before submitting an issue.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
Run the app in iOS simulator or real device.
Current Behavior
The app brokes and I cannot use it.
Failure Information (for bugs)
After installing the dependencies I tried to run the app but it retrieves the an error (check next sections).
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Download the repository
Run npm install -g expo-cli
Type npm install
Run npm start
Context
Device: Macbook
Operating System: macOS Monterey 12
Browser and Version: Opera and Chrome
Failure Logs
Logs for your project will appear below. Press Ctrl+C to exit.
› Opening exp://127.0.0.1:19000 on iPhone 8
iOS Bundling failed 1044ms
Unable to resolve module expo-linear-gradient from /Users/user/Desktop/argon-pro-react-native-v1.6.0/screens/Privacy.js: expo-linear-gradient could not be found within the project.
If you are sure the module exists, try these steps:
1. Clear watchman watches: watchman watch-del-all
2. Delete node_modules and run yarn install
3. Reset Metro's cache: yarn start --reset-cache
4. Remove the cache: rm -rf /tmp/metro-*
2 | import { ScrollView, StyleSheet } from "react-native";
3 |
> 4 | import { LinearGradient } from "expo-linear-gradient";
| ^
5 | import { Block, Button, Text, theme } from "galio-framework";
6 |
7 | import argonTheme from "../constants/Theme";
The text was updated successfully, but these errors were encountered:
I likely did a few other things like clearing the Expo cache, reinstalling all packages, etc., but these were the big steps that got me up and running.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Run the app in iOS simulator or real device.
Current Behavior
The app brokes and I cannot use it.
Failure Information (for bugs)
After installing the dependencies I tried to run the app but it retrieves the an error (check next sections).
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
npm install -g expo-cli
npm install
npm start
Context
Failure Logs
The text was updated successfully, but these errors were encountered: