ui icon indicating copy to clipboard operation
ui copied to clipboard

Problem with NavBar and Fonts

Open htorohn opened this issue 5 years ago • 4 comments

Hello,

I just discover Shoutem i by the look of it is just awesome and just what i was looking for UI. however, when i installed it, i haven't been able to make it work correctly.

i started a new expo blank project and executed the examples on Shoutem and the firts problem i get is that "fontFamily 'rubicon-icon-font' is not a system font. I have search for answers but none of the threads i have found give a concrete solution.

IMG_4096

Second problem is trying to add a simple NavBar, all of them appear with a black block crossing over the navigation bar. the same happen in all of the NavBar on the Example app.

IMG_7EE5EBF670DA-1

for reference, this is my package.json file

{ "name": "empty-project-template", "main": "node_modules/expo/AppEntry.js", "private": true, "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "eject": "expo eject" }, "dependencies": { "@shoutem/ui": "^0.23.16", "expo": "^31.0.2", "react": "16.5.0", "react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz" }, "devDependencies": { "babel-preset-expo": "^5.0.0" } }

htorohn avatar Mar 15 '19 04:03 htorohn

I solved the problem with the Fonts, but even after updating to the latest release I still have the same problem with the Navigation Bar. Can anybody help me with this issue?

thanks.

htorohn avatar May 10 '19 03:05 htorohn

Same problem

immikimaru avatar May 28 '19 23:05 immikimaru

Same problem, any fixes?

adolfoherrera1417 avatar Jul 05 '19 22:07 adolfoherrera1417

can you post the code you wrote?

thelostwarrior94 avatar Aug 11 '19 18:08 thelostwarrior94