I used yarn to install the packages, Im using typescript, my index is JS.I'm getting a white screen with the load symbol on the emulator..Thanks for the ones helping
Here's what Im getting:
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. (node:41396) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency(Use `node --trace-warnings ...` to show where the warning was created)Jetifier found 1123 file(s) to forward-jetify. Using 4 workers...info JS server already running.info Installing the app...> Task :app:installDebug09:49:22 V/ddms: execute: running am get-config09:49:22 V/ddms: execute 'am get-config' on 'emulator-5554' : EOF hit. Read: -109:49:22 V/ddms: execute: returningInstalling APK 'app-debug.apk' on 'Pixel_2_API_28(AVD) - 9' for app:debug09:49:22 D/app-debug.apk: Uploading app-debug.apk onto device 'emulator-5554'09:49:22 D/Device: Uploading file onto device 'emulator-5554'09:49:22 D/ddms: Reading file permision of C:\Users\Daniel\CalcSol\android\app\build\outputs\apk\debug\app-debug.apk as: rwx------09:49:22 V/ddms: execute: running pm install -r -t "/data/local/tmp/app-debug.apk"09:49:24 V/ddms: execute 'pm install -r -t "/data/local/tmp/app-debug.apk"' on 'emulator-5554' : EOF hit. Read: -109:49:24 V/ddms: execute: returning09:49:24 V/ddms: execute: running rm "/data/local/tmp/app-debug.apk"09:49:24 V/ddms: execute 'rm "/data/local/tmp/app-debug.apk"' on 'emulator-5554' : EOF hit. Read: -109:49:24 V/ddms: execute: returningInstalled on 1 device.Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.Use '--warning-mode all' to show the individual deprecation warnings.See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 29s141 actionable tasks: 2 executed, 139 up-to-dateinfo Connecting to the development server...info Starting the app on "emulator-5554"...Starting: Intent { cmp=com.calcsol/.MainActivity }'''