0
Hello,
I’m developing an app with Expo and I’m using React Navigation to do the navigations and Materialbottomtabs on the main screen. How much test the app in Android Expo Client works perfectly, but when I APK and install on the device, Materialbottomtabs gets "cut", IE, it kind of exceeds the screen limits.
Follow the print:
Expo CLI 3.9.0 Environment info:
System:
- OS: Linux 5.0 Ubuntu 19.04 (Dingo disk)
- Shell: 5.5.1 - /usr/bin/zsh
Binaries:
- Node: 12.13.0 - /usr/bin/Node
- Yarn: 1.19.1 - /usr/bin/Yarn
- npm: 6.12.0 - /usr/bin/npm
npmPackages:
- expo: 35.0.0 => 35.0.0
- React: 16.8.3 => 16.8.3
- React-Native: https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz => 0.59.8
- React-navigation: 4.0.10 => 4.0.10
npmGlobalPackages:
- expo-cli: 3.9.0
Does anyone have any idea what this might be?
Thanks in advance!