expo / expo/examples

with splash screen not starting up

Open
#367 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.7k
Forks
1.1k
Avg merge
11h 15m
Merged PRs (30d)
1

Description

expo start results in the following error:

````
Failed building JavaScript bundle.
Unable to resolve module @unimodules/core from /Users/bharat/Dev/animatedSplash/examples/with-splash-screen/node_modules/expo/build/Expo.fx.js: @unimodules/core could not be found within the project or in these directories:
node_modules

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-*
> 1 | import './environment/validate.fx';
2 | // load remote logging for compatibility with custom development clients
3 | import './environment/logging.fx';
4 | import './environment/react-native-logs.fx';
Error: Problems validating fields in app.json. Learn more: https://docs.expo.io/workflow/configuration/
• should NOT have additional property 'projectRoot'.
• should NOT have additional property 'staticConfigPath'.
• should NOT have additional property 'packageJsonPath'.
• should NOT have additional property 'config’.
```

**To Reproduce**
Steps to reproduce the behavior:

npm i
expo start

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.