react-native-see-more-inline
react-native-see-more-inline copied to clipboard
Malformed calls from JS: field sizes are different.
Hello,
I have followed the documentation for implementing your module however I'm unable to get it working correctly and am receiving the below.

This is my code for implementation:

Could you please advise?
@kashishgrover - Love your module, would you be able to assist me please?
Try adding the default style to SeeMore component, I solve the issue in that way.
style: {
fontFamily: undefined,
fontSize: 14,
fontWeight: '300',
},
It seems one necesary style property is missing.