NullPainter
NullPainter
Solves #7560. **componentName** is not filled since 2020 https://github.com/wix/react-native-navigation/issues/6605#issuecomment-701172387 ...
## 🐛 Bug Report **ModalDismissedEvent** type should not have **componentName** field. It is apparently not filled since 2020 https://github.com/wix/react-native-navigation/issues/6605#issuecomment-701172387 . ## Have you read the [Contributing Guidelines on issues](https://wix.github.io/react-native-navigation/docs/meta-contributing/)? No....
Hi, This is Analytics.trackEvent type ``` export function trackEvent( eventName: string, properties?: {[p: string]: string} | undefined): Promise ``` Internally Azure allows numbers, booleans and undefined values to be there...