Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

running error

Open
#2 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
react-native, typescript
Domain
mobile

Research direction

Start by reproducing the reported error and inspect Routes.tsx at line 69, where getItemAsync is reported as undefined. Trace the relevant dependency or setup used by the route and verify the app runs without this exception after the cause is addressed.

Written by the indexing model from the issue text.

Description

ExceptionsManager.js:74 TypeError: Cannot read property 'getItemAsync' of undefined

This error is located at:
in Routes (at withExpoRoot.js:20)
in RootErrorBoundary (at withExpoRoot.js:19)
in ExpoRootComponent (at renderApplication.js:35)
in RCTView (at View.js:45)
in View (at AppContainer.js:98)
in RCTView (at View.js:45)
in View (at AppContainer.js:115)
in AppContainer (at renderApplication.js:34)
handleException @ ExceptionsManager.js:74
showErrorDialog @ ReactNativeRenderer-dev.js:14654
logCapturedError @ ReactNativeRenderer-dev.js:14664
logError @ ReactNativeRenderer-dev.js:14770
callback @ ReactNativeRenderer-dev.js:15907
callCallback @ ReactNativeRenderer-dev.js:13857
commitUpdateEffects @ ReactNativeRenderer-dev.js:13901
commitUpdateQueue @ ReactNativeRenderer-dev.js:13889
commitLifeCycles @ ReactNativeRenderer-dev.js:15122
commitAllLifeCycles @ ReactNativeRenderer-dev.js:16635
invokeGuardedCallbackImpl @ ReactNativeRenderer-dev.js:93
invokeGuardedCallback @ ReactNativeRenderer-dev.js:318
commitRoot @ ReactNativeRenderer-dev.js:16875
(anonymous) @ ReactNativeRenderer-dev.js:18501
unstable_runWithPriority @ scheduler.development.js:255
completeRoot @ ReactNativeRenderer-dev.js:18498
performWorkOnRoot @ ReactNativeRenderer-dev.js:18427
performWork @ ReactNativeRenderer-dev.js:18324
performSyncWork @ ReactNativeRenderer-dev.js:18285
requestWork @ ReactNativeRenderer-dev.js:18169
scheduleWork @ ReactNativeRenderer-dev.js:17969
scheduleRootUpdate @ ReactNativeRenderer-dev.js:18642
updateContainerAtExpirationTime @ ReactNativeRenderer-dev.js:18676
updateContainer @ ReactNativeRenderer-dev.js:18765
render @ ReactNativeRenderer-dev.js:19512
renderApplication @ renderApplication.js:61
run @ AppRegistry.js:103
runApplication @ AppRegistry.js:198
__callFunction @ MessageQueue.js:366
(anonymous) @ MessageQueue.js:106
__guard @ MessageQueue.js:314
callFunctionReturnFlushedQueue @ MessageQueue.js:105
(anonymous) @ debuggerWorker.js:80
Show 3 more frames
ExceptionsManager.js:82 TypeError: TypeError: Cannot read property 'getItemAsync' of undefined

This error is located at:
in Routes (at withExpoRoot.js:20)
in RootErrorBoundary (at withExpoRoot.js:19)
in ExpoRootComponent (at renderApplication.js:35)
in RCTView (at View.js:45)
in View (at AppContainer.js:98)
in RCTView (at View.js:45)
in View (at AppContainer.js:115)
in AppContainer (at renderApplication.js:34)
at Routes.tsx:69

Dominant language
TypeScript
Stars
20
Forks
5
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.