Errors I encountered in run android

Hello.
Thank you for your answers in advance.

I am getting the following errors when I click on the menus in the application.

What should I do for the solution?

console.error: "fontFamily "Ionicons" is not a system font and has not been loaded through Font.loadAsync.

- If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.

- If this is a custom font, be sure to load it with Font.loadAsync."
__expoConsoleLog
    C:\uygulama\node_modules\expo\build\logs\RemoteConsole.js:80:37
error
    C:\uygulama\node_modules\react-native\Libraries\YellowBox\YellowBox.js:59:8
error
    C:\uygulama\node_modules\expo\build\environment\muteWarnings.fx.js:27:24
processFontFamily
    C:\uygulama\node_modules\expo-font\build\Font.js:35:16
diffProperties
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:3545:38
addNestedProperty
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:3419:6
diffProperties
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:3556:8
createInstance
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:4003:29
completeWork
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:14437:12
completeUnitOfWork
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:17094:10
performUnitOfWork
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:17304:30
workLoop
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:17316:41
renderRoot
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:17417:15
performWorkOnRoot
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:18423:17
performWork
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:18324:24
performSyncWork
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:18285:14
batchedUpdates$1
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:18531:21
batchedUpdates
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:2611:31
_receiveRootNodeIDEvent
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:2706:17
receiveTouches
    C:\uygulama\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:2782:28
__callFunction
    C:\uygulama\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:366:47
<unknown>
    C:\uygulama\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:106:26
__guard
    C:\uygulama\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:314:10
callFunctionReturnFlushedQueue
    C:\uygulama\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:105:17

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.