ui
ui copied to clipboard
Problem with NavBar and Fonts
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.
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.
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" } }
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.
Same problem
Same problem, any fixes?
can you post the code you wrote?