Nativebase: Font rubicon-icon-font.ttf missing in 2.4.3

Created on 30 Apr 2018  路  10Comments  路  Source: GeekyAnts/NativeBase

react-native, react and native-base version

"native-base": "2.4.3",
"react-native": "0.55.3",
"react": "16.3.1",

I get the following error when running react-native run-ios
skarmavbild 2018-04-30 kl 01 39 43

bug

Most helpful comment

Same here on RN 0.60.5 and native-base 2.13.6

All 10 comments

Hello,
Any news on that? I have the same issue

+1

are there any updates?
i've tried removing node_modules and doing npm install. i still got the error.
here's my versions:
react-native-cli: 2.0.1
react-native: 0.47.2
"native-base": "^2.3.1",

I still got unexplainable errors after upgrading so I solved this by manually downloading rubicon-icon-font.ttf and pasted it in node_modules\native-base\Fonts\

For the record, I ended up removing node_modules folder, dumping watchman cache, dumping other caches and using the following versions:

"native-base": "^2.3.9",
"react": "16.3.1",
"react-native": "0.55.3",

Now everything seems to run smoothly.

Latest fixed on master
Release by EOD

Fixed with 2.4.4

Download the file and put in the required location. This fixed in my case.
File Location:
https://github.com/shoutem/school/blob/master/LunchSpotApp/android/app/src/main/assets/fonts/rubicon-icon-font.ttf

Same here on RN 0.60.5 and native-base 2.13.6

@g33ktony i have the same issue on AppCenter, so i decided to fix the version on 2.12.1.
2.12.1 works fine on my xCode.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aloifolia picture aloifolia  路  3Comments

kitsune7 picture kitsune7  路  3Comments

natashache picture natashache  路  3Comments

bsiddiqui picture bsiddiqui  路  3Comments

inv2004 picture inv2004  路  3Comments