Dennis Yekimov
Results
2
issues of
Dennis Yekimov
### `something.ts` ```typescript import * as Sugar from "sugar"; Sugar.Date.getLocale("en").addFormat("the {edge} of the year {yyyy}"); export function failingBehaivor(date: string, comparisonDate: string) { console.log("date, comparisonDate:", date, comparisonDate); const parsedDate = Sugar.Date.create(date);...
Added `flexDirection ` style to `ScrollView ` to flip the load of the `ScrollView`. Added `autoFocus` to `TextInput` of 'card number' to `scrollTo` the last item which is 'card number'....