MosesEsan / react-native-basic-form

React Native Basic Form by Moses Esan
3 stars 7 forks source link

Error with HelveticaNeue font-family #9

Closed lucj closed 4 years ago

lucj commented 4 years ago

Is it possible to use another font-family than the HelveticaNeue on Android ? It raises the following error on a Mi Note 6 pro:

"HelveticaNeue-Medium" is not a system font and has not been loaded through Font.loadAsync.
lucj commented 4 years ago

Just commenting the following line in Form.js fixed the thing.

buttonText: {
        fontSize: 18,
        color: "#fff",
        //fontFamily: "HelveticaNeue-Medium"
    }
MosesEsan commented 4 years ago

Commit 0e61e9d94820a0ad39ad4ce90ee9fab5240b4937 closes #9

MosesEsan commented 4 years ago

Released in v1.1.11