Iryna Kreichmann
Iryna Kreichmann
Here is my code for `persistConfig` and` store`, I want to add blacklist for tracking, but not for all tracking state, but only for` tracking.checkingOut`, `tracking.checkingIn `and t`tracking.searching`, how to...
I want to focus on` TextInputMask`, while user is clicking next button in the previous` TextInput`, when I'm trying to do it, I'm getting an error, how is possible to...
I got an error "Unrecognized font family "FontAwesome", after the adding library to the project. How is possible to fix that?
Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work?
Is that possible to add a line break in the email body? If yes, how can I do this?
this library doesn't show app version in ExpoKit project This code doesn't return anything: console.log(VersionNumber.appVersion); console.log(VersionNumber.buildVersion);
I'm getting this error, after the adding this library If I'm changing in build.gradle `compile 'com.google.android.gms:play-services:+'` to `compile 'com.google.android.gms:play-services:15.0.1' I'm getting these errors:
### Issue I want to display to user time in the format "hh:mm a", but in database I want to save time in the format of unix tamstamp? Is it...
### Issue DatePicker in IOS shows blank view ### Expected Behavior Users can see date picker ### Code ``` this.dateRef = dateRef} mode="date" placeholder="Birthday" format="MM-DD-YYYY" androidMode="spinner" onCloseModal={this.onBirthdaySubmitted} // maxDate={moment().format('MM-DD-YYYY')} confirmBtnText="Next"...
0 I need to make switch slide animation, and I almost did it, the slide animation to the right looks really good, but the slide animation to the left doesn't...