Roman Sandu

Results 8 issues of Roman Sandu

Hi, i have problem. I try to use trackWithProperties but nothing happened. Maybe i made some thing wrong. import Mixpanel from "react-native-mixpanel" Mixpanel.sharedInstanceWithToken(yourToken) Mixpanel.track("test") //work Mixpanel.trackWithProperties("main success", { phone: phone,...

I install react-native-zendesk like in readme wrote and try RNZendesk.initialize but RNZendesk is undefined. I found ``` var RNZendesk = react_native_1.NativeModules.RNZendesk; // MARK: - Initialization function initialize(config) { RNZendesk.initialize(config); }...

I can create a polygon with empty space. For create i use https://geoman.io/geojson-editor created data `{ "type": "FeatureCollection", "features": [{ "id": "b30cc812-c8ba-41d0-98a7-76b3d7f5ec28", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [...

I have an id element and I want after the list loading with the elements to scroll it to the need. How can I do that? i use useWindowAsScrollContainer={false}

then initial tab not 0 item not build

*Remove depricated warning* ## Pre-launch Checklist - [ ] I updated `pubspec.yaml` with an appropriate new version. - [ ] I updated `CHANGELOG.md` with new version number and description. -...