Davyd NRB
Davyd NRB
Issue: https://github.com/Intellicode/eslint-plugin-react-native/issues/165#issuecomment-983636750
Our tricky developers found a way to ignore eslint rule: ```tsx // 1) Work as expected (eslint error : no-inline-styles ) // 2) No error 😕 ``` Can you fix...
I think this tool has to run `prepublishOnly` or `prepublish` scripts from `package.json` after start clone some files
:clipboard: **Description** :link: **Data** :microphone: **Motivation**
- Without test it is difficult to understand what code actually do - It is easy to contribute when tests added in project
via: https://github.com/rt2zz/redux-persist/issues/806 ```js const migrations = { 0: (state) => { // migration clear out device state return { ...state, device: undefined } }, // You can use also `async...
### To Reproduce ```bash yarn create react-app my-app --template typescript cd my-app/ yarn add --dev @testing-library/react-hooks react-test-renderer # add tests (see below) ``` ```tsx // issue.test.ts import {useEffect} from 'react';...
## Describe the bug `getByText` can find element if text render component with text as not children (See "Steps to Reproduce" below) ```diff -const Trans = p => p.i18nKey; //...
### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/react-native-ui-kitten/blob/master/CONTRIBUTING.md) guide. - [x] I read and followed the...
### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/react-native-ui-kitten/blob/master/CONTRIBUTING.md) guide. - [x] I read and followed the...