0
Good morning everyone. I’m taking a React-Native course and I’m already in the 10th class. I’m running the course project via USB Debugging on mobile. Until then, everything was running well but now React-Native run-android started to show these errors:
To Reload the app press "r" To open Developer menu press "d"
[Sat Jan 02 2021 14:32:56.950] BUNDLE . /index.js
[Sat Jan 02 2021 14:33:13.676] WARN Require Cycle: src services Realm.js -> src services Categories.js -> src services Realm.js
Require Cycles are allowed, but can result in uninitialized values. Consider Refactoring to remove the need for a Cycle. [Sat Jan 02 2021 14:33:13.677] LOG Running "smartMoney2" with {"rootTag":1} [Sat Jan 02 2021 14:33:13.677] LOG Entrylist :: useEffect [Sat Jan 02 2021 14:33:15.581] WARN Possible Unhandled Promise Rejection (id: 0): Error: Provided schema version 2 is Less than last set version 3. [Native code] openLocalRealm@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:156592:55 getRealm$@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:146864:66 tryCatch@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24917:23 invoke@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25090:32 tryCatch@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24917:23 invoke@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24990:30 http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25020:19 tryCallTwo@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27000:9 doResolve@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27164:25 Promise@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27023:14 callInvokeWithMethodAndArg@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25019:33 enqueue@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25024:157 async@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25041:69 getRealm@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:146859:38 getEntries$@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:146743:67 tryCatch@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24917:23 invoke@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25090:32 tryCatch@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24917:23 invoke@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24990:30 http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25020:19 tryCallTwo@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27000:9 doResolve@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27164:25 Promise@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27023:14 callInvokeWithMethodAndArg@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25019:33 enqueue@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25024:157 async@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25041:69 getEntries@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:146738:38 loadEntries$@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:114030:75 tryCatch@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24917:23 invoke@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25090:32 tryCatch@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24917:23 invoke@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:24990:30 http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25020:19 tryCallTwo@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27000:9 doResolve@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27164:25 Promise@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:27023:14 callInvokeWithMethodAndArg@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25019:33 enqueue@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25024:157 async@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:25041:69 loadEntries@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:114025:42 http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:114044:18 commitHookEffectListMount@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:19579:38 commitPassiveHookEffects@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:19614:44 invokeGuardedCallbackImpl@http://localhost:8081/index.Bundle? Platform=android&dev=true&minify=false:9135:21]
I’m a beginner and I have no idea what this is. What can it be? Thank you.