react-intl-native icon indicating copy to clipboard operation
react-intl-native copied to clipboard

Invariant Violation: Expected a component class, got [object Object].

Open satishmane opened this issue 6 years ago • 0 comments

Hi,

I followed all steps and added below code in <View> <View> <FormattedDate weekday="long" value={Date.now()} style={{ fontWeight: 'bold' }} /> </View>

But I get Invariant Violation: Expected a component class, got [object Object]. error

Can you please share an example how to use this package

satishmane avatar Jul 17 '17 14:07 satishmane