Advertisement
Guest User

Untitled

a guest
May 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. TypeError: Cannot read property 'setKeepScreenOn' of undefined
  2.  
  3. This error is located at:
  4. in App (at renderApplication.js:35)
  5. in RCTView (at View.js:45)
  6. in View (at AppContainer.js:98)
  7. in RCTView (at View.js:45)
  8. in View (at AppContainer.js:115)
  9. in AppContainer (at renderApplication.js:34)
  10. App.componentDidMount
  11. C:\Users\dantt\Documents\repos\pomodoroNative\App.js:25:17
  12. App.proxiedComponentDidMount
  13. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-proxy\modules\createPrototypeProxy.js:61:39
  14. commitLifeCycles
  15. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:15036:19
  16. commitAllLifeCycles
  17. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:16635:6
  18. Object.invokeGuardedCallbackImpl
  19. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:93:9
  20. invokeGuardedCallback
  21. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:318:30
  22. commitRoot
  23. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:16875:6
  24. <unknown>
  25. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:18501:6
  26. Object.unstable_runWithPriority
  27. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\scheduler\cjs\scheduler.development.js:255:11
  28. completeRoot
  29. C:\Users\dantt\Documents\repos\pomodoroNative\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:18498:12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement