Davyd NRB

Results 56 issues of Davyd NRB

See comments below...

## Description Can we recommend a `"lib": ["es2019"]` for `[email protected]` and above in `tsconfig.json` ? ## What is the problem? We still recommend to use `es2017` for ts config, but...

### Introduction Add polyfills for: - `Promise.allSettled` - `Promise.any` ### Details Latest Hermes engine already implement `es2020`, `es2021` methods, `react-native-v8` also, `JCS` too: ```tsx Promise.allSettled() // es2020, TypeError: undefined is...

I worked on table https://retyui.github.io/react-native-compat-table/ to compare JS features/engines And found out, that some of them not available: - `Promise.any` // TypeError: Promise.any is not a function - `Promise.allSettled` //...

Do you have any ideas on how to support the next hooks as they are deprecated or removed? Shell we will mark them as `@deprecated` too (using comments), or add...

# Summary File size increase after cropping on iOS ![image](https://user-images.githubusercontent.com/4661784/95191287-385f4f00-07d9-11eb-8aea-629db3df27df.png) ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)? ## Compatibility...

This PR adds breaking changes! ## Test Plan ![demo gif](https://media.giphy.com/media/yTmWU4IQvAQN4VY4G1/giphy.gif) 1) Install: ```sh npx react-native init testEditor cd testEditor yarn add retyui/react-native-image-editor#android-contain-resize-mode ``` 2) Paste code from [example/App.js](https://github.com/react-native-community/react-native-image-editor/blob/master/example/src/App.js) 3) Extends...

![image](https://user-images.githubusercontent.com/4661784/146791100-153a504e-085a-4f3c-a217-724bcbd37a00.png) - Docs: https://reactnative.dev/docs/appstate#removeeventlistener

You are recommending an unsupported library!