Native App Error

0
Hi all, I get this error when trying to run a native app locally. We are changing an existing app to use native, I’ve created a Native navigation profile and set up one page, just to make sure it can be accessed. However I get the following errors. I am running locally and using the Make it Native android app to access. Running 8.17.0.  Warning: %s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI. _class4   Unexpected error occurred, please contact your system administrator. construct@[native code] _construct@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13902:28 Wrapper@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13857:25 construct@[native code] _createSuperInternal@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:16994:322 AssertionError@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:17078:26 SideBarStackNavigator@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:12499:90 SideBarNavigator@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:12530:42 http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:12593:45 App@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:12606:8 constructClassInstance@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:148293:32 updateClassComponent@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:151656:33 invokeGuardedCallbackImpl@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:142942:21 invokeGuardedCallback@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:143038:42 beginWork$$1@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:157159:34 performUnitOfWork@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:156297:30 workLoopSync@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:156279:45 renderRoot@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:156043:29 renderRoot@[native code] runRootCallback@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:155804:34 runRootCallback@[native code] http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:146534:38 unstable_runWithPriority@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:169421:30 flushSyncCallbackQueueImpl@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:146529:28 flushSyncCallbackQueue@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:146518:35 scheduleUpdateOnFiber@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:155686:37 enqueueSetState@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:148087:23 setState@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:140512:37 componentDidMount$@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:12857:38 tryCatch@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13220:23 invoke@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13393:32 tryCatch@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13220:23 invoke@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13293:30 http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:13303:21 tryCallOne@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:27692:16 http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:27793:27 _callTimer@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:28055:17 _callImmediatesPass@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:28091:19 callImmediates@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:28310:33 callImmediates@[native code] __callImmediates@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:18952:35 http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:18729:34 __guard@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:18935:15 flushedQueue@http://192.168.1.97:8083/index.bundle?platform=android&dev=true&minify=false:18728:21 flushedQueue@[native code] invokeCallbackAndReturnFlushedQueue@[native code]     I can’t view the errors behind as I can’t clear the error message with closing or restarting  
asked
2 answers
1

Was anyone ever able to resolve this?

answered
0

I run into the same problem, so indeed: did anyone resolve this?

answered