I've used this npm library which is a react native bridge for adcolony ads SDK , i was supposed to display advertise in my application .
When i imported and used mentioned library in my react native application i got following error:
This is how i use the adcolony SDK in my react-native app:
.
.
.
line 6 : import RNAdColony from 'react-native-ad-colony';
.
.
.
line 187: RNAdColony.setUser("456456456456");
line 188: RNAdColony.showAdReward("vz0533ae6a620249ef91");
How can i solve this problem?