yandexmobile / react-native-appmetrica

React Native bridge to the AppMetrica on both iOS and Android.
MIT License
52 stars 132 forks source link

Event nesting #26

Open dimlksin2 opened 5 years ago

dimlksin2 commented 5 years ago

Good afternoon, please tell me how to implement a similar nesting structure?

AppMetrica.reportEvent('TEST', { Event1: { Event2: { Event3: 'value' } } });