This mainly happens due to use of Icons from native base ... try to use react-native vector icons or @expo vector icons. …pptang added a commit to pptang/worklifeinjapan that referenced this issue Feb 10, 2019 issue for link font: GeekyAnts/NativeBase#72 Unverified e599483 pptang ...
export default function(stores) { return class Setup extends React.Component<Props, State> { constructor() { super(); this.state = { readyFlag: false, }; } async componentWillMount() { await Expo.Font.loadAsync({ 'Ionicons': require('@expo/vector-icons/fonts/Ionicons.ttf'), }); this...