Roni Castro
Roni Castro
This is the only solution I have found to always lock tablets to landscape: ### Android: _app/src/main/res/values/attrs.xml_ ``` false ``` _app/src/main/res/values-sw600dp/attrs.xml_ ``` true ``` MainActivity: ``` import android.content.pm.ActivityInfo; import android.os.Bundle;...
This problem also happened with me when I added `"include": ["src/**/*"]` to the `tsconfig.json`
Reproducible example with the font `HelveticaNowDisplay` https://snack.expo.io/@ronicesarrc/custom-font-example