Skip to content

Commit

Permalink
Article "Подключение кастомных шрифтов к проекту"
Browse files Browse the repository at this point in the history
  • Loading branch information
Navernoss committed Mar 26, 2024
1 parent f5531b1 commit fa8315b
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reactnative22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: reactnative22
title: Подключение кастомных шрифтов к проекту
sidebar_label: Подключение кастомных шрифтов к проекту
---

## 4. For type casting use (eslint: no-new-wrappers):

Numbers:
Why? The parseInt function produces an integer value dictated by interpretation of the contents of the string argument according to the specified radix. Leading whitespace in string is ignored. If radix is undefined or 0, it is assumed to be 10 except when the number begins with the character pairs 0x or 0X, in which case a radix of 16 is assumed. This differs from ECMAScript 3, which merely discouraged (but allowed) octal interpretation. Many implementations have not adopted this behavior as of 2013. And, because older browsers must be supported, always specify a radix.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fa8315b

Please sign in to comment.